Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.10
/
Lib
tag
9e24ff64427e7f8243c0225cf70dc2d1f56ab32f
tagger
Łukasz Langa <lukasz@langa.pl>
Thu Jan 13 21:22:58 2022
object
f2f3f537829ab0ef6948be5ee7f46b8ce8213ff2
Python 3.9.10
f2f3f53
Python 3.9.10
by Łukasz Langa
· 3 years, 7 months ago
v3.9.10
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
d9101c4
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
by Miss Islington (bot)
· 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
566d70a
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
by Miss Islington (bot)
· 3 years, 7 months ago
b98730c
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
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
cb06831
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
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
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
aa056ed
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
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
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
97a015b
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
by Miss Islington (bot)
· 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
2352644
Fix test error about deprecation warning (#30205)
by Andrew Svetlov
· 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
a328ad7
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (#30184)
by Miss Islington (bot)
· 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
72225b5
bpo-46111: Fix unittest tests in optimized mode (GH-30163)
by Miss Islington (bot)
· 3 years, 8 months ago
212014d
Fix a typo in the message from make_ssl_certs. (GH-30152)
by Miss Islington (bot)
· 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
17260e4
[3.9] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30105)
by Miss Islington (bot)
· 3 years, 8 months ago
9423422
[3.9] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30095)
by Miss Islington (bot)
· 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
5f622f1
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29759)
by Miss Islington (bot)
· 3 years, 8 months ago
bad16f0
[3.9] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30033)
by Miss Islington (bot)
· 3 years, 8 months ago
fb8aad1
[3.9] bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) (GH-29924)
by Miss Islington (bot)
· 3 years, 8 months ago
25254d4
Fix double-space in exception message (GH-29955) (GH-29983)
by Miss Islington (bot)
· 3 years, 8 months ago
bffce2c
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) (GH-29928)
by Miss Islington (bot)
· 3 years, 8 months ago
2e36083
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by Miss Islington (bot)
· 3 years, 8 months ago
1905071
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
by Miss Islington (bot)
· 3 years, 9 months ago
52a9a71
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Miss Islington (bot)
· 3 years, 9 months ago
99a9b34
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
by Miss Islington (bot)
· 3 years, 9 months ago
3b9d886
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
by Miss Islington (bot)
· 3 years, 9 months ago
5b6aa6c
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
by Irit Katriel
· 3 years, 9 months ago
209cec8
[3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819)
by Miss Islington (bot)
· 3 years, 9 months ago
455ed45
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29709)
by Miss Islington (bot)
· 3 years, 9 months ago
e8d41ee
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
by Hugo van Kemenade
· 3 years, 9 months ago
2a32dbf
[3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628)
by Sam Gross
· 3 years, 9 months ago
4296396
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
by Mark Shannon
· 3 years, 9 months ago
9450c75
bpo-45835: Fix race condition in test_queue (GH-29601)
by Miss Islington (bot)
· 3 years, 9 months ago
71d842b
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)
by Miss Islington (bot)
· 3 years, 9 months ago
0ef308a
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29585)
by Pablo Galindo Salgado
· 3 years, 9 months ago
87787c8
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) (GH-29600)
by Sam Gross
· 3 years, 9 months ago
a40d066
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
by Miss Islington (bot)
· 3 years, 9 months ago
ccb0e6a
Python 3.9.9
by Łukasz Langa
· 3 years, 9 months ago
v3.9.9
9f9a302
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
by Miss Islington (bot)
· 3 years, 9 months ago
142fcb4
bpo-45738: Fix computation of error location for invalid continuation characters in the parser (GH-29550) (GH-29552)
by Pablo Galindo Salgado
· 3 years, 9 months ago
3e0b830
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-29511)
by Jason R. Coombs
· 3 years, 9 months ago
587ff7f
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29531)
by Miss Islington (bot)
· 3 years, 9 months ago
376218e
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
by Miss Islington (bot)
· 3 years, 10 months ago
a932631
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29446)
by Miss Islington (bot)
· 3 years, 10 months ago
bb3fdcf
Python 3.9.8
by Łukasz Langa
· 3 years, 10 months ago
v3.9.8
276a3a6
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29420)
by Miss Islington (bot)
· 3 years, 10 months ago
885e57c
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423)
by Miss Islington (bot)
· 3 years, 10 months ago
f701237
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) (GH-29415)
by Łukasz Langa
· 3 years, 10 months ago
1e29dce
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
by Miss Islington (bot)
· 3 years, 10 months ago
effb72f
[3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29394)
by Alex Waygood
· 3 years, 10 months ago
8198617
[3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
by Łukasz Langa
· 3 years, 10 months ago
bbcf06b
[3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
by Serhiy Storchaka
· 3 years, 10 months ago
5f527ca
bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
by Miss Islington (bot)
· 3 years, 10 months ago
317e0c9
[3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29313)
by Miss Islington (bot)
· 3 years, 10 months ago
a043706
[3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)
by Serhiy Storchaka
· 3 years, 10 months ago
dd674ca
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)
by Miss Islington (bot)
· 3 years, 10 months ago
67a1abb
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292)
by Miss Islington (bot)
· 3 years, 10 months ago
d6623c3
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
by Miss Islington (bot)
· 3 years, 10 months ago
97388c2
[3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087)
by Alex Waygood
· 3 years, 10 months ago
8365a5b
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
by Miss Islington (bot)
· 3 years, 10 months ago
21150c6
bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
by Miss Islington (bot)
· 3 years, 10 months ago
216c040
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
by Miss Islington (bot)
· 3 years, 10 months ago
04485ac
bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)
by Miss Islington (bot)
· 3 years, 10 months ago
d33fae7
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112)
by Miss Islington (bot)
· 3 years, 10 months ago
9192683
bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096)
by Miss Islington (bot)
· 3 years, 10 months ago
88f4ec8
[3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071)
by Łukasz Langa
· 3 years, 10 months ago
50e8b2f
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
by Miss Islington (bot)
· 3 years, 10 months ago
15cd7a7
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081)
by Miss Islington (bot)
· 3 years, 10 months ago
d46b221
[3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074)
by Łukasz Langa
· 3 years, 10 months ago
1dbf9c8
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
by Miss Islington (bot)
· 3 years, 10 months ago
6848602
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
by Serhiy Storchaka
· 3 years, 10 months ago
7c722e3
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
by Serhiy Storchaka
· 3 years, 10 months ago
fb72034
[3.9] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28932)
by Miss Islington (bot)
· 3 years, 10 months ago
9210eff
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935)
by Miss Islington (bot)
· 3 years, 10 months ago
5d74713
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
by Łukasz Langa
· 3 years, 10 months ago
5638618
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28928)
by Miss Islington (bot)
· 3 years, 10 months ago
faa87f7
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)
by Miss Islington (bot)
· 3 years, 10 months ago
ac421c3
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28866)
by Miss Islington (bot)
· 3 years, 10 months ago
6f3bc5e
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
by Miss Islington (bot)
· 3 years, 10 months ago
06935bd
bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
by Miss Islington (bot)
· 3 years, 10 months ago
4346b81
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
by Christian Clauss
· 3 years, 11 months ago
92018a0
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28770)
by Miss Islington (bot)
· 3 years, 11 months ago
1374459
[3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28747)
by Łukasz Langa
· 3 years, 11 months ago
52d9d3b
[3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741)
by Łukasz Langa
· 3 years, 11 months ago
63c9a6c
bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
by Miss Islington (bot)
· 3 years, 11 months ago
3ce5e07
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
by Miss Islington (bot)
· 3 years, 11 months ago
Next »