1. e709361 [3.12] gh-131038: Use text=True in subprocesses in test_perf_profiler (#137117) (#138024) by Hugo van Kemenade · 2 weeks ago 3.12
  2. c9d9f78 [3.12] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137171) by Miss Islington (bot) · 5 weeks ago
  3. f66c75f [3.12] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136986) by Miss Islington (bot) · 6 weeks ago
  4. ad695f5 [3.12] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136919) by Miss Islington (bot) · 6 weeks ago
  5. ef053a9 [3.12] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136273) by Miss Islington (bot) · 8 weeks ago
  6. b69f311 [3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135400) by Pablo Galindo Salgado · 8 weeks ago
  7. c555f88 [3.12] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) by Serhiy Storchaka · 9 weeks ago
  8. ab0893fd5 [3.12] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135483) by Serhiy Storchaka · 9 weeks ago
  9. 033aa5c [3.12] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata` (GH-132887) (GH-135393) by Łukasz Langa · 3 months ago
  10. d43cb4f [3.12] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) (GH-135392) by Miss Islington (bot) · 3 months ago
  11. 28463db [3.12] gh-135034: Remove test_realpath_permission (GH-135093) by Petr Viktorin · 3 months ago
  12. 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
  13. 3217780 [3.12] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135086) by Miss Islington (bot) · 3 months ago
  14. 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
  15. 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
  16. d4cf1fa [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134612) by Miss Islington (bot) · 3 months ago
  17. d02823e [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134478) by Miss Islington (bot) · 3 months ago
  18. 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
  19. aeb3a6f [3.12] gh-132553: Build the perf tool without buildid cache (GH-132663) (#132718) by Victor Stinner · 4 months ago
  20. a05e930 [3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132264) by Miss Islington (bot) · 5 months ago
  21. b41e008 [3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599) by sobolevn · 5 months ago
  22. 492a554 [3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260) by sobolevn · 5 months ago
  23. 40f81e1 [3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-132259) by Miss Islington (bot) · 5 months ago
  24. 33834cb [3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216) by Miss Islington (bot) · 5 months ago
  25. 6dab90a [3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114) by Bénédikt Tran · 5 months ago
  26. 1d8cd48 [3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132096) by Miss Islington (bot) · 5 months ago
  27. 3d3e7b0 [3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090) by Tomasz Pytel · 5 months ago
  28. 05213af [3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132080) by Miss Islington (bot) · 5 months ago
  29. 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
  30. 65a0103 [3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083) by Miss Islington (bot) · 5 months ago
  31. da7ac18 [3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033) by Tomas R. · 5 months ago
  32. 6f6b8b4 [3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) (GH-131239) by Serhiy Storchaka · 5 months ago
  33. e4fe4d9 [3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010) by Miss Islington (bot) · 5 months ago
  34. b3cf1f2 [3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008) by Miss Islington (bot) · 5 months ago
  35. 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
  36. 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
  37. 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
  38. 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
  39. dfb6372 gh-131423: Update to OpenSSL 3.0.16. (GH-131839) by Steve Dower · 5 months ago
  40. 7d447ac [3.12] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131846) by Miss Islington (bot) · 5 months ago
  41. d4ddc03 [3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806) by Miss Islington (bot) · 5 months ago
  42. 1826347 [3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772) by Miss Islington (bot) · 5 months ago
  43. e78280d [3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693) by Miss Islington (bot) · 5 months ago
  44. 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
  45. 8a9aee7 [3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131232) by Bénédikt Tran · 6 months ago
  46. 7f2de07 [3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629) by Nybblista · 6 months ago
  47. 2d6a778 [3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131519) by Miss Islington (bot) · 6 months ago
  48. 30e38b9 [3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) (#131533) by Nybblista · 6 months ago
  49. 5dfb5e6 [3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404) by Miss Islington (bot) · 6 months ago
  50. 865bd6d [3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410) by Bénédikt Tran · 6 months ago
  51. 18e4eb4 [3.12] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130840) by Miss Islington (bot) · 6 months ago
  52. 6e7432f [3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131344) by Miss Islington (bot) · 6 months ago
  53. e364a42 [3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131243) by Wulian233 · 6 months ago
  54. 9a612a8 [3.12] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131241) by Miss Islington (bot) · 6 months ago
  55. 6658ada [3.12] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131237) by sobolevn · 6 months ago
  56. a3f4889 [3.12] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (GH-130525) (GH-131206) by Serhiy Storchaka · 6 months ago
  57. 969631a [3.12] gh-93096: Load doctests in `test_itertools` (GH-131133) (#131137) by Miss Islington (bot) · 6 months ago
  58. afffd97 [3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092) by Miss Islington (bot) · 6 months ago
  59. 8f26a79 gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (GH-130962) (GH-131076) (#131086) by Miss Islington (bot) · 6 months ago
  60. bfad0b5 [3.12] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131081) by Miss Islington (bot) · 6 months ago
  61. 33605da [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816) by Kyle Cutler · 6 months ago
  62. fcf1f57 [3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063) by Miss Islington (bot) · 6 months ago
  63. 22ac71d gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021) by Miss Islington (bot) · 6 months ago
  64. a69107b [3.12] gh-130917: update timer and workload in test_signal (GH-130918) (#130968) by Miss Islington (bot) · 6 months ago
  65. 4eb4785 [3.12] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130982) by Miss Islington (bot) · 6 months ago
  66. 4230697 [3.12] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130951) by Miss Islington (bot) · 6 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. d9ca98a [3.12] gh-130637: Add validation for numeric response data in `stat()` method (GH-130646) (#130764) by Miss Islington (bot) · 6 months ago
  74. 0860d9c [3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (#130644) by Pablo Galindo Salgado · 6 months ago
  75. 99e18ab [3.12] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130735) by Miss Islington (bot) · 6 months ago
  76. 27f9f2b [3.12] gh-128364: Fix flaky `test_timeout` test (gh-130724) (gh-130729) by Miss Islington (bot) · 6 months ago
  77. d922aa8 [3.12] gh-130607: Extend and cleanup IPv6 tests (GH-121518) (GH-130678) by Miss Islington (bot) · 6 months ago
  78. aa91a11 [3.12] gh-130655: Increase test coverage of gettext._expand_lang() (GH-130656) (GH-130672) by Miss Islington (bot) · 6 months ago
  79. 500ea3b [3.12] gh-129726: Break `gzip.GzipFile` reference loop (GH-130055) (#130670) by Miss Islington (bot) · 6 months ago
  80. b8f2ff0 [3.12] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#130579) by Hugo van Kemenade · 6 months ago
  81. a55a9cd [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585) by Hugo van Kemenade · 6 months ago
  82. 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
  83. 89a79fc [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) by Serhiy Storchaka · 6 months ago
  84. c4aeb4c [3.12] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#130573) by Victor Stinner · 6 months ago
  85. e280976 [3.12] gh-108303: Fix and move `badsyntax_pep3120.py` (GH-109513) (#130540) by Hugo van Kemenade · 6 months ago
  86. def2ee1 [3.12] Fix a typo in code module test (GH-130530) (GH-130533) by Miss Islington (bot) · 6 months ago
  87. 8db2fa2 [3.12] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130417) by Miss Islington (bot) · 7 months ago
  88. dd5bf31 [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) (#130406) by Miss Islington (bot) · 7 months ago
  89. ecfca20 [3.12] gh-119727: Add --single-process option to regrtest (GH-119728) (#130359) by Hugo van Kemenade · 7 months ago
  90. 60410f3 [3.12] gh-129269: Exclude everything in sys.path in `test_coverage_ignore` (gh-130133) (gh-130358) by Sam Gross · 7 months ago
  91. e63ca56 [3.12] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (GH-130340) (GH-130341) by Miss Islington (bot) · 7 months ago
  92. 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) · 7 months ago
  93. 4fb2bb6 [3.12] gh-130250: fix cleanup in test (impacts refleaks runs) (GH-130329) (#130331) by Miss Islington (bot) · 7 months ago
  94. 8d58070 [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326) by Miss Islington (bot) · 7 months ago
  95. 4a6415c [3.12] gh-130230: Add new tests for 3-arg pow() with Decimal (GH-130237) (GH-130247) by Serhiy Storchaka · 7 months ago
  96. 8a598fb [3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125) by Stan Ulbrych · 7 months ago
  97. fc1c35f [3.12] gh-130193: Increase test coverage of gettext.c2py (GH-130208) (GH-130218) by Miss Islington (bot) · 7 months ago
  98. ad38c3c [3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212) by Miss Islington (bot) · 7 months ago
  99. 4f09a85 [3.12] gh-130185: Fix unintentionally skipped tests in `test_functools` (GH-130186) (#130189) by Miss Islington (bot) · 7 months ago
  100. 5e44d39 [3.12] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130181) by Miss Islington (bot) · 7 months ago