Python 3.12.11
  1. 55fee9c Python 3.12.11 by Thomas Wouters · 3 months ago v3.12.11
  2. 28463db [3.12] gh-135034: Remove test_realpath_permission (GH-135093) by Petr Viktorin · 3 months ago
  3. fcf3ea0 [3.12] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-134847) by Miss Islington (bot) · 3 months ago
  4. 3217780 [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135086) by Miss Islington (bot) · 3 months ago
  5. 19de092 [3.12] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135066) by T. Wouters · 3 months ago
  6. f3272d8 [3.12] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135081) by Miss Islington (bot) · 3 months ago
  7. d4cf1fa [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134612) by Miss Islington (bot) · 3 months ago
  8. d02823e [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134478) by Miss Islington (bot) · 3 months ago
  9. 4398b78 [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337) by Serhiy Storchaka · 3 months ago
  10. aeb3a6f [3.12] gh-132553: Build the perf tool without buildid cache (GH-132663) (#132718) by Victor Stinner · 4 months ago
  11. 0cc8128 Python 3.12.10 by Thomas Wouters · 4 months ago v3.12.10
  12. a05e930 [3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132264) by Miss Islington (bot) · 4 months ago
  13. b41e008 [3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599) by sobolevn · 4 months ago
  14. 492a554 [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260) by sobolevn · 4 months ago
  15. 40f81e1 [3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-132259) by Miss Islington (bot) · 4 months ago
  16. aab69a8 [3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132256) by Miss Islington (bot) · 4 months ago
  17. 3fc57f8 [3.12] gh-116608: undeprecate functional importlib.resources API (#132206) by Thomas Grainger · 4 months ago
  18. 33834cb [3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216) by Miss Islington (bot) · 4 months ago
  19. 0bfb3ba [3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151) by Miss Islington (bot) · 5 months ago
  20. 6dab90a [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114) by Bénédikt Tran · 5 months ago
  21. 1d8cd48 [3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132096) by Miss Islington (bot) · 5 months ago
  22. 3d3e7b0 [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090) by Tomasz Pytel · 5 months ago
  23. 05213af [3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132080) by Miss Islington (bot) · 5 months ago
  24. 232e105 [3.12] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132078) by Miss Islington (bot) · 5 months ago
  25. 65a0103 [3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083) by Miss Islington (bot) · 5 months ago
  26. da7ac18 [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033) by Tomas R. · 5 months ago
  27. 6f6b8b4 [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) (GH-131239) by Serhiy Storchaka · 5 months ago
  28. e4fe4d9 [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010) by Miss Islington (bot) · 5 months ago
  29. b3cf1f2 [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008) by Miss Islington (bot) · 5 months ago
  30. 756676f [3.12] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131966) by Miss Islington (bot) · 5 months ago
  31. 5d4e891 [3.12] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131930) by Miss Islington (bot) · 5 months ago
  32. f1689b6 [3.12] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent mutations happen (#127964) (#131932) by Bénédikt Tran · 5 months ago
  33. 85b6b0e [3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131875) by Miss Islington (bot) · 5 months ago
  34. 3cd04d4 [3.12] gh-127541: Update os.walk example (GH-127765) (#131873) by Miss Islington (bot) · 5 months ago
  35. dfb6372 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  36. 7d447ac [3.12] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131846) by Miss Islington (bot) · 5 months ago
  37. d4ddc03 [3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806) by Miss Islington (bot) · 5 months ago
  38. 1826347 [3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772) by Miss Islington (bot) · 5 months ago
  39. e78280d [3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693) by Miss Islington (bot) · 5 months ago
  40. 76e911a [3.12] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131687) by Miss Islington (bot) · 5 months ago
  41. 8a9aee7 [3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131232) by Bénédikt Tran · 5 months ago
  42. 7f2de07 [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629) by Nybblista · 5 months ago
  43. 2d6a778 [3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131519) by Miss Islington (bot) · 5 months ago
  44. 3d1f8ca [3.12] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131530) by luccabb · 5 months ago
  45. 30e38b9 [3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) (#131533) by Nybblista · 5 months ago
  46. 5dfb5e6 [3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404) by Miss Islington (bot) · 5 months ago
  47. 865bd6d [3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410) by Bénédikt Tran · 5 months ago
  48. c1faeadd [3.12] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376) (#131378) by Miss Islington (bot) · 5 months ago
  49. 18e4eb4 [3.12] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130840) by Miss Islington (bot) · 5 months ago
  50. 6e7432f [3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131344) by Miss Islington (bot) · 5 months ago
  51. e5e8b8a [3.12] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (GH-129848) (#131350) by Miss Islington (bot) · 5 months ago
  52. e364a42 [3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131243) by Wulian233 · 5 months ago
  53. 9a612a8 [3.12] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131241) by Miss Islington (bot) · 5 months ago
  54. 6658ada [3.12] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131237) by sobolevn · 5 months ago
  55. a3f4889 [3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131206) by Serhiy Storchaka · 5 months ago
  56. 969631a [3.12] gh-93096: Load doctests in `test_itertools` (GH-131133) (#131137) by Miss Islington (bot) · 5 months ago
  57. afffd97 [3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092) by Miss Islington (bot) · 5 months ago
  58. 8f26a79 gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (GH-130962) (GH-131076) (#131086) by Miss Islington (bot) · 5 months ago
  59. bfad0b5 [3.12] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131081) by Miss Islington (bot) · 5 months ago
  60. 33605da [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816) by Kyle Cutler · 5 months ago
  61. fcf1f57 [3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063) by Miss Islington (bot) · 5 months ago
  62. 22ac71d gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021) by Miss Islington (bot) · 5 months ago
  63. a69107b [3.12] gh-130917: update timer and workload in test_signal (GH-130918) (#130968) by Miss Islington (bot) · 5 months ago
  64. 4eb4785 [3.12] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130982) by Miss Islington (bot) · 5 months ago
  65. d128edb [3.12] gh-113238: add Anchor to importlib.resources (GH-113801) (#130499) by Hugo van Kemenade · 5 months ago
  66. 4230697 [3.12] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130951) by Miss Islington (bot) · 5 months ago
  67. 397e69d [3.12] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130885) by Miss Islington (bot) · 6 months ago
  68. ed015d0 [3.12] gh-116742: Fix subprocess test_check_output_timeout() (GH-130836) (#130874) by Miss Islington (bot) · 6 months ago
  69. 8fe011a [3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow functions (GH-130828) (GH-130876) by Petr Viktorin · 6 months ago
  70. 45e667c [3.12] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130846) by Miss Islington (bot) · 6 months ago
  71. a0ac4db [3.12] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130826) by Miss Islington (bot) · 6 months ago
  72. 519dec9 [3.12] gh-130737: Fix multiprocessing test_notify() (GH-130797) (#130803) by Miss Islington (bot) · 6 months ago
  73. 3614649 [3.12] gh-129583: update bundled pip to 25.0.1 (GH-129909) (#129947) by Hugo van Kemenade · 6 months ago
  74. d9ca98a [3.12] gh-130637: Add validation for numeric response data in `stat()` method (GH-130646) (#130764) by Miss Islington (bot) · 6 months ago
  75. 0860d9c [3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644) by Pablo Galindo Salgado · 6 months ago
  76. 99e18ab [3.12] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130735) by Miss Islington (bot) · 6 months ago
  77. 27f9f2b [3.12] gh-128364: Fix flaky `test_timeout` test (gh-130724) (gh-130729) by Miss Islington (bot) · 6 months ago
  78. d922aa8 [3.12] gh-130607: Extend and cleanup IPv6 tests (GH-121518) (GH-130678) by Miss Islington (bot) · 6 months ago
  79. 4eb1421 [3.12] gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508) (GH-130674) by Vinay Sajip · 6 months ago
  80. aa91a11 [3.12] gh-130655: Increase test coverage of gettext._expand_lang() (GH-130656) (GH-130672) by Miss Islington (bot) · 6 months ago
  81. 500ea3b [3.12] gh-129726: Break `gzip.GzipFile` reference loop (GH-130055) (#130670) by Miss Islington (bot) · 6 months ago
  82. b8f2ff0 [3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579) by Hugo van Kemenade · 6 months ago
  83. a55a9cd [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585) by Hugo van Kemenade · 6 months ago
  84. a678d8e [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130510) by Petr Viktorin · 6 months ago
  85. fb073b5 [3.12] GH-121970: Extract `pydoc_topics` into a new extension (#129116) (#130443) by Adam Turner · 6 months ago
  86. 89a79fc [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) by Serhiy Storchaka · 6 months ago
  87. c4aeb4c [3.12] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#130573) by Victor Stinner · 6 months ago
  88. e280976 [3.12] gh-108303: Fix and move `badsyntax_pep3120.py` (GH-109513) (#130540) by Hugo van Kemenade · 6 months ago
  89. def2ee1 [3.12] Fix a typo in code module test (GH-130530) (GH-130533) by Miss Islington (bot) · 6 months ago
  90. 8db2fa2 [3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130417) by Miss Islington (bot) · 6 months ago
  91. dd5bf31 [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406) by Miss Islington (bot) · 6 months ago
  92. 6c4de32 [3.12] Fix outdated reference link in collections module (gh-130349) (gh-130387) by Miss Islington (bot) · 6 months ago
  93. ecfca20 [3.12] gh-119727: Add --single-process option to regrtest (GH-119728) (#130359) by Hugo van Kemenade · 6 months ago
  94. 60410f3 [3.12] gh-129269: Exclude everything in sys.path in `test_coverage_ignore` (gh-130133) (gh-130358) by Sam Gross · 6 months ago
  95. e63ca56 [3.12] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (GH-130340) (GH-130341) by Miss Islington (bot) · 6 months ago
  96. 96a914a [3.12] gh-130250: use support.swap_attr() in test and don't assume we're beginning with a clean system state (GH-130342) (#130345) by Miss Islington (bot) · 6 months ago
  97. b259b75 [3.12] gh-69001: Convert links to more usable buttons (GH-129591) (#130339) by Miss Islington (bot) · 6 months ago
  98. 4fb2bb6 [3.12] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130331) by Miss Islington (bot) · 6 months ago
  99. 8d58070 [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326) by Miss Islington (bot) · 6 months ago
  100. 4a6415c [3.12] gh-130230: Add new tests for 3-arg pow() with Decimal (GH-130237) (GH-130247) by Serhiy Storchaka · 6 months ago