Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.16
/
Doc
tag
d45d13b086d066b10e1c83840158789703540a1e
tagger
Ned Deily <nad@python.org>
Tue Dec 06 19:00:04 2022
object
3f82aa744678620a811927dc4e56ad9c7c3d0c14
Python 3.7.16
b5bdf6a
[3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (GH-100034)
by Miss Islington (bot)
· 2 years, 9 months ago
6e8e9e7
[3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-98191)
by Miss Islington (bot)
· 2 years, 10 months ago
7fcfa94
[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836)
by Miss Islington (bot)
· 2 years, 11 months ago
e1ebdc5
gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
by roy reznik
· 3 years ago
v3.7.14
8feefc2
Move doc build dependencies to Doc/requirements.txt (GH-96607)
by Ned Deily
· 3 years ago
15ec1af
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
by Gregory P. Smith
· 3 years ago
d5fe995
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)
by Gregory P. Smith
· 3 years ago
9da3502
[3.7] Fix the Windows CI config. (GH-96490)
by Gregory P. Smith
· 3 years ago
dfc5e45
[3.7] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94833)
by Dong-hee Na
· 3 years, 1 month ago
239b2d9
[3.7] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94496)
by Łukasz Langa
· 3 years, 2 months ago
aebbd75
gh-92448: Update the documentation builder to render the GitHub issue (GH-92600)
by Ned Deily
· 3 years, 3 months ago
73317e3
[3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937)
by Ezio Melotti
· 3 years, 3 months ago
5da1197
Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91894)
by Miss Islington (bot)
· 3 years, 3 months ago
6fd61c9
[3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)
by Ezio Melotti
· 3 years, 3 months ago
d97497b
bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182)
by Steve Dower
· 3 years, 5 months ago
25f00bf
bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111)
by m-aciek
· 3 years, 5 months ago
24a549f
Update copyright year to 2022. (GH-30335) (GH-31477)
by Miss Islington (bot)
· 3 years, 6 months ago
7a58509
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476)
by Ned Deily
· 3 years, 6 months ago
811f65b
bpo-41028: use generic version links in Docs index.
by Ned Deily
· 3 years, 8 months ago
79101b8
[3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042)
by Łukasz Langa
· 4 years ago
c723d51
[3.7] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.7.11 (GH-26267)
by Senthil Kumaran
· 4 years, 3 months ago
f4dac7e
[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923)
by Miss Islington (bot)
· 4 years, 3 months ago
7937395
[3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24883)
by Miss Islington (bot)
· 4 years, 5 months ago
30927fa
[3.7] bpo-43293: Doc: move note about GIL to top of threading module (GH-24622) (#24642)
by Guanzhong Chen
· 4 years, 6 months ago
b61b20d
Add a warning block around the get_referrers() documentation (GH-24511) (GH-24544)
by Miss Islington (bot)
· 4 years, 6 months ago
d0d4d30
[3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531)
by Senthil Kumaran
· 4 years, 6 months ago
117830d
Bring Python into the new year. (GH-24036) (GH-24052)
by Miss Islington (bot)
· 4 years, 8 months ago
00278d4
bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836)
by Miss Islington (bot)
· 4 years, 8 months ago
dd28047
[3.7] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22890)
by larryhastings
· 4 years, 10 months ago
f3b6f3c
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703) (GH-21788)
by Miss Islington (bot)
· 5 years ago
a8ad127
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)
by Miss Islington (bot)
· 5 years ago
0d70a98
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
by Ned Deily
· 5 years ago
e1ca0c5
[3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20861)
by Miss Islington (bot)
· 5 years ago
ebd4400
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
by Miss Islington (bot)
· 5 years ago
0490398
[3.7] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20793)
by Antoine Pitrou
· 5 years ago
9bd8919
[3.7] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20746)
by Stefan Krah
· 5 years ago
c0b7945
[3.7] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20744)
by Stefan Krah
· 5 years ago
d5489a9
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
by Miss Islington (bot)
· 5 years ago
6bfbe77
Fix spacing in docs for tarfile (GH-20629)
by Miss Islington (bot)
· 5 years ago
b640ca1
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
by Miss Islington (bot)
· 5 years ago
d7f2fd2
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
by Miss Islington (bot)
· 5 years ago
a9dbae4
bpo-40798: Generate a different message for already removed elements (GH-20483)
by Miss Islington (bot)
· 5 years ago
f165647
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
by Miss Islington (bot)
· 5 years ago
f5bd99b
Improve IO tutorial's "Old string formatting" section (GH-16251)
by Miss Islington (bot)
· 5 years ago
3f215f3
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
by Tal Einat
· 5 years ago
b068d89
bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416)
by Miss Islington (bot)
· 5 years ago
0af9bef
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
by Miss Islington (bot)
· 5 years ago
3613bf0
[3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH-20306)
by Miss Islington (bot)
· 5 years ago
547d0bb
[3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223)
by Miss Islington (bot)
· 5 years ago
05525ff
bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145)
by Miss Islington (bot)
· 5 years ago
205b554
Doc: change 'Posix' for 'POSIX' (GH-20001)
by Miss Islington (bot)
· 5 years ago
c1203b7
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)
by Miss Islington (bot)
· 5 years ago
5d555fa
Make the first dataclass example more useful (GH-19994) (GH-19998)
by Miss Islington (bot)
· 5 years ago
4eec39a
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Miss Islington (bot)
· 5 years ago
3859b1a
[3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844)
by Antoine Pitrou
· 5 years ago
25def5f
bpo-40348: Fix typos in the programming FAQ (GH-19729)
by Miss Islington (bot)
· 5 years ago
70ba814
[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728)
by Zachary Ware
· 5 years ago
143147d
bpo-39285: Clarify example for PurePath.match (GH-19458)
by Miss Islington (bot)
· 5 years ago
0abb548
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
by Miss Islington (bot)
· 5 years ago
6fd47fa
Fix parameter names in assertIn() docs (GH-18829)
by Miss Islington (bot)
· 5 years ago
0a9ec9f
[3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19496)
by Miss Islington (bot)
· 5 years ago
2e49b52
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Miss Islington (bot)
· 5 years ago
9e5f159
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442) (GH-19443)
by Victor Stinner
· 5 years ago
44c1cdd
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19384)
by Miss Islington (bot)
· 5 years ago
d19162f
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19340)
by Miss Islington (bot)
· 5 years ago
00c779f
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
by Miss Islington (bot)
· 5 years ago
c8dd641
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19278)
by Miss Islington (bot)
· 5 years ago
ad8e56d
Document most common signals (GH-19245) (GH-19258)
by Victor Stinner
· 5 years ago
bb7a491
fix comma location in various places (GH-19233)
by Miss Islington (bot)
· 5 years ago
c3622b2
bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH-19199)
by Miss Islington (bot)
· 5 years ago
2929bfb
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) (GH-19165)
by Miss Islington (bot)
· 5 years ago
ea0eeb8
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
by Miss Islington (bot)
· 5 years ago
e5527f0
bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) (GH-19142)
by Miss Islington (bot)
· 5 years ago
39680fb
[3.7] bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942). (GH-19104)
by Serhiy Storchaka
· 5 years ago
64937d3
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by Miss Islington (bot)
· 5 years ago
4e3a7f9
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Miss Islington (bot)
· 5 years ago
97e92db
Link to list of keywords in the laguage reference (GH-18024)
by Miss Islington (bot)
· 5 years ago
725cbce
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
by Miss Islington (bot)
· 5 years ago
962c722
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963)
by Miss Islington (bot)
· 5 years ago
500999f
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Miss Islington (bot)
· 5 years ago
76a69dd
Fix download.html (GH-18902)
by Miss Islington (bot)
· 5 years ago
f0fcf16
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
by Miss Islington (bot)
· 5 years ago
5b29a82
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
by Miss Islington (bot)
· 5 years ago
ec61f53
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
by Miss Islington (bot)
· 5 years ago
516e673
fix typo: add space (GH-18853)
by Miss Islington (bot)
· 5 years ago
f1b7964
bpo-17422: slightly more precise language (GH-18682)
by Miss Islington (bot)
· 5 years ago
3c9cec0
IDLE doc: improve Startup failure subsection. (GH-18771)
by Miss Islington (bot)
· 5 years ago
6bb6745
[3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782)
by Miss Islington (bot)
· 5 years ago
f8f163c
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737)
by Miss Islington (bot)
· 5 years ago
72fff60
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
by Miss Islington (bot)
· 5 years ago
c4ca1f8
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
by Stefan Krah
· 5 years ago
5157506
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
by Miss Islington (bot)
· 5 years ago
0ef328a
Doc: int -> int or Py_ssize_t (GH-18663)
by Miss Islington (bot)
· 5 years ago
d57f999
bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528)
by Miss Islington (bot)
· 5 years ago
24c570b
bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617)
by Miss Islington (bot)
· 5 years ago
36a120d
bpo-17422: Language reference should specify restrictions on class namespace (GH-18559)
by Miss Islington (bot)
· 5 years ago
00e4587
bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18596)
by Miss Islington (bot)
· 5 years ago
50ce890
fix(doc): set correct RST syntax for c:function (GH-18589)
by Miss Islington (bot)
· 5 years ago
09db1da
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
by Miss Islington (bot)
· 5 years ago
46cf4fc8
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
by Miss Islington (bot)
· 6 years ago
Next »