Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.11
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
0b0609d
[3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894)
by Miss Islington (bot)
· 3 years, 5 months ago
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
70eb9db
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
by Miss Islington (bot)
· 3 years, 5 months ago
27f6386
Post 3.9.11
by Łukasz Langa
· 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
73943ce
bpo-31415: importtime was made by Inada Naoki (GH-31875)
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
b4fd91b
[3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878)
by Miss Islington (bot)
· 3 years, 5 months ago
649cc9d
[3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31868)
by Illia Volochii
· 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
b5140a5
[3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs. (GH-31349) (GH-31808)
by Charlie Zhao
· 3 years, 5 months ago
49ff5ed
[3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
by Jelle Zijlstra
· 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
30d8021
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
by Miss Islington (bot)
· 3 years, 5 months ago
f7f7838
[3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797)
by Jelle Zijlstra
· 3 years, 5 months ago
0c47008
[3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
by Jelle Zijlstra
· 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
f8c3697
Removed confusing reference to sys (GH-31638)
by Miss Islington (bot)
· 3 years, 5 months ago
653ca6c
[3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754)
by Erlend Egeberg Aasland
· 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
89c3601
Removed ambiguity in __init_subclass__ docs (GH-31540)
by Miss Islington (bot)
· 3 years, 5 months ago
24ebaf6
docs: Don't use code formatting for emphasis (GH-30519)
by Miss Islington (bot)
· 3 years, 5 months ago
0c718e0
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
by Miss Islington (bot)
· 3 years, 5 months ago
e83f084
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
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, 5 months ago
7fba55f
Lib/typing.py copy edits originating from GH-31061 (GH-31684)
by Miss Islington (bot)
· 3 years, 6 months ago
01df04883
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
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
0981986
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) (GH-31661)
by Miss Islington (bot)
· 3 years, 6 months ago
1d428bb
bpo-46831: Update __build_class__ comment (GH-31522)
by Miss Islington (bot)
· 3 years, 6 months ago
cf8aff6
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
by Miss Islington (bot)
· 3 years, 6 months ago
359bc39
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) (GH-31644)
by Victor Stinner
· 3 years, 6 months ago
3ea2a8f
[3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586)
by Erlend Egeberg Aasland
· 3 years, 6 months ago
7190617
[3.9] Minor fixes to C API docs (GH-31501) (GH-31526)
by Jelle Zijlstra
· 3 years, 6 months ago
de2c91a
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
by Miss Islington (bot)
· 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
b7f6e8e
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
by Miss Islington (bot)
· 3 years, 6 months ago
763e23e
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
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
2387aea
[3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507)
by Miss Islington (bot)
· 3 years, 6 months ago
aa9a5c4
bpo-36557: Updated wording for using/windows (GH-31457)
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
e7115d5
replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445)
by Miss Islington (bot)
· 3 years, 6 months ago
83eabc6
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438)
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
cf19932
Counter doc mentions three methods, but lists four (GH-30706)
by Miss Islington (bot)
· 3 years, 6 months ago
9399dc4
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
by Miss Islington (bot)
· 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
c11f41b
Fix mistake in barry_as_FLUFL test (GH-31392)
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
0da140d
Update html.parser.rst (GH-30678)
by Miss Islington (bot)
· 3 years, 6 months ago
d975a40
[3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381)
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
c292118
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
by Miss Islington (bot)
· 3 years, 6 months ago
ad47db3
[3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356)
by DongGeon Lee
· 3 years, 6 months ago
1933238
Update the OMG link (GH-30383)
by Miss Islington (bot)
· 3 years, 6 months ago
5c303f3
doc: use colon for all color's rangs (GH-28998)
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
1953f03
bpo-38619: Update the documentation for UUID.hex (GH-29830)
by Miss Islington (bot)
· 3 years, 6 months ago
0bd2d58
Fix minor grammar error (GH-31325)
by Miss Islington (bot)
· 3 years, 6 months ago
0b1417d
[3.9] Corrections to format precision description. (GH-31291) (GH-31321)
by John Belmonte
· 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
ebe73e6
bpo-45447: Add entry to What's new 3.9 (GH-31305)
by Miss Islington (bot)
· 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
a7c1cc4
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
by Miss Islington (bot)
· 3 years, 6 months ago
c23f4ab
Fix the signature of multiprocessing.set_executable (GH-31276)
by Miss Islington (bot)
· 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
bde3765
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
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
0d74efc
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
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
1b8a34a
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
by Miss Islington (bot)
· 3 years, 6 months ago
459e26f
[3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
by Miss Islington (bot)
· 3 years, 7 months ago
6da4364
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
by Miss Islington (bot)
· 3 years, 7 months ago
ee3d050
Optimize images by IMGbot (GH-21348)
by Miss Islington (bot)
· 3 years, 7 months ago
663370a
bpo-46588: fix typo in test_calltip.py (GH-31119)
by Miss Islington (bot)
· 3 years, 7 months ago
dc315f3
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
by Miss Islington (bot)
· 3 years, 7 months ago
cf7cb1a
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
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
Next »