1. 2305ca5 Python 3.12.1 by Thomas Wouters · 1 year, 8 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, 8 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, 8 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, 8 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, 8 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, 8 months ago
  7. f272716 [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (#112827) by Victor Stinner · 1 year, 8 months ago
  8. e21a7a9 [3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824) by Miss Islington (bot) · 1 year, 8 months ago
  9. f941ecf [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767) by Diego Russo · 1 year, 9 months ago
  10. f189bd3 [3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322) (GH-112802) by Miss Islington (bot) · 1 year, 9 months ago
  11. 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, 9 months ago
  12. e63bb9c [3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-112763) by Miss Islington (bot) · 1 year, 9 months ago
  13. 5acfb82 [3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` during tempdirectory cleanup (GH-29940) (GH-112753) by Miss Islington (bot) · 1 year, 9 months ago
  14. 85bbfa8 [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (GH-112617) (#112731) by Miss Islington (bot) · 1 year, 9 months ago
  15. 8d21242 [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (ПР-112711) by Miss Islington (bot) · 1 year, 9 months ago
  16. 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, 9 months ago
  17. 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, 9 months ago
  18. 838e968 [3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688) by Miss Islington (bot) · 1 year, 9 months ago
  19. 55a4bb9 [3.12] gh-66819: More IDLE htest updates(3) (GH-112683) (#112684) by Miss Islington (bot) · 1 year, 9 months ago
  20. ee3ef7f [3.12] gh-66819: More IDLE htest updates(2) (GH-112642) (#112643) by Miss Islington (bot) · 1 year, 9 months ago
  21. f5965c2 [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (#112665) by Irit Katriel · 1 year, 9 months ago
  22. 73cda99 [3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112646) by Miss Islington (bot) · 1 year, 9 months ago
  23. 2a378ca [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628) by Alex Waygood · 1 year, 9 months ago
  24. acc62db [3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112605) by Alex Waygood · 1 year, 9 months ago
  25. 36dbebe [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files (#112586) (#112602) by Alex Waygood · 1 year, 9 months ago
  26. 4f919cf [3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593) by Miss Islington (bot) · 1 year, 9 months ago
  27. 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, 9 months ago
  28. edce0c4 [3.12] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) (GH-112591) by Miss Islington (bot) · 1 year, 9 months ago
  29. ae1ea41 [3.12] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-112551) (GH-112555) by Serhiy Storchaka · 1 year, 9 months ago
  30. 88d9142 [3.12] gh-66819: More IDLE htest updates (GH-112574) (#112575) by Miss Islington (bot) · 1 year, 9 months ago
  31. a99305e [3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566) by Dennis Sweeney · 1 year, 9 months ago
  32. 46adf6b [3.12] IDLE: fix config_key htest (GH-112545) (#112546) by Miss Islington (bot) · 1 year, 9 months ago
  33. 749c8fd [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-112526) by Miss Islington (bot) · 1 year, 9 months ago
  34. 8f43250 [3.12] Add more C API tests (GH-112522) (GH-112525) by Miss Islington (bot) · 1 year, 9 months ago
  35. 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, 9 months ago
  36. 3e6b328 [3.12] gh-112503: Fix test_sys on WASI (gh-112505) by Eric Snow · 1 year, 9 months ago
  37. 5b6858c [3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500) by Eric Snow · 1 year, 9 months ago
  38. 49494c4 [3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493) by Miss Islington (bot) · 1 year, 9 months ago
  39. e28722e [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-112489) by Miss Islington (bot) · 1 year, 9 months ago
  40. 7225a01 [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487) by Miss Islington (bot) · 1 year, 9 months ago
  41. 0aceac5 [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911) (gh-111238) by Miss Islington (bot) · 1 year, 9 months ago
  42. 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 9 months ago
  43. 82ae5a6 [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705) by Eric Snow · 1 year, 9 months ago
  44. 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, 9 months ago
  45. 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
  46. ee7dc67 [3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stress Tests" (gh-112474) by Eric Snow · 1 year, 9 months ago
  47. 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 9 months ago
  48. a4aac7d [3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572) (#107783) by Miss Islington (bot) · 1 year, 9 months ago
  49. 1cb95cd [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857) by Miss Islington (bot) · 1 year, 9 months ago
  50. 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, 9 months ago
  51. 7140716 [3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112468) by Miss Islington (bot) · 1 year, 9 months ago
  52. 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, 9 months ago
  53. 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, 9 months ago
  54. 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, 9 months ago
  55. 42df736 [3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (GH-112424) (#112426) by Mark Dickinson · 1 year, 9 months ago
  56. 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, 9 months ago
  57. 3210e3c [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329) by Tian Gao · 1 year, 9 months ago
  58. 7e70e2e [3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284) (#112285) by Pablo Galindo Salgado · 1 year, 9 months ago
  59. d4fd165 [3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112272) by Miss Islington (bot) · 1 year, 9 months ago
  60. cf8c830 [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112270) by Miss Islington (bot) · 1 year, 9 months ago
  61. f521321 [3.12] gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (GH-112187) (#112255) by Miss Islington (bot) · 1 year, 9 months ago
  62. 89c5180 [3.12] IDLE: Fix test_debugger bug and buildbot failures (GH-112258) (#112259) by Miss Islington (bot) · 1 year, 9 months ago
  63. a62dcac [3.12] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112256) by Miss Islington (bot) · 1 year, 9 months ago
  64. 919be35 [3.12] gh-112155: Run `typing.py` doctests during tests (GH-112156) (#112230) by Nikita Sobolev · 1 year, 9 months ago
  65. 0ea6454 [3.12] gh-112194: Convert more examples to doctests in `typing.py` (GH-112195) (#112208) by Miss Islington (bot) · 1 year, 9 months ago
  66. 2ef3676 [3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-111983) (#112142) by DPR · 1 year, 9 months ago
  67. 3f2cdbe [3.12] gh-111811: Fix test_recursive_repr for WASI (GH-112130) (#112131) by Miss Islington (bot) · 1 year, 9 months ago
  68. 458a3c0 [3.12] GH-112152: Fix typo in `typing.override` docstring (GH-112158) (#112162) by Miss Islington (bot) · 1 year, 9 months ago
  69. 1445d77 [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-112089) by Victor Stinner · 1 year, 9 months ago
  70. 91a33fd [3.12] gh-108303: Delete `imp_dummy` test file (GH-112110) (#112114) by Miss Islington (bot) · 1 year, 9 months ago
  71. 24216d0 [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058) by Miss Islington (bot) · 1 year, 9 months ago
  72. c003de9 [3.12] gh-110944: Move pty helper to test.support and add basic pdb completion test (GH-111826) (GH-112024) by Miss Islington (bot) · 1 year, 9 months ago
  73. 02fdb42 [3.12] gh-112007: Re-organize help utility intro message (GH-112017) (#112047) by Miss Islington (bot) · 1 year, 9 months ago
  74. c6aea46 [3.12] gh-102837: more tests for the math module (GH-111930)(GH-102523) (GH-112030) by Petr Viktorin · 1 year, 9 months ago
  75. 9aa5ff8 [3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `test_typing` (#111682) (#112035) by Alex Waygood · 1 year, 9 months ago
  76. 378a96e [3.12] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002) (GH-112003) by Miss Islington (bot) · 1 year, 9 months ago
  77. 0f7671c [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745) by Gregory P. Smith · 1 year, 9 months ago
  78. 3bd8b74 [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111966) by Miss Islington (bot) · 1 year, 9 months ago
  79. 41b2d8c [3.12] gh-111912: Run test_posix on Windows (GH-111913) (GH-111953) by Miss Islington (bot) · 1 year, 9 months ago
  80. 3780414 [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-111910) (#111955) by Miss Islington (bot) · 1 year, 9 months ago
  81. 5f42a2b gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938) by Victor Stinner · 1 year, 9 months ago
  82. 95141aa gh-111356: io: Add missing documented objects to io.__all__ (GH-111370) by Miss Islington (bot) · 1 year, 9 months ago
  83. 4018209 [3.12] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780) (GH-111934) by Serhiy Storchaka · 1 year, 9 months ago
  84. 09df271 [3.12] gh-110875: Handle '.' properties in logging formatter configuration c… (GH-110943) (GH-111911) by Miss Islington (bot) · 1 year, 9 months ago
  85. 5089faf [3.12] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111893) by Miss Islington (bot) · 1 year, 9 months ago
  86. e983ca8 [3.12] gh-111881: Use lazy import in test.support (#111885) (#111890) by Victor Stinner · 1 year, 9 months ago
  87. e0d827d [3.12] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (#111891) by Miss Islington (bot) · 1 year, 9 months ago
  88. e11ea5a [3.12] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879) (gh-111882) by Miss Islington (bot) · 1 year, 9 months ago
  89. 4f976c3 [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586) (#111866) by Miss Islington (bot) · 1 year, 9 months ago
  90. 759168a [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861) by Miss Islington (bot) · 1 year, 9 months ago
  91. 992c3f6 [3.12] gh-108303: Move more typing related files to Lib/test/typinganndata (GH-111825) (#111859) by Nikita Sobolev · 1 year, 9 months ago
  92. d35c945 [3.12] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830) (GH-111831) by Miss Islington (bot) · 1 year, 9 months ago
  93. f70ae99 [3.12] gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-111766) (GH-111818) by Miss Islington (bot) · 1 year, 9 months ago
  94. c4e524c [3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111769) by Miss Islington (bot) · 1 year, 10 months ago
  95. e0c2bf4 [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753) by Miss Islington (bot) · 1 year, 10 months ago
  96. fef32a1 [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752) by Miss Islington (bot) · 1 year, 10 months ago
  97. cd778b4 [3.12] gh-111495: Test C API functions with extreme sizes and indices (GH-111631) (GH-111731) by Serhiy Storchaka · 1 year, 10 months ago
  98. 3b839cc [3.12] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classes (GH-111541) (#111732) by Miss Islington (bot) · 1 year, 10 months ago
  99. d15fac2 [3.12] gh-111644: Fix asyncio test_unhandled_exceptions() (GH-111713) (#111718) by Miss Islington (bot) · 1 year, 10 months ago
  100. 02f8f78 [3.12] gh-111644: Fix support threading_cleanup() (GH-111714) (#111716) by Miss Islington (bot) · 1 year, 10 months ago