Python 3.12.10
  1. 0cc8128 Python 3.12.10 by Thomas Wouters · 4 months ago v3.12.10
  2. a05e930 [3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132264) by Miss Islington (bot) · 4 months ago
  3. b41e008 [3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599) by sobolevn · 4 months ago
  4. 492a554 [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260) by sobolevn · 4 months ago
  5. 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
  6. 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
  7. 3fc57f8 [3.12] gh-116608: undeprecate functional importlib.resources API (#132206) by Thomas Grainger · 4 months ago
  8. 33834cb [3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216) by Miss Islington (bot) · 4 months ago
  9. 0bfb3ba [3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151) by Miss Islington (bot) · 4 months ago
  10. 6dab90a [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114) by Bénédikt Tran · 4 months ago
  11. 1d8cd48 [3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132096) by Miss Islington (bot) · 5 months ago
  12. 3d3e7b0 [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090) by Tomasz Pytel · 5 months ago
  13. 05213af [3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132080) by Miss Islington (bot) · 5 months ago
  14. 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
  15. 65a0103 [3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083) by Miss Islington (bot) · 5 months ago
  16. da7ac18 [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033) by Tomas R. · 5 months ago
  17. 6f6b8b4 [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) (GH-131239) by Serhiy Storchaka · 5 months ago
  18. e4fe4d9 [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010) by Miss Islington (bot) · 5 months ago
  19. b3cf1f2 [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008) by Miss Islington (bot) · 5 months ago
  20. 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
  21. 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
  22. 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
  23. 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
  24. 3cd04d4 [3.12] gh-127541: Update os.walk example (GH-127765) (#131873) by Miss Islington (bot) · 5 months ago
  25. dfb6372 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  26. 7d447ac [3.12] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131846) by Miss Islington (bot) · 5 months ago
  27. d4ddc03 [3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806) by Miss Islington (bot) · 5 months ago
  28. 1826347 [3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772) by Miss Islington (bot) · 5 months ago
  29. e78280d [3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693) by Miss Islington (bot) · 5 months ago
  30. 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
  31. 8a9aee7 [3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131232) by Bénédikt Tran · 5 months ago
  32. 7f2de07 [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629) by Nybblista · 5 months ago
  33. 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
  34. 3d1f8ca [3.12] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131530) by luccabb · 5 months ago
  35. 30e38b9 [3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) (#131533) by Nybblista · 5 months ago
  36. 5dfb5e6 [3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404) by Miss Islington (bot) · 5 months ago
  37. 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
  38. 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
  39. 18e4eb4 [3.12] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130840) by Miss Islington (bot) · 5 months ago
  40. 6e7432f [3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131344) by Miss Islington (bot) · 5 months ago
  41. e5e8b8a [3.12] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (GH-129848) (#131350) by Miss Islington (bot) · 5 months ago
  42. e364a42 [3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131243) by Wulian233 · 5 months ago
  43. 9a612a8 [3.12] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131241) by Miss Islington (bot) · 5 months ago
  44. 6658ada [3.12] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131237) by sobolevn · 5 months ago
  45. a3f4889 [3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131206) by Serhiy Storchaka · 5 months ago
  46. 969631a [3.12] gh-93096: Load doctests in `test_itertools` (GH-131133) (#131137) by Miss Islington (bot) · 5 months ago
  47. afffd97 [3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092) by Miss Islington (bot) · 5 months ago
  48. 8f26a79 gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (GH-130962) (GH-131076) (#131086) by Miss Islington (bot) · 5 months ago
  49. bfad0b5 [3.12] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131081) by Miss Islington (bot) · 5 months ago
  50. 33605da [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816) by Kyle Cutler · 5 months ago
  51. 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
  52. 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
  53. a69107b [3.12] gh-130917: update timer and workload in test_signal (GH-130918) (#130968) by Miss Islington (bot) · 5 months ago
  54. 4eb4785 [3.12] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130982) by Miss Islington (bot) · 5 months ago
  55. d128edb [3.12] gh-113238: add Anchor to importlib.resources (GH-113801) (#130499) by Hugo van Kemenade · 5 months ago
  56. 4230697 [3.12] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130951) by Miss Islington (bot) · 5 months ago
  57. 397e69d [3.12] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130885) by Miss Islington (bot) · 6 months ago
  58. ed015d0 [3.12] gh-116742: Fix subprocess test_check_output_timeout() (GH-130836) (#130874) by Miss Islington (bot) · 6 months ago
  59. 8fe011a [3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow functions (GH-130828) (GH-130876) by Petr Viktorin · 6 months ago
  60. 45e667c [3.12] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130846) by Miss Islington (bot) · 6 months ago
  61. a0ac4db [3.12] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130826) by Miss Islington (bot) · 6 months ago
  62. 519dec9 [3.12] gh-130737: Fix multiprocessing test_notify() (GH-130797) (#130803) by Miss Islington (bot) · 6 months ago
  63. 3614649 [3.12] gh-129583: update bundled pip to 25.0.1 (GH-129909) (#129947) by Hugo van Kemenade · 6 months ago
  64. d9ca98a [3.12] gh-130637: Add validation for numeric response data in `stat()` method (GH-130646) (#130764) by Miss Islington (bot) · 6 months ago
  65. 0860d9c [3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644) by Pablo Galindo Salgado · 6 months ago
  66. 99e18ab [3.12] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130735) by Miss Islington (bot) · 6 months ago
  67. 27f9f2b [3.12] gh-128364: Fix flaky `test_timeout` test (gh-130724) (gh-130729) by Miss Islington (bot) · 6 months ago
  68. d922aa8 [3.12] gh-130607: Extend and cleanup IPv6 tests (GH-121518) (GH-130678) by Miss Islington (bot) · 6 months ago
  69. 4eb1421 [3.12] gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508) (GH-130674) by Vinay Sajip · 6 months ago
  70. aa91a11 [3.12] gh-130655: Increase test coverage of gettext._expand_lang() (GH-130656) (GH-130672) by Miss Islington (bot) · 6 months ago
  71. 500ea3b [3.12] gh-129726: Break `gzip.GzipFile` reference loop (GH-130055) (#130670) by Miss Islington (bot) · 6 months ago
  72. b8f2ff0 [3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579) by Hugo van Kemenade · 6 months ago
  73. a55a9cd [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585) by Hugo van Kemenade · 6 months ago
  74. 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
  75. fb073b5 [3.12] GH-121970: Extract `pydoc_topics` into a new extension (#129116) (#130443) by Adam Turner · 6 months ago
  76. 89a79fc [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) by Serhiy Storchaka · 6 months ago
  77. c4aeb4c [3.12] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#130573) by Victor Stinner · 6 months ago
  78. e280976 [3.12] gh-108303: Fix and move `badsyntax_pep3120.py` (GH-109513) (#130540) by Hugo van Kemenade · 6 months ago
  79. def2ee1 [3.12] Fix a typo in code module test (GH-130530) (GH-130533) by Miss Islington (bot) · 6 months ago
  80. 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
  81. dd5bf31 [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406) by Miss Islington (bot) · 6 months ago
  82. 6c4de32 [3.12] Fix outdated reference link in collections module (gh-130349) (gh-130387) by Miss Islington (bot) · 6 months ago
  83. ecfca20 [3.12] gh-119727: Add --single-process option to regrtest (GH-119728) (#130359) by Hugo van Kemenade · 6 months ago
  84. 60410f3 [3.12] gh-129269: Exclude everything in sys.path in `test_coverage_ignore` (gh-130133) (gh-130358) by Sam Gross · 6 months ago
  85. e63ca56 [3.12] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (GH-130340) (GH-130341) by Miss Islington (bot) · 6 months ago
  86. 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
  87. b259b75 [3.12] gh-69001: Convert links to more usable buttons (GH-129591) (#130339) by Miss Islington (bot) · 6 months ago
  88. 4fb2bb6 [3.12] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130331) by Miss Islington (bot) · 6 months ago
  89. 8d58070 [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326) by Miss Islington (bot) · 6 months ago
  90. 4a6415c [3.12] gh-130230: Add new tests for 3-arg pow() with Decimal (GH-130237) (GH-130247) by Serhiy Storchaka · 6 months ago
  91. 8a598fb [3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125) by Stan Ulbrych · 6 months ago
  92. fc1c35f [3.12] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130218) by Miss Islington (bot) · 6 months ago
  93. ad38c3c [3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212) by Miss Islington (bot) · 6 months ago
  94. 042b492 [3.12] gh-118761: Revert "Improve import time of `subprocess` (GH-129427)" (GH-130201) (#130205) by Miss Islington (bot) · 6 months ago
  95. 4f09a85 [3.12] gh-130185: Fix unintentionally skipped tests in `test_functools` (GH-130186) (#130189) by Miss Islington (bot) · 6 months ago
  96. 5e44d39 [3.12] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130181) by Miss Islington (bot) · 6 months ago
  97. b85f061 [3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130184) by Miss Islington (bot) · 6 months ago
  98. a122415 gh-128703: Fix mimetypes.guess_type for empty Content-Type in registry (GH-128854) by Miss Islington (bot) · 6 months ago
  99. 5e8a9eb [3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065) by Pablo Galindo Salgado · 6 months ago
  100. 96a6ee0 [3.12] gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855) (GH-130017) by Tomas R. · 6 months ago