1. a4a2d2b Python 3.12.6 by Thomas Wouters · 12 months ago v3.12.6
  2. 9468242 [3.12] gh-123309: Add more tests for the pickletools module (GH-123355) (#123534) by Miss Islington (bot) · 12 months ago
  3. 58e01a1 [3.12] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123460) by Miss Islington (bot) · 12 months ago
  4. 10adcb4 [3.12] gh-122798: Make tests for warnings in the re module more strict (GH-122799) (#122805) by Miss Islington (bot) · 12 months ago
  5. 0edfc66 [3.12] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) (#123188) by Miss Islington (bot) · 12 months ago
  6. 7cb8d28 [3.12] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) (#122815) by Miss Islington (bot) · 12 months ago
  7. 1bfb58c [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122626) by Sam Gross · 12 months ago
  8. 1506824 [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123766) by Petr Viktorin · 12 months ago
  9. 919a3e8 [3.12] gh-123048: Fix missing source location in pattern matching code (GH-123167) (#123170) by Miss Islington (bot) · 12 months ago
  10. 747abc0 [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258) by Miss Islington (bot) · 12 months ago
  11. 1d8ab25 [3.12] gh-111495: Add tests for PyNumber C API (GH-111996) (#123376) by Sergey B Kirpichev · 12 months ago
  12. 625072f [3.12] gh-111495: Add tests for PyTuple C API (GH-118757) (#123379) by Sergey B Kirpichev · 12 months ago
  13. 562ff73 [3.12] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a multi-threaded race (GH-123323) (#123677) by Miss Islington (bot) · 12 months ago
  14. 4514998 [3.12] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (… (#123603) by Donghee Na · 12 months ago
  15. 22ec9cb [3.12] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123605) by Miss Islington (bot) · 12 months ago
  16. 95b073b [3.12] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123411) by Miss Islington (bot) · 12 months ago
  17. 12db938 [3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123569) by Miss Islington (bot) · 12 months ago
  18. c41c787 [3.12] gh-123494: Improve documentation for ``webbrowser`` return types (GH-123495) (#123549) by Miss Islington (bot) · 12 months ago
  19. 4eaf489 [3.12] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (GH-123543) by Miss Islington (bot) · 12 months ago
  20. bf99818 [3.12] gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011) (GH-123528) by Miss Islington (bot) · 12 months ago
  21. 0181aa2 [3.12] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123436) by Irit Katriel · 12 months ago
  22. ccc6c2b [3.12] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >= 6.10 (GH-120227) (#123422) by Miss Islington (bot) · 12 months ago
  23. 4deb32a [3.12] gh-121804: Backport idlelib.pyshell change (GH-121886) (#123366) by Terry Jan Reedy · 12 months ago
  24. 8824c72 [3.12] Further revise idlelib/Icons/README.text (GH-123364) (#123365) by Miss Islington (bot) · 12 months ago
  25. 33d9e27 [3.12] Rewrite idlelib/Icons/README.txt (GH-123329) (#123331) by Miss Islington (bot) · 12 months ago
  26. dcc3eae [3.12] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123104) by Miss Islington (bot) · 12 months ago
  27. 8fe586d [3.12] gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) (GH-122816) by Serhiy Storchaka · 12 months ago
  28. 6e68559 [3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123237) by Donghee Na · 12 months ago
  29. fbbde4d [3.12] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123210) by Irit Katriel · 12 months ago
  30. 030b48c [3.12] gh-116789: Add more tests for `inspect.getmembers` (GH-116802) (#123130) by Miss Islington (bot) · 12 months ago
  31. 41090b7 [3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-113220) (GH-123033) by Miss Islington (bot) · 1 year ago
  32. c3ee1a7 [3.12] gh-122255: Add black box tests in test_warnings (GH-122227) (GH-122819) by Miss Islington (bot) · 1 year ago
  33. 344a7b5 [3.12] Fix `print` usage in `turtle` doctests (GH-122940) (#122978) by Miss Islington (bot) · 1 year ago
  34. 0585a3f [3.12] gh-99437: runpy: decode path-like objects before setting globals (#114838) by Miss Islington (bot) · 1 year ago
  35. f511a93 [3.12] gh-122903: Honor directories in zipfile.Path.glob. (GH-122908) (#122927) by Jason R. Coombs · 1 year ago
  36. dcc5182 [3.12] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122923) by Miss Islington (bot) · 1 year ago
  37. 1f779b0 [3.12] gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (GH-120605) (#122592) by Miss Islington (bot) · 1 year ago
  38. 22fdeeb [3.12] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740) (#122769) by Miss Islington (bot) · 1 year ago
  39. 9d7209f [3.12] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122259) by Miss Islington (bot) · 1 year ago
  40. c57a33d [3.12] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asyncio.FutureIter` (#122837) (#122859) by Victor Stinner · 1 year ago
  41. c536f59 [3.12] gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776) (GH-122822) by Miss Islington (bot) · 1 year ago
  42. f2cc8ad [3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122807) by Serhiy Storchaka · 1 year ago
  43. ff3bc82 Python 3.12.5 by Thomas Wouters · 1 year ago v3.12.5
  44. b895f18 [3.12] gh-122334: Fix test_embed failure when missing _ssl module (GH-122630) (#122648) by Miss Islington (bot) · 1 year ago
  45. 1c4d08d [3.12] gh-122744: Bump bundled pip to 24.2 (#122747) by Pradyun Gedam · 1 year ago
  46. b317641 [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values in Element tree (GH-119762) (#120190) by Gregory P. Smith · 1 year ago
  47. 81bed0f [3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) (#122741) by Miss Islington (bot) · 1 year ago
  48. 4766d12 [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122599) by Petr Viktorin · 1 year ago
  49. 7063665 [3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594) by Miss Islington (bot) · 1 year ago
  50. be88b3b [3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722) by Miss Islington (bot) · 1 year ago
  51. 6b8a9a1 [3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122495) by neonene · 1 year, 1 month ago
  52. c47943a [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122604) by Miss Islington (bot) · 1 year, 1 month ago
  53. c654bce [3.12] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122591) by Miss Islington (bot) · 1 year, 1 month ago
  54. 5df322e [3.12] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122505) by Miss Islington (bot) · 1 year, 1 month ago
  55. 5377f55 [3.12] gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) (GH-122515) by Serhiy Storchaka · 1 year, 1 month ago
  56. efba83f [3.12] GH-122482: Make About IDLE direct discussion to DPO (GH-122483) (#122486) by Miss Islington (bot) · 1 year, 1 month ago
  57. ca22750 [3.12] gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) (GH-122443) by Miss Islington (bot) · 1 year, 1 month ago
  58. 9491d18 [3.12] gh-122400: Handle ValueError in filecmp (GH-122401) (GH-122442) by Miss Islington (bot) · 1 year, 1 month ago
  59. 220e31a [3.12] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (GH-122425) by Miss Islington (bot) · 1 year, 1 month ago
  60. e6878fc Revert "[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121145)" (GH-122409) by Serhiy Storchaka · 1 year, 1 month ago
  61. 5bd2ea2 [3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250) by Eric Snow · 1 year, 1 month ago
  62. e299104 [3.12] gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of … (#122395) by Kirill Podoprigora · 1 year, 1 month ago
  63. a3076c7 [3.12] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122388) by Miss Islington (bot) · 1 year, 1 month ago
  64. ecc97cb [3.12] gh-122311: Add more tests for pickle (GH-122376) (GH-122378) by Serhiy Storchaka · 1 year, 1 month ago
  65. ca3486c [3.12] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122363) by Pablo Galindo Salgado · 1 year, 1 month ago
  66. 2e37d67 [3.12] gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) (GH-122349) by Miss Islington (bot) · 1 year, 1 month ago
  67. 102dc44 [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122345) by Miss Islington (bot) · 1 year, 1 month ago
  68. 7353106 [3.12] gh-122311: Fix typo in the pickle error formatting code (GH-122312) (GH-122315) by Miss Islington (bot) · 1 year, 1 month ago
  69. 0300e33 [3.12] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122279) by Miss Islington (bot) · 1 year, 1 month ago
  70. 9d65ea1 [3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122265) by Miss Islington (bot) · 1 year, 1 month ago
  71. be5e229 [3.12] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122257) by Serhiy Storchaka · 1 year, 1 month ago
  72. 9dad694 [3.12] GH-120754: Add more tests around seek + readall (GH-122103) (#122216) by Miss Islington (bot) · 1 year, 1 month ago
  73. 257c413 [3.12] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122206) by Miss Islington (bot) · 1 year, 1 month ago
  74. d7c67e0 [3.12] gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builtin Types (gh-122197) by Eric Snow · 1 year, 1 month ago
  75. b24ca6a [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151) by Serhiy Storchaka · 1 year, 1 month ago
  76. c1e834d [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117) by Łukasz Langa · 1 year, 1 month ago
  77. 966eff9 [3.12] gh-122026: Fix identification of mismatched parentheses inside f-strings (GH-122028) (#122062) by Pablo Galindo Salgado · 1 year, 1 month ago
  78. a9daa4f [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063) by Pablo Galindo Salgado · 1 year, 1 month ago
  79. 8bd4713 [3.12] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747) (GH-121964) by Miss Islington (bot) · 1 year, 1 month ago
  80. 3f72821 [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950) by Miss Islington (bot) · 1 year, 1 month ago
  81. 2e8dba3 [3.12] gh-121657: Additional `yield from` error test using lambda (GH-121722) (GH-121962) by Miss Islington (bot) · 1 year, 1 month ago
  82. 39dea21 [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) by Serhiy Storchaka · 1 year, 1 month ago
  83. 001584d [3.12] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121989) by Miss Islington (bot) · 1 year, 1 month ago
  84. 3279a4f [3.12] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121910) by Miss Islington (bot) · 1 year, 1 month ago
  85. a6516de [3.12] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876) (#121912) by Miss Islington (bot) · 1 year, 1 month ago
  86. 6e0ba93 [3.12] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843) (#121894) by Miss Islington (bot) · 1 year, 1 month ago
  87. 9d996b5 [3.12] gh-121160: Add some tests for readline.set_history_length (GH-121326) (GH-121857) by Miss Islington (bot) · 1 year, 1 month ago
  88. d4f57cc [3.12] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119835) by Miss Islington (bot) · 1 year, 1 month ago
  89. b455a5a [3.12] gh-121657: Display correct error message for yield from outsid… (GH-121769) by Kirill Podoprigora · 1 year, 1 month ago
  90. 863c0a3 [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120470) by Miss Islington (bot) · 1 year, 1 month ago
  91. 98340a0 [3.12] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-121737) by Miss Islington (bot) · 1 year, 1 month ago
  92. e32b752 [3.12] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (GH-121690) by Miss Islington (bot) · 1 year, 1 month ago
  93. 32bbc36 [3.12] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) (GH-121670) by Miss Islington (bot) · 1 year, 1 month ago
  94. 0ec761a [3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121632) by Eric Snow · 1 year, 1 month ago
  95. 847c803 [3.12] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121586) by Miss Islington (bot) · 1 year, 1 month ago
  96. d87b03a [3.12] Improve zipimport tests (GH-121535) (GH-121570) (GH-121576) by Serhiy Storchaka · 1 year, 1 month ago
  97. e47fec0 [3.12] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121575) by Miss Islington (bot) · 1 year, 1 month ago
  98. 4bf4cc2 [3.12] gh-121084: Fix test_typing random leaks (GH-121360) (#121372) by Miss Islington (bot) · 1 year, 1 month ago
  99. 81f5754 [3.12] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121350) by Miss Islington (bot) · 1 year, 2 months ago
  100. dec9d91 [3.12] gh-121200: Fix test_expanduser_pwd2() of test_posixpath (GH-121228) (#121231) by Miss Islington (bot) · 1 year, 2 months ago