Python 3.10.5
  1. f377153 Python 3.10.5 by Pablo Galindo · 3 years, 3 months ago v3.10.5
  2. 2f8aae3 gh-89973: Fix re.error in the fnmatch module. (GH-93072) by Miss Islington (bot) · 3 years, 3 months ago
  3. 7b3cf3a gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237) by Miss Islington (bot) · 3 years, 3 months ago
  4. b382bf5 gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273) by Miss Islington (bot) · 3 years, 3 months ago
  5. 855be47 gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423) by Miss Islington (bot) · 3 years, 3 months ago
  6. aa06a84 bpo-42272: fix misleading warning filter message/module docs (GH-23172) by Miss Islington (bot) · 3 years, 3 months ago
  7. c649526 [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261) by Éric · 3 years, 3 months ago
  8. 738c730 gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937) by Miss Islington (bot) · 3 years, 3 months ago
  9. 550c44b gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321) by Miss Islington (bot) · 3 years, 3 months ago
  10. 9369942 [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214) by Victor Stinner · 3 years, 3 months ago
  11. 132ea29 [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93140) by Miss Islington (bot) · 3 years, 3 months ago
  12. a4bea26 gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146) by Miss Islington (bot) · 3 years, 3 months ago
  13. c1b1249 gh-93061: Mark as artificial: backwards jump after async for (GH-93120) by Dennis Sweeney · 3 years, 3 months ago
  14. b15b94d gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  15. 4952608 gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985) by Miss Islington (bot) · 3 years, 3 months ago
  16. c146525 [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (#92981) by Łukasz Langa · 3 years, 3 months ago
  17. fb566ca bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92966) by Miss Islington (bot) · 3 years, 3 months ago
  18. 56c8d7c gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718) by Miss Islington (bot) · 3 years, 3 months ago
  19. ed75d21 bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575) by Miss Islington (bot) · 3 years, 3 months ago
  20. 009aeb6 bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) by Miss Islington (bot) · 3 years, 3 months ago
  21. e29ce9a gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92830) by Miss Islington (bot) · 3 years, 3 months ago
  22. 36d42e7 Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) by Miss Islington (bot) · 3 years, 3 months ago
  23. a24e676 [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717) by Dennis Sweeney · 3 years, 3 months ago
  24. 9743524 bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307) by Miss Islington (bot) · 3 years, 3 months ago
  25. 4730b0d [3.10] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92664) by Miss Islington (bot) · 3 years, 3 months ago
  26. 9be9b58 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 3 months ago
  27. 5ed2f11 bpo-13553: Document tkinter.Tk args (GH-4786) by Miss Islington (bot) · 3 years, 3 months ago
  28. cd11068 bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732) by Miss Islington (bot) · 3 years, 3 months ago
  29. 8883172 Fix use of the default role in a news entry. (#92500) by Ezio Melotti · 3 years, 3 months ago
  30. b795376 [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92497) by Gregory P. Smith · 3 years, 3 months ago
  31. 731d893 [3.10] gh-92448: Update the documentation builder to render the GitHub issue (GH-92449). (GH-92457) by Dong-hee Na · 3 years, 3 months ago
  32. 4674b31 [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#92370) by Jelle Zijlstra · 3 years, 4 months ago
  33. 3db0e0b NEWS: Reorder items by section (GH-92373) by Miss Islington (bot) · 3 years, 4 months ago
  34. 2a2421e [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274) by Erlend Egeberg Aasland · 3 years, 4 months ago
  35. 178a238 gh-92036: Fix gc_fini_untrack() (GH-92037) by Miss Islington (bot) · 3 years, 4 months ago
  36. 28eea73 bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) by Miss Islington (bot) · 3 years, 4 months ago
  37. 30681d6 bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862) by Miss Islington (bot) · 3 years, 4 months ago
  38. 5f709bd bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (GH-30642) by Miss Islington (bot) · 3 years, 4 months ago
  39. 62ddbbc [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079) by Serhiy Storchaka · 3 years, 4 months ago
  40. c467812 bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408) by Miss Islington (bot) · 3 years, 4 months ago
  41. bab4d0b gh-91783: Document security considerations for shutil.unpack_archive (GH-91844) by Miss Islington (bot) · 3 years, 4 months ago
  42. 178d79a [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147) by Erlend Egeberg Aasland · 3 years, 4 months ago
  43. d985c8e bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593) by Miss Islington (bot) · 3 years, 4 months ago
  44. ea1eba0 [3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932) by Gregory P. Smith · 3 years, 4 months ago
  45. e8ff3c9 [3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) by Serhiy Storchaka · 3 years, 4 months ago
  46. 19a0796 bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137) by Miss Islington (bot) · 3 years, 4 months ago
  47. 7bd4411 bpo-26792: Improve docstrings of runpy module run_functions (GH-30729) by Miss Islington (bot) · 3 years, 4 months ago
  48. 11652ce gh-91832: Add 'required' attr to argparse.Action repr (GH-91841) by Miss Islington (bot) · 3 years, 4 months ago
  49. 280749a Fix missing `f` prefix on f-strings (GH-91910) by Miss Islington (bot) · 3 years, 4 months ago
  50. 4120bba [3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934) by Ezio Melotti · 3 years, 4 months ago
  51. 971343e gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905) by Miss Islington (bot) · 3 years, 4 months ago
  52. 7ade777 gh-91547: Remove "Undocumented modules" page (GH-91682) by Miss Islington (bot) · 3 years, 4 months ago
  53. 1748816 [3.10] gh-91575: Update case-insensitive matching in re to the latest Unicode version (GH-91580). (GH-91661) by Serhiy Storchaka · 3 years, 4 months ago
  54. 080781c [3.10] gh-91700: Validate the group number in conditional expression in RE (GH-91702) (GH-91831) by Serhiy Storchaka · 3 years, 4 months ago
  55. 9c18d78 [3.10] gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665) (GH-91830) by Serhiy Storchaka · 3 years, 4 months ago
  56. 73af4b0 bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) by Steve Dower · 3 years, 4 months ago
  57. 923ef87 gh-91734: Fix ossaudio support on Solaris (GH-91735) by Miss Islington (bot) · 3 years, 4 months ago
  58. e7e8a9f [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662) by Oleg Iarygin · 3 years, 4 months ago
  59. 61570ae [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its executor (GH-91680) by Gregory P. Smith · 3 years, 4 months ago
  60. 9a45893 [3.10] gh-91607: Fix several test_concurrent_futures tests to actually test what they claim (GH-91600) (#91612) by Gregory P. Smith · 3 years, 4 months ago
  61. 84c279b gh-91595: fix the comparison of character and integer by using ord() (GH-91596) by Miss Islington (bot) · 3 years, 4 months ago
  62. f5542ec gh-82849: revise intro to os.path.rst (GH-32232) by Miss Islington (bot) · 3 years, 4 months ago
  63. 289f27d gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91464) by Miss Islington (bot) · 3 years, 4 months ago
  64. 72114c0 gh-91421: Use constant value check during runtime (GH-91422) (GH-91492) by Miss Islington (bot) · 3 years, 4 months ago
  65. 89697f7 bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418) by Miss Islington (bot) · 3 years, 4 months ago
  66. b0ec17b bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083) by Steve Dower · 3 years, 5 months ago
  67. 94609e3 [3.10] Backport bpo-47212 (GH-32302) to Python 3.10 (GH-32334) by Matthieu Dartiailh · 3 years, 5 months ago
  68. f4e711b bpo-45790: List macros in same order in which fields are described (GH-29529) by Miss Islington (bot) · 3 years, 5 months ago
  69. 3fa800d bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by Miss Islington (bot) · 3 years, 5 months ago
  70. 6b4b892 bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by Miss Islington (bot) · 3 years, 5 months ago
  71. 470dfe2 bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) by Miss Islington (bot) · 3 years, 5 months ago
  72. 16a809f bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) by Miss Islington (bot) · 3 years, 5 months ago
  73. 55d5c96 [3.10] bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212) (GH-32216) by Christian Heimes · 3 years, 5 months ago
  74. 9ed179b bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) by Miss Islington (bot) · 3 years, 5 months ago
  75. 1f2ec4c bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179) by Miss Islington (bot) · 3 years, 5 months ago
  76. 66cde7c bpo-42340: Document issues around KeyboardInterrupt (GH-23255) by Miss Islington (bot) · 3 years, 5 months ago
  77. 2bcbc31 bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) by Miss Islington (bot) · 3 years, 5 months ago
  78. 5944807 [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) by Miss Islington (bot) · 3 years, 5 months ago
  79. 9194a7b bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154) by Hugo van Kemenade · 3 years, 5 months ago
  80. 27ee431 [3.10] bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129) (GH-32130) by Pablo Galindo Salgado · 3 years, 5 months ago
  81. 9006b44 Merge remote-tracking branch 'upstream/3.10' into 3.10 by Pablo Galindo · 3 years, 5 months ago
  82. 9e1bfd8 bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086) by Miss Islington (bot) · 3 years, 5 months ago
  83. 1b6acaa [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) (GH-32085) by Christian Heimes · 3 years, 5 months ago
  84. 9d38120 Python 3.10.4 by Pablo Galindo · 3 years, 5 months ago v3.10.4
  85. f163ad2 bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932) by Miss Islington (bot) · 3 years, 5 months ago
  86. 9d59381 [3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047) by Miss Islington (bot) · 3 years, 5 months ago
  87. c353835 [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039) by Miss Islington (bot) · 3 years, 5 months ago
  88. 1b21b55 bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) by Miss Islington (bot) · 3 years, 5 months ago
  89. 4c989e1 [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) by Gregory P. Smith · 3 years, 5 months ago
  90. 94f038c [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997) by Hugo van Kemenade · 3 years, 5 months ago
  91. 4352ca2 bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974) by Miss Islington (bot) · 3 years, 5 months ago
  92. 906f1a4 bpo-39394: Improve warning message in the re module (GH-31988) by Miss Islington (bot) · 3 years, 5 months ago
  93. a5b7678 [3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976) by Serhiy Storchaka · 3 years, 5 months ago
  94. 6fd9737 [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974) by Pablo Galindo Salgado · 3 years, 5 months ago
  95. 0b5f99a bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) by Miss Islington (bot) · 3 years, 5 months ago
  96. a342a49 Python 3.10.3 by Pablo Galindo · 3 years, 5 months ago v3.10.3
  97. 04fdbb4 [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926) by Steve Dower · 3 years, 5 months ago
  98. a59ac1e [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) by Christian Heimes · 3 years, 5 months ago
  99. 88c243f bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) by Miss Islington (bot) · 3 years, 5 months ago
  100. 3c4f24f bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229) by Miss Islington (bot) · 3 years, 5 months ago