1. 2305ca5 Python 3.12.1 by Thomas Wouters · 1 year, 7 months ago v3.12.1
  2. c0fc88f [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_interpreter() (#112850) by Eric Snow · 1 year, 7 months ago
  3. 34e9e20 [3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) (GH-112847) by Miss Islington (bot) · 1 year, 7 months ago
  4. 418adf6 [3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction() (GH-112791) (GH-112845) by Miss Islington (bot) · 1 year, 7 months ago
  5. 6ceb8ae [3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112838) by Miss Islington (bot) · 1 year, 7 months ago
  6. 8f1c912 [3.12] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64LE (GH-112818) (#112829) by Łukasz Langa · 1 year, 7 months ago
  7. f272716 [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (#112827) by Victor Stinner · 1 year, 7 months ago
  8. e21a7a9 [3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824) by Miss Islington (bot) · 1 year, 7 months ago
  9. ca11aec [3.12] gh-101100: Improve documentation of code object attributes (#112781) (#112816) by Alex Waygood · 1 year, 7 months ago
  10. af7cf38 [3.12] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (GH-112811) (#112813) by Miss Islington (bot) · 1 year, 7 months ago
  11. f941ecf [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767) by Diego Russo · 1 year, 7 months ago
  12. f189bd3 [3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112802) by Miss Islington (bot) · 1 year, 7 months ago
  13. 399a3f2 [3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112792) by Miss Islington (bot) · 1 year, 7 months ago
  14. 7527cda [3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (GH-112757) (#112789) by Miss Islington (bot) · 1 year, 7 months ago
  15. cf16aaa [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-112765) (GH-112785) by Serhiy Storchaka · 1 year, 7 months ago
  16. 5720f7f [3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-112773) by Miss Islington (bot) · 1 year, 7 months ago
  17. ef92e9e [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772) by Miss Islington (bot) · 1 year, 7 months ago
  18. e63bb9c [3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-112763) by Miss Islington (bot) · 1 year, 7 months ago
  19. 5acfb82 [3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during tempdirectory cleanup (GH-29940) (GH-112753) by Miss Islington (bot) · 1 year, 7 months ago
  20. 68f05dd [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (GH-112737) (#112748) by Miss Islington (bot) · 1 year, 7 months ago
  21. f1a0c77 [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744) by Serhiy Storchaka · 1 year, 7 months ago
  22. 85bbfa8 [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (GH-112617) (#112731) by Miss Islington (bot) · 1 year, 7 months ago
  23. 494cd50 [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726) by Miss Islington (bot) · 1 year, 7 months ago
  24. 88ec2a4 [3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112724) by Miss Islington (bot) · 1 year, 7 months ago
  25. 8d21242 [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (ПР-112711) by Miss Islington (bot) · 1 year, 7 months ago
  26. f49d073 [3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705) by Alex Waygood · 1 year, 7 months ago
  27. 55896f4 [3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112699) by Miss Islington (bot) · 1 year, 7 months ago
  28. 8d1b3c0 [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) (#112697) by Miss Islington (bot) · 1 year, 7 months ago
  29. 09b3e8f [3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814) (#112702) by Alex Waygood · 1 year, 7 months ago
  30. e005dab [3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696) by Miss Islington (bot) · 1 year, 7 months ago
  31. 29a5ff0 [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112693) by Miss Islington (bot) · 1 year, 7 months ago
  32. bfad957 [3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112690) by Miss Islington (bot) · 1 year, 7 months ago
  33. 838e968 [3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688) by Miss Islington (bot) · 1 year, 7 months ago
  34. 55a4bb9 [3.12] gh-66819: More IDLE htest updates(3) (GH-112683) (#112684) by Miss Islington (bot) · 1 year, 7 months ago
  35. da73a5c [3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#112674) by Hugo van Kemenade · 1 year, 7 months ago
  36. 5608112 [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112666) by Miss Islington (bot) · 1 year, 7 months ago
  37. ee3ef7f [3.12] gh-66819: More IDLE htest updates(2) (GH-112642) (#112643) by Miss Islington (bot) · 1 year, 7 months ago
  38. f5965c2 [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (#112665) by Irit Katriel · 1 year, 7 months ago
  39. b3b2706 [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH-112664) by Miss Islington (bot) · 1 year, 7 months ago
  40. 12083c0 [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655) by Miss Islington (bot) · 1 year, 7 months ago
  41. 34d57d5 [3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#112651) by Victor Stinner · 1 year, 7 months ago
  42. 05f5d41 [3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650) by Victor Stinner · 1 year, 7 months ago
  43. 73cda99 [3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112646) by Miss Islington (bot) · 1 year, 7 months ago
  44. 6221482 [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112631) (#112649) by Alex Waygood · 1 year, 7 months ago
  45. 2a378ca [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628) by Alex Waygood · 1 year, 7 months ago
  46. e3c7947 [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` (#112317) (#112629) by Alex Waygood · 1 year, 7 months ago
  47. acc62db [3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112605) by Alex Waygood · 1 year, 7 months ago
  48. 36dbebe [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files (#112586) (#112602) by Alex Waygood · 1 year, 7 months ago
  49. 4fc010c [3.12] Bump mypy to 1.7.1 (#112581) (#112601) by Alex Waygood · 1 year, 7 months ago
  50. 11232c1 [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#112590) by Pablo Galindo Salgado · 1 year, 7 months ago
  51. 4f919cf [3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593) by Miss Islington (bot) · 1 year, 7 months ago
  52. 7eff607 [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (GH-112428) (#112589) by Miss Islington (bot) · 1 year, 7 months ago
  53. edce0c4 [3.12] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) (GH-112591) by Miss Islington (bot) · 1 year, 7 months ago
  54. ae1ea41 [3.12] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551) (GH-112555) by Serhiy Storchaka · 1 year, 7 months ago
  55. 88d9142 [3.12] gh-66819: More IDLE htest updates (GH-112574) (#112575) by Miss Islington (bot) · 1 year, 7 months ago
  56. a99305e [3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566) by Dennis Sweeney · 1 year, 7 months ago
  57. 4c9da4c [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) (GH-112552) by Miss Islington (bot) · 1 year, 7 months ago
  58. 46adf6b [3.12] IDLE: fix config_key htest (GH-112545) (#112546) by Miss Islington (bot) · 1 year, 7 months ago
  59. 749c8fd [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-112526) by Miss Islington (bot) · 1 year, 7 months ago
  60. 8f43250 [3.12] Add more C API tests (GH-112522) (GH-112525) by Miss Islington (bot) · 1 year, 7 months ago
  61. c678126 [3.12] gh-112509: Fix keys being present in both required_keys and optional_keys in TypedDict (GH-112512) (#112530) by Miss Islington (bot) · 1 year, 7 months ago
  62. 01b882b [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) by Miss Islington (bot) · 1 year, 7 months ago
  63. 3e6b328 [3.12] gh-112503: Fix test_sys on WASI (gh-112505) by Eric Snow · 1 year, 7 months ago
  64. 5b6858c [3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500) by Eric Snow · 1 year, 7 months ago
  65. 49494c4 [3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493) by Miss Islington (bot) · 1 year, 7 months ago
  66. e28722e [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-112489) by Miss Islington (bot) · 1 year, 7 months ago
  67. 7225a01 [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487) by Miss Islington (bot) · 1 year, 7 months ago
  68. f7251e2 [3.12] gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIMITED_API (gh-111707) (gh-111787) by Miss Islington (bot) · 1 year, 7 months ago
  69. 0aceac5 [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911) (gh-111238) by Miss Islington (bot) · 1 year, 7 months ago
  70. 1e1a30f [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311) (gh-110714) by Eric Snow · 1 year, 7 months ago
  71. 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 7 months ago
  72. 82ae5a6 [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705) by Eric Snow · 1 year, 7 months ago
  73. daf9ff9 [3.12] gh-112414: Add additional unit tests for calling `repr()` on a namespace package (GH-112475) (#112480) by Miss Islington (bot) · 1 year, 7 months ago
  74. c44af75 [3.12] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (#112481) by Miss Islington (bot) · 1 year, 7 months ago
  75. 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 7 months ago
  76. 60a08e6 [3.12] Correct documentation for AF_PACKET (GH-112339) (#112477) by Miss Islington (bot) · 1 year, 7 months ago
  77. ee7dc67 [3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests" (gh-112474) by Eric Snow · 1 year, 7 months ago
  78. 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 7 months ago
  79. 592a849 [3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556) (gh-112288) by Eric Snow · 1 year, 7 months ago
  80. a4aac7d [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783) by Miss Islington (bot) · 1 year, 7 months ago
  81. 1cb95cd [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857) by Miss Islington (bot) · 1 year, 7 months ago
  82. 698b4b7 [3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112466) by Miss Islington (bot) · 1 year, 7 months ago
  83. 7140716 [3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112468) by Miss Islington (bot) · 1 year, 7 months ago
  84. 4463d2e [3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112464) by Miss Islington (bot) · 1 year, 7 months ago
  85. 46047bb [3.12] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112460) by Miss Islington (bot) · 1 year, 7 months ago
  86. 3ef75ee [3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112458) by Miss Islington (bot) · 1 year, 7 months ago
  87. a2ed553 [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (#112455) by Miss Islington (bot) · 1 year, 7 months ago
  88. a826962 [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447) (#112450) by Miss Islington (bot) · 1 year, 7 months ago
  89. 2718947 [3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444) by Miss Islington (bot) · 1 year, 7 months ago
  90. f9861e6 [3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (GH-112425) (#112440) by Miss Islington (bot) · 1 year, 7 months ago
  91. 42df736 [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (GH-112424) (#112426) by Mark Dickinson · 1 year, 7 months ago
  92. d7a7883 [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) by Hugo van Kemenade · 1 year, 7 months ago
  93. b478c5e [3.12] gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375) (#112412) by Miss Islington (bot) · 1 year, 7 months ago
  94. 2199ceb [3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-112403) (gh-112411) by Miss Islington (bot) · 1 year, 7 months ago
  95. 8b3c66b [3.12] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (#112402) by Miss Islington (bot) · 1 year, 7 months ago
  96. e93af80 [3.12] gh-94722: fix DocTest.__eq__ for case of no line number on one side (GH-112385) (#112400) by Miss Islington (bot) · 1 year, 7 months ago
  97. 44eb329 [3.12] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112392) by Miss Islington (bot) · 1 year, 7 months ago
  98. 4b9d50b [3.12] gh-101100: Define `test.regrtest` module to fix references (GH-112381) (#112390) by Miss Islington (bot) · 1 year, 7 months ago
  99. 103728d [3.12] gh-59254: mention in open() doc that line buffering is for writing (GH-112318) (#112378) by Miss Islington (bot) · 1 year, 7 months ago
  100. 86db104 [3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (#112352) by Miss Islington (bot) · 1 year, 7 months ago