Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.6
tag
390f30e9e0b20032b4c71e6a3a2694645d6a4d38
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 28 08:27:41 2021
object
db3ff76da19004f266b62e98a81bdfd322861436
Python 3.9.6
db3ff76
Python 3.9.6
by Łukasz Langa
· 4 years, 2 months ago
v3.9.6
17b9167
[3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)
by Jason R. Coombs
· 4 years, 2 months ago
1acd1e6
bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26928)
by Miss Islington (bot)
· 4 years, 2 months ago
b2a5dcd
Clarify the order of a stacked `abstractmethod` (GH-26892)
by Miss Islington (bot)
· 4 years, 2 months ago
4861fda
[3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843). (GH-26916)
by Serhiy Storchaka
· 4 years, 2 months ago
fe272b7
[3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
by Stéphane Bidoul
· 4 years, 2 months ago
0796e21
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
by Miss Islington (bot)
· 4 years, 2 months ago
5ed7827
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
by Victor Stinner
· 4 years, 2 months ago
fcde2c6
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
by Miss Islington (bot)
· 4 years, 2 months ago
ef89b2b
[doc] Improve punctuation atexit doc (GH-25629) (GH-26857)
by Miss Islington (bot)
· 4 years, 2 months ago
a65df3f
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
8bc26d8
bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
by Ma Lin
· 4 years, 2 months ago
0ff487b
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
by Miss Islington (bot)
· 4 years, 2 months ago
d881002
bpo-13814: Explain why generators are not context managers (GH-26835)
by Miss Islington (bot)
· 4 years, 2 months ago
67b3a99
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
by Miss Islington (bot)
· 4 years, 2 months ago
83ad40e
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)
by Victor Stinner
· 4 years, 2 months ago
175e264
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
by Miss Islington (bot)
· 4 years, 2 months ago
533bff4
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26805)
by Miss Islington (bot)
· 4 years, 2 months ago
686c6f3
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761)
by Miss Islington (bot)
· 4 years, 2 months ago
c7e9571
[3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)
by Ken Jin
· 4 years, 2 months ago
8fe57aa
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)
by Miss Islington (bot)
· 4 years, 2 months ago
0d0a9ea
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)
by Pablo Galindo
· 4 years, 2 months ago
7f02195
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
by Miss Islington (bot)
· 4 years, 2 months ago
9ee8752
Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)
by Miss Islington (bot)
· 4 years, 2 months ago
a9e20cf
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
by Miss Islington (bot)
· 4 years, 2 months ago
57b3ca7
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
by Miss Islington (bot)
· 4 years, 2 months ago
9580d38
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
by Miss Islington (bot)
· 4 years, 2 months ago
6df926f
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26675)
by Miss Islington (bot)
· 4 years, 2 months ago
e972631
[Enum] improve pickle support (#26666)
by Ethan Furman
· 4 years, 2 months ago
3ce35bf
[3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659)
by Lysandros Nikolaou
· 4 years, 2 months ago
304ec53
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26652)
by Miss Islington (bot)
· 4 years, 2 months ago
175ebc6
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26651)
by Miss Islington (bot)
· 4 years, 2 months ago
9b88943
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
by Miss Islington (bot)
· 4 years, 2 months ago
8652694
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
by Miss Islington (bot)
· 4 years, 2 months ago
d9f38d7
bpo-40468: Split IDLE settings General tab (GH-26621)
by Miss Islington (bot)
· 4 years, 2 months ago
c835323
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
by Miss Islington (bot)
· 4 years, 2 months ago
c03f0ab
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
by Miss Islington (bot)
· 4 years, 2 months ago
87f5022
[3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)
by Batuhan Taskaya
· 4 years, 2 months ago
d5f8bd6
[3.9] bpo-44322: Document more SyntaxError details. (GH-26562)
by Terry Jan Reedy
· 4 years, 2 months ago
8e2c0fd
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
by Miss Islington (bot)
· 4 years, 2 months ago
b3c50b2
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
by Miss Islington (bot)
· 4 years, 2 months ago
ea298e1
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26539)
by Miss Islington (bot)
· 4 years, 3 months ago
de58b31
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
by Batuhan Taskaya
· 4 years, 3 months ago
5a8ddcc
[3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510)
by Gregory P. Smith
· 4 years, 3 months ago
5df4abd
bpo-44022: Improve the regression test. (GH-26503)
by Miss Islington (bot)
· 4 years, 3 months ago
991693a
[3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001)
by Joshua Root
· 4 years, 3 months ago
85b587a
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) (GH-26496)
by Miss Islington (bot)
· 4 years, 3 months ago
9a68862
[3.9] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26481)
by Irit Katriel
· 4 years, 3 months ago
46b16d0
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
by Miss Islington (bot)
· 4 years, 3 months ago
9bcb76c
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
by Miss Islington (bot)
· 4 years, 3 months ago
7bd1304
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
by Miss Islington (bot)
· 4 years, 3 months ago
a30cbae
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
by Miss Islington (bot)
· 4 years, 3 months ago
d5b657b
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26437)
by Miss Islington (bot)
· 4 years, 3 months ago
8f8f2ea
bpo-44249: Fix 3 README.rst typos (GH-26385)
by Miss Islington (bot)
· 4 years, 3 months ago
21a56a4
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
by Miss Islington (bot)
· 4 years, 3 months ago
427232f
bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26410)
by Miss Islington (bot)
· 4 years, 3 months ago
65fb9a2
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
by Miss Islington (bot)
· 4 years, 3 months ago
bee66d3
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26380)
by Miss Islington (bot)
· 4 years, 3 months ago
e7078ee
Point to recent link to PyFLTK (GH-26315) (GH-26367)
by Miss Islington (bot)
· 4 years, 3 months ago
8accb8c
bpo-20408: Fix memoryview() signature in docs (GH-24431)
by Miss Islington (bot)
· 4 years, 3 months ago
3af61a7
bpo-43109: Fix --with-lto configure option on macOS (GH-26341) (GH-26343)
by Miss Islington (bot)
· 4 years, 3 months ago
ab4da07
[3.9] bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) (GH-26335)
by Miss Islington (bot)
· 4 years, 3 months ago
099e6a4
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26312)
by Miss Islington (bot)
· 4 years, 3 months ago
b21193d
[3.9] Remove duplicate words in docs. (GH-26167) (GH-26297)
by Mariusz Felisiak
· 4 years, 3 months ago
11b5045
bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238)
by Miss Islington (bot)
· 4 years, 3 months ago
a373c80
Specify Python Cookbook edition for reference (GH-26301) (#26303)
by Miss Islington (bot)
· 4 years, 3 months ago
96c9961
bpo-43556: Fix the attr names for ast.expr and ast.stmt in the docs (GH-24940)
by Zackery Spytz
· 4 years, 3 months ago
e10bd76
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
by Miss Islington (bot)
· 4 years, 3 months ago
bcd5913
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26288)
by Miss Islington (bot)
· 4 years, 3 months ago
d3cc689
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847)
by Jakub Kulík
· 4 years, 3 months ago
0593ae8
[3.9] bpo-43882 - Mention urllib.parse changes in Whats new section. (GH-26276)
by Senthil Kumaran
· 4 years, 3 months ago
b9258b0
bpo-36160: Fix test_site so that it can run independently of other tests (GH-12131) (GH-26263)
by Miss Islington (bot)
· 4 years, 3 months ago
eecdc9e
Update link in SECURITY.md (GH-21320) (GH-26260)
by Miss Islington (bot)
· 4 years, 3 months ago
c87b81d
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627) (#25695)
by Miss Islington (bot)
· 4 years, 3 months ago
dc6526d
[doc] Fix typo in asyncio-eventloop documentation (GH-22311) (GH-26257)
by Miss Islington (bot)
· 4 years, 3 months ago
ab1c3d9
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-25417)
by Miss Islington (bot)
· 4 years, 3 months ago
9a75cc6
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as coroutine methods (GH-20870) (GH-26255)
by Miss Islington (bot)
· 4 years, 3 months ago
021169f
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26252)
by Miss Islington (bot)
· 4 years, 3 months ago
d4a9264
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26250)
by Pablo Galindo
· 4 years, 3 months ago
509e1c9
Fix compiler warning in the xml module (GH-26245) (GH-26248)
by Miss Islington (bot)
· 4 years, 3 months ago
0bcd151
[3.9] backport non-content changes to IDLE's help.html (GH-26239)
by Tal Einat
· 4 years, 3 months ago
74eb94a
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26219)
by Miss Islington (bot)
· 4 years, 3 months ago
5b5a10c
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
by Miss Islington (bot)
· 4 years, 3 months ago
db20afe
bpo-44106: Improve sqlite3 example database contents (GH-26027)
by Miss Islington (bot)
· 4 years, 3 months ago
76ed53c
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
by Miss Islington (bot)
· 4 years, 3 months ago
632b403
[3.9] bpo-42783: Documentation for asyncio.sleep(0) (GH-24002) (GH-24153)
by Ken Jin
· 4 years, 3 months ago
c17ba23
bpo-41963: document that ConfigParser strips off comments (GH-26197) (GH-26213)
by Miss Islington (bot)
· 4 years, 3 months ago
c05d8a6
bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-26211)
by Irit Katriel
· 4 years, 3 months ago
049c412
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files (GH-25058)
by Miss Islington (bot)
· 4 years, 3 months ago
2057ce8
[3.9] bpo-44145: Release the GIL around HMAC_Update. (GH-26157) (GH-26188)
by Miss Islington (bot)
· 4 years, 3 months ago
2f9ebe6
[doc] Fix typo in os module (GH-24464)
by Miss Islington (bot)
· 4 years, 3 months ago
f84ef3c
fix docstring typo in bdb.py (GH-22323) (#26180)
by Miss Islington (bot)
· 4 years, 3 months ago
ea33d20
[3.9] Fix typo in comment (GH-26162) (GH-26165)
by Miss Islington (bot)
· 4 years, 3 months ago
d43e1cb
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (#26169)
by Miss Islington (bot)
· 4 years, 3 months ago
925cb85
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) (GH-26093)
by Miss Islington (bot)
· 4 years, 3 months ago
3767401
bpo-32133: Improve numbers docs (GH-26124) (GH-26147)
by Miss Islington (bot)
· 4 years, 3 months ago
b30b25b
[3.9] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (GH-26142)
by Antoine Pitrou
· 4 years, 3 months ago
fa9de0c
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
by Miss Islington (bot)
· 4 years, 3 months ago
c90642b
bpo-43729: Clarify comment in tutorial example (GH-25191) (GH-26137)
by Miss Islington (bot)
· 4 years, 3 months ago
41ed452
Subprocess Protocols Documentation (GH-20950) (GH-26134)
by Miss Islington (bot)
· 4 years, 3 months ago
Next »