Python 3.9.10
  1. f2f3f53 Python 3.9.10 by Łukasz Langa · 3 years, 7 months ago v3.9.10
  2. 52937c2 bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580) by Victor Stinner · 3 years, 7 months ago
  3. 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
  4. 690ed88 bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 3 years, 8 months ago
  5. 4d2cfd3 bpo-46070: Fix asyncio initialisation guard (GH-30423) by Miss Islington (bot) · 3 years, 8 months ago
  6. 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, 8 months ago
  7. 0aa8bbf Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429) by Miss Islington (bot) · 3 years, 8 months ago
  8. 64199e9 bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) by Miss Islington (bot) · 3 years, 8 months ago
  9. 9a9061d bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  10. 86d1b8c bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) by Miss Islington (bot) · 3 years, 8 months ago
  11. 50da397 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) by Miss Islington (bot) · 3 years, 8 months ago
  12. b28b022 bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343) by Miss Islington (bot) · 3 years, 8 months ago
  13. 2d4049d bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) by Miss Islington (bot) · 3 years, 8 months ago
  14. 864caaa closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284) by Miss Islington (bot) · 3 years, 8 months ago
  15. 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
  16. 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
  17. bee660e [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260) by Miss Islington (bot) · 3 years, 8 months ago
  18. 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
  19. d718764 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 3 years, 8 months ago
  20. 5c4d11f bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225) by Ned Deily · 3 years, 8 months ago
  21. 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
  22. f8fce5e [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204) by Andrew Svetlov · 3 years, 8 months ago
  23. 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
  24. 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
  25. f0b274d bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30115) by Miss Islington (bot) · 3 years, 8 months ago
  26. 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
  27. 80f98b1 [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Miss Islington (bot) · 3 years, 8 months ago
  28. d55a03e [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039) by Miss Islington (bot) · 3 years, 9 months ago
  29. 9299e3a bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042) by Miss Islington (bot) · 3 years, 9 months ago
  30. 040f9f9 bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023) by Miss Islington (bot) · 3 years, 9 months ago
  31. 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, 9 months ago
  32. 5ae4265 bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) by Miss Islington (bot) · 3 years, 9 months ago
  33. 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, 9 months ago
  34. f147248 [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938) by Christian Heimes · 3 years, 9 months ago
  35. 7accb4f bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933) by Ned Deily · 3 years, 9 months ago
  36. 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
  37. 52a9a71 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years, 9 months ago
  38. 99a9b34 bpo-37658: Actually return result in race condition (GH-29202) (GH-29832) by Miss Islington (bot) · 3 years, 9 months ago
  39. 376b24e bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years, 9 months ago
  40. 3b9d886 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 3 years, 9 months ago
  41. 5b6aa6c bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827) by Irit Katriel · 3 years, 9 months ago
  42. 209cec8 [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819) by Miss Islington (bot) · 3 years, 9 months ago
  43. 86c1265 [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29588) by Ma Lin · 3 years, 9 months ago
  44. 133fb26 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 3 years, 9 months ago
  45. b3f14da bpo-45866: Fix typo in the NEWS entry (GH-29798) by Miss Islington (bot) · 3 years, 9 months ago
  46. 93a540d bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) (GH-29797) by Victor Stinner · 3 years, 9 months ago
  47. 92631a4 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776) by Victor Stinner · 3 years, 9 months ago
  48. b524934 [3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783) by Christian Heimes · 3 years, 9 months ago
  49. cd6d257 [3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754) by Christian Heimes · 3 years, 9 months ago
  50. 71b4147 [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774) by Christian Heimes · 3 years, 9 months ago
  51. 2a32dbf [3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628) by Sam Gross · 3 years, 9 months ago
  52. 4296396 [3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640) by Mark Shannon · 3 years, 9 months ago
  53. c06c7c4 [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-29632) by Miss Islington (bot) · 3 years, 9 months ago
  54. 9450c75 bpo-45835: Fix race condition in test_queue (GH-29601) by Miss Islington (bot) · 3 years, 9 months ago
  55. 71d842b bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605) by Miss Islington (bot) · 3 years, 9 months ago
  56. 00ee14e [3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) (GH-29584) by Miss Islington (bot) · 3 years, 9 months ago
  57. 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
  58. 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
  59. ac89f8c bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29597) by Miss Islington (bot) · 3 years, 9 months ago
  60. b0bdc09 bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569) by Miss Islington (bot) · 3 years, 9 months ago
  61. ccb0e6a Python 3.9.9 by Łukasz Langa · 3 years, 9 months ago v3.9.9
  62. 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
  63. 3e0b830 [3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-29511) by Jason R. Coombs · 3 years, 9 months ago
  64. b952f60 [3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29543) by Miss Islington (bot) · 3 years, 10 months ago
  65. 587ff7f bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29531) by Miss Islington (bot) · 3 years, 10 months ago
  66. 4d1cdd7 bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) by Steve Dower · 3 years, 10 months ago
  67. f5287ec bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453) by Miss Islington (bot) · 3 years, 10 months ago
  68. 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
  69. 5017306 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Miss Islington (bot) · 3 years, 10 months ago
  70. bb3fdcf Python 3.9.8 by Łukasz Langa · 3 years, 10 months ago v3.9.8
  71. a8ae7a5 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29430) by Miss Islington (bot) · 3 years, 10 months ago
  72. 1e29dce bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178) by Miss Islington (bot) · 3 years, 10 months ago
  73. effb72f [3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29394) by Alex Waygood · 3 years, 10 months ago
  74. e813dd4 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 3 years, 10 months ago
  75. 8198617 [3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386) by Łukasz Langa · 3 years, 10 months ago
  76. bbcf06b [3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342) by Serhiy Storchaka · 3 years, 10 months ago
  77. 5f527ca bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Miss Islington (bot) · 3 years, 10 months ago
  78. 91a51c5 [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29363) by Miss Islington (bot) · 3 years, 10 months ago
  79. b04b307 bpo-45516: add protocol description to the Traversable documentation (GH-29039) by Miss Islington (bot) · 3 years, 10 months ago
  80. ed807bf [3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29324) by Łukasz Langa · 3 years, 10 months ago
  81. dd674ca bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295) by Miss Islington (bot) · 3 years, 10 months ago
  82. 8813a98 [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297) by Alex Waygood · 3 years, 10 months ago
  83. 01d11b1 bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284) by Miss Islington (bot) · 3 years, 10 months ago
  84. 8e5e74e bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) by Miss Islington (bot) · 3 years, 10 months ago
  85. 97388c2 [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087) by Alex Waygood · 3 years, 10 months ago
  86. 8365a5b bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Miss Islington (bot) · 3 years, 10 months ago
  87. 21150c6 bpo-45438: format of inspect.Signature with generic builtins (GH-29212) by Miss Islington (bot) · 3 years, 10 months ago
  88. 269bf56 bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161) by Miss Islington (bot) · 3 years, 10 months ago
  89. aa8c344 bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) by Miss Islington (bot) · 3 years, 10 months ago
  90. 216c040 bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) by Miss Islington (bot) · 3 years, 10 months ago
  91. 04485ac bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132) by Miss Islington (bot) · 3 years, 10 months ago
  92. 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
  93. 427ab12 bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105) by Miss Islington (bot) · 3 years, 10 months ago
  94. 1249ce7 bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) by Miss Islington (bot) · 3 years, 10 months ago
  95. 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
  96. a18e4e9 [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29068) by Łukasz Langa · 3 years, 10 months ago
  97. 7657888 bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066) by Miss Islington (bot) · 3 years, 10 months ago
  98. 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
  99. 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
  100. 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, 11 months ago