Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.11
/
Misc
tag
2a0d801a6982c132ec5523b68c7f98a635170ad4
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Mar 16 13:04:04 2022
object
2de452f8bf2f78417e04bcf7919beb502c53a0e2
Python 3.9.11
2de452f
Python 3.9.11, take two
by Łukasz Langa
· 3 years, 5 months ago
v3.9.11
ad6ddd8
[3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31927)
by Steve Dower
· 3 years, 5 months ago
0f0c55c
Python 3.9.11
by Łukasz Langa
· 3 years, 5 months ago
513911b
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
by Christian Heimes
· 3 years, 5 months ago
32ae9ab
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
by Miss Islington (bot)
· 3 years, 5 months ago
64a68c3
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
by Miss Islington (bot)
· 3 years, 5 months ago
91dfa91
But Add missing newline to NEWS entry (GH-31893)
by Miss Islington (bot)
· 3 years, 5 months ago
f1a5e1b
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
by Miss Islington (bot)
· 3 years, 5 months ago
1b12392
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
by Ned Deily
· 3 years, 5 months ago
177be52
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
by Jason R. Coombs
· 3 years, 5 months ago
bda64b3
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
by Ned Deily
· 3 years, 5 months ago
4f340b0
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
by Miss Islington (bot)
· 3 years, 5 months ago
ba2b795
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)
by Victor Stinner
· 3 years, 5 months ago
f3ea249
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776)
by Irit Katriel
· 3 years, 5 months ago
20e88f7
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
by Miss Islington (bot)
· 3 years, 5 months ago
0663ca1
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
by Miss Islington (bot)
· 3 years, 5 months ago
f46a044
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
by Miss Islington (bot)
· 3 years, 5 months ago
e1639f3
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732)
by Steve Dower
· 3 years, 5 months ago
101a1be
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31728)
by Steve Dower
· 3 years, 5 months ago
852d9b7
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720)
by Miss Islington (bot)
· 3 years, 6 months ago
6a14330
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676)
by Victor Stinner
· 3 years, 6 months ago
a549cd1
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581)
by Victor Stinner
· 3 years, 6 months ago
4560c7e
bpo-46756: Fix authorization check in urllib.request (GH-31353)
by Miss Islington (bot)
· 3 years, 6 months ago
87cebb1
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
by Miss Islington (bot)
· 3 years, 6 months ago
f3bb8fe
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512)
by Miss Islington (bot)
· 3 years, 6 months ago
29e8c43
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
by Miss Islington (bot)
· 3 years, 6 months ago
8eb18d8
[3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474)
by Miss Islington (bot)
· 3 years, 6 months ago
336a916
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
by Miss Islington (bot)
· 3 years, 6 months ago
959846b
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
by Miss Islington (bot)
· 3 years, 6 months ago
64705e6
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) (GH-31444)
by Andrew Svetlov
· 3 years, 6 months ago
a6116a9
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441)
by Andrew Svetlov
· 3 years, 6 months ago
9aca412d
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
by Miss Islington (bot)
· 3 years, 6 months ago
e782890
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)
by Miss Islington (bot)
· 3 years, 6 months ago
29ae7d3
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
by Miss Islington (bot)
· 3 years, 6 months ago
a657bff
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
by Miss Islington (bot)
· 3 years, 6 months ago
502ad39
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
by Miss Islington (bot)
· 3 years, 6 months ago
c31b8a9
bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)
by Dennis Sweeney
· 3 years, 6 months ago
1d4d44c
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
by Miss Islington (bot)
· 3 years, 6 months ago
cc6d8f8
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) (GH-31299)
by Jacob Walls
· 3 years, 6 months ago
a65be6e
[3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253). (GH-31256)
by Andrew Svetlov
· 3 years, 6 months ago
b0517a1
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
by Miss Islington (bot)
· 3 years, 6 months ago
76b0727
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
by Miss Islington (bot)
· 3 years, 6 months ago
0892a0e
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
by Miss Islington (bot)
· 3 years, 6 months ago
dc315f3
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
by Miss Islington (bot)
· 3 years, 7 months ago
e825860
[3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) (GH-31093)
by Miss Islington (bot)
· 3 years, 7 months ago
3c6173c
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
by Miss Islington (bot)
· 3 years, 7 months ago
8d239bf
[3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076)
by Petr Viktorin
· 3 years, 7 months ago
0371e5d
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
by Miss Islington (bot)
· 3 years, 7 months ago
a1869e3
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
by Miss Islington (bot)
· 3 years, 7 months ago
e4a6e54
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
by Miss Islington (bot)
· 3 years, 7 months ago
a22dd00
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059)
by Miss Islington (bot)
· 3 years, 7 months ago
3046386
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
by Miss Islington (bot)
· 3 years, 7 months ago
ad9cf2f
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
by Miss Islington (bot)
· 3 years, 7 months ago
8cd8246
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
by Miss Islington (bot)
· 3 years, 7 months ago
3757703
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
by Miss Islington (bot)
· 3 years, 7 months ago
bc7d96e
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
by Miss Islington (bot)
· 3 years, 7 months ago
ff11eff
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
by Miss Islington (bot)
· 3 years, 7 months ago
04772cd
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30915)
by Christian Heimes
· 3 years, 7 months ago
b0b8388
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
by Miss Islington (bot)
· 3 years, 7 months ago
c314e3e
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (30867)
by Miss Islington (bot)
· 3 years, 7 months ago
1398dca
bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835)
by Irit Katriel
· 3 years, 7 months ago
94d6434
[3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) (GH-30738)
by Miss Islington (bot)
· 3 years, 7 months ago
1514d12
[3.9] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (GH-30828)
by Jason R. Coombs
· 3 years, 7 months ago
f1796f2
bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30790)
by Miss Islington (bot)
· 3 years, 7 months ago
6ed874f
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785)
by Kumar Aditya
· 3 years, 7 months ago
3e7d06a
[3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-30611)
by Kumar Aditya
· 3 years, 7 months ago
b37f3e9
bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)
by Miss Islington (bot)
· 3 years, 7 months ago
9e3ff82
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285)
by Miss Islington (bot)
· 3 years, 7 months ago
c3ad850
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
by Miss Islington (bot)
· 3 years, 7 months ago
c6691a7
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
by Miss Islington (bot)
· 3 years, 7 months ago
0be4760
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) (GH-30675)
by Miss Islington (bot)
· 3 years, 7 months ago
0fbb9af
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) (GH-30635)
by Miss Islington (bot)
· 3 years, 7 months ago
f2f3f53
Python 3.9.10
by Łukasz Langa
· 3 years, 7 months ago
v3.9.10
52937c2
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)
by Victor Stinner
· 3 years, 7 months ago
4ddd5da
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)
by Christian Heimes
· 3 years, 7 months ago
690ed88
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
by Miss Islington (bot)
· 3 years, 7 months ago
4d2cfd3
bpo-46070: Fix asyncio initialisation guard (GH-30423)
by Miss Islington (bot)
· 3 years, 7 months ago
b259015
[3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) (GH-30437)
by Miss Islington (bot)
· 3 years, 7 months ago
0aa8bbf
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429)
by Miss Islington (bot)
· 3 years, 7 months ago
64199e9
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
by Miss Islington (bot)
· 3 years, 8 months ago
9a9061d
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Miss Islington (bot)
· 3 years, 8 months ago
86d1b8c
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
by Miss Islington (bot)
· 3 years, 8 months ago
50da397
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
by Miss Islington (bot)
· 3 years, 8 months ago
b28b022
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)
by Miss Islington (bot)
· 3 years, 8 months ago
2d4049d
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
by Miss Islington (bot)
· 3 years, 8 months ago
864caaa
closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)
by Miss Islington (bot)
· 3 years, 8 months ago
25a12aa
[3.9] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) (GH-30255)
by Miss Islington (bot)
· 3 years, 8 months ago
0722905
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265)
by Miss Islington (bot)
· 3 years, 8 months ago
bee660e
[3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)
by Miss Islington (bot)
· 3 years, 8 months ago
393ff04
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29723)
by Miss Islington (bot)
· 3 years, 8 months ago
d718764
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)
by Miss Islington (bot)
· 3 years, 8 months ago
5c4d11f
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)
by Ned Deily
· 3 years, 8 months ago
e5cf31d
[3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (#30215)
by Pablo Galindo Salgado
· 3 years, 8 months ago
f8fce5e
[3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204)
by Andrew Svetlov
· 3 years, 8 months ago
a9b3edb
[3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173)
by Christian Heimes
· 3 years, 8 months ago
864ec17
[3.9] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151). (GH-30157)
by Jason R. Coombs
· 3 years, 8 months ago
f0b274d
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30115)
by Miss Islington (bot)
· 3 years, 8 months ago
2029c58
[3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081)
by Alex Waygood
· 3 years, 8 months ago
80f98b1
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
by Miss Islington (bot)
· 3 years, 8 months ago
d55a03e
[3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039)
by Miss Islington (bot)
· 3 years, 8 months ago
Next »