Python 3.12.2
  1. b391199 [3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 license (#115094) by Łukasz Langa · 1 year, 6 months ago
  2. 6f5e360 [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067) by Erlend E. Aasland · 1 year, 6 months ago
  3. 4defc50 gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) by Miss Islington (bot) · 1 year, 7 months ago
  4. 74bd566 Use Unicode unconditionally for _winapi.CreateFile (GH-114611) by Steve Dower · 1 year, 7 months ago
  5. 386c72d [3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114502) by Miss Islington (bot) · 1 year, 7 months ago
  6. ae2a25b [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216) by Peter Lazorchak · 1 year, 7 months ago
  7. ffac6ac [3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-114287) (GH-114288) by Miss Islington (bot) · 1 year, 7 months ago
  8. f8fc853 [3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219) by Miss Islington (bot) · 1 year, 7 months ago
  9. 00e7793 [3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114181) by Miss Islington (bot) · 1 year, 7 months ago
  10. 10f0029 gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089) by Miss Islington (bot) · 1 year, 7 months ago
  11. 7b7cf75 gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716) by Miss Islington (bot) · 1 year, 7 months ago
  12. b902671 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Miss Islington (bot) · 1 year, 7 months ago
  13. 4050a15 gh-87868: Sort and remove duplicates in getenvironment() (GH-102731) by Miss Islington (bot) · 1 year, 7 months ago
  14. 59a7b94 [3.12] gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786) (GH-113905) by Miss Islington (bot) · 1 year, 7 months ago
  15. ad2d5ec [3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808) by Miss Islington (bot) · 1 year, 7 months ago
  16. 6d9af66 [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113623) by Serhiy Storchaka · 1 year, 8 months ago
  17. b95cebf [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170) by Diego Russo · 1 year, 8 months ago
  18. 0e3cf5b [3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113540) by Miss Islington (bot) · 1 year, 8 months ago
  19. fc7e67f [3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112597) by Miss Islington (bot) · 1 year, 8 months ago
  20. 15ea4a4 [3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH-113446) by Miss Islington (bot) · 1 year, 8 months ago
  21. bc23ad4 [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (GH-113132) by Miss Islington (bot) · 1 year, 8 months ago
  22. 9f5209f [3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) (GH-113096) by Miss Islington (bot) · 1 year, 8 months ago
  23. f941ecf [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767) by Diego Russo · 1 year, 9 months ago
  24. 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
  25. 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, 9 months ago
  26. 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
  27. bfad957 [3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112690) by Miss Islington (bot) · 1 year, 9 months ago
  28. 8f43250 [3.12] Add more C API tests (GH-112522) (GH-112525) by Miss Islington (bot) · 1 year, 9 months ago
  29. e28722e [3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-112489) by Miss Islington (bot) · 1 year, 9 months ago
  30. 7225a01 [3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487) by Miss Islington (bot) · 1 year, 9 months ago
  31. 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 9 months ago
  32. 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 9 months ago
  33. 592a849 [3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556) (gh-112288) by Eric Snow · 1 year, 9 months ago
  34. 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, 9 months ago
  35. 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
  36. 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
  37. 1445d77 [3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-112089) by Victor Stinner · 1 year, 9 months ago
  38. 24216d0 [3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058) by Miss Islington (bot) · 1 year, 9 months ago
  39. 13ca1f0 [3.12] gh-111777: Fix assertion errors on incorrectly still-tracked GC object destruction (GH-111778) (#111989) by Miss Islington (bot) · 1 year, 9 months ago
  40. 1afc4dc [3.12] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111992) by Miss Islington (bot) · 1 year, 9 months ago
  41. 0f7671c [3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745) by Gregory P. Smith · 1 year, 9 months ago
  42. 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
  43. 2c6000c [3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111297) by Miss Islington (bot) · 1 year, 9 months ago
  44. 5a8e6f8 [3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919) by Brett Cannon · 1 year, 9 months ago
  45. 759168a [3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861) by Miss Islington (bot) · 1 year, 9 months ago
  46. 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
  47. e0c2bf4 [3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753) by Miss Islington (bot) · 1 year, 10 months ago
  48. fef32a1 [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752) by Miss Islington (bot) · 1 year, 10 months ago
  49. 99f0dd8 [3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111299) by Miss Islington (bot) · 1 year, 10 months ago
  50. a94bdc2 [3.12] gh-111295: Fix error checking in time extension module init (GH-111296) (#111300) by Miss Islington (bot) · 1 year, 10 months ago
  51. f108785 [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH-111607) by Miss Islington (bot) · 1 year, 10 months ago
  52. d3d2cfe [3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111588) by Victor Stinner · 1 year, 10 months ago
  53. 9619e51 [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592) by Sergey B Kirpichev · 1 year, 10 months ago
  54. 748bc48 [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (GH-111507) by Miss Islington (bot) · 1 year, 10 months ago
  55. c3f75b7 [3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419) by Miss Islington (bot) · 1 year, 10 months ago
  56. e25d8b4 GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294) by Miss Islington (bot) · 1 year, 10 months ago
  57. 45c0b38 [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111314) by Miss Islington (bot) · 1 year, 10 months ago
  58. 54e93d3 [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) (GH-111305) by Serhiy Storchaka · 1 year, 10 months ago
  59. 552ceb2 [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573) (GH-111161) by Miss Islington (bot) · 1 year, 10 months ago
  60. dfc8d7a gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) by Miss Islington (bot) · 1 year, 10 months ago
  61. 72b0f0e [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) by Serhiy Storchaka · 1 year, 10 months ago
  62. 7c3e8e5 [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854) by Serhiy Storchaka · 1 year, 10 months ago
  63. a2cc9a4 [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110859) by Miss Islington (bot) · 1 year, 10 months ago
  64. 1c44f88 [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817) (GH-110825) by Miss Islington (bot) · 1 year, 10 months ago
  65. ca971d1 [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680) by Miss Islington (bot) · 1 year, 10 months ago
  66. c1e8e90 [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110613) by Miss Islington (bot) · 1 year, 10 months ago
  67. 190660a [3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110580) by Miss Islington (bot) · 1 year, 10 months ago
  68. 53122bc [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562) by Miss Islington (bot) · 1 year, 10 months ago
  69. 5afac0c [3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552) (GH-110553) by Serhiy Storchaka · 1 year, 10 months ago
  70. b2419ef [3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544) (GH-110554) by Miss Islington (bot) · 1 year, 10 months ago
  71. 3ed5cb0 [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (GH-110547) by Nikita Sobolev · 1 year, 10 months ago
  72. 7bfcfcf [3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#110389) by Miss Islington (bot) · 1 year, 11 months ago
  73. 4936fa9 [3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#110342) by Victor Stinner · 1 year, 11 months ago
  74. 892b194 [3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (GH-110242) (#110244) by Miss Islington (bot) · 1 year, 11 months ago
  75. da75bd6 [3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH-109790) (#110233) by Alex Waygood · 1 year, 11 months ago
  76. d0641ab [3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071) by Victor Stinner · 1 year, 11 months ago
  77. 95fd4ed [3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932) by Miss Islington (bot) · 1 year, 11 months ago
  78. b723b8a [3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109898) by Miss Islington (bot) · 1 year, 11 months ago
  79. 65c845e [3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886) by Miss Islington (bot) · 1 year, 11 months ago
  80. 47e96c6 [3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618) (#109641) by Miss Islington (bot) · 1 year, 11 months ago
  81. ddc0adc [3.12] gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-109533) (#109558) by Miss Islington (bot) · 1 year, 11 months ago
  82. 30748d3 [3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109133) by Victor Stinner · 1 year, 11 months ago
  83. 69a9f47 [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070) by Miss Islington (bot) · 1 year, 11 months ago
  84. 74a7f5d [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) (#109545) by Miss Islington (bot) · 1 year, 11 months ago
  85. e65401d [3.12] C API tests: use special markers to test that output parameters were set (GH-109014) (#109023) by Serhiy Storchaka · 2 years ago
  86. e0f6080 [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-107131) (GH-107487)" (#108864) by Łukasz Langa · 2 years ago
  87. ba7e06b [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780) by Miss Islington (bot) · 2 years ago
  88. 036dd69 [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655) by Erlend E. Aasland · 2 years ago
  89. f90099c [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547) by Erlend E. Aasland · 2 years ago
  90. 07c0e24 [3.12] Clarify distinction between datetime module and class in deprecation messages (GH-108073) (#108540) by Miss Islington (bot) · 2 years ago
  91. 3e20303 [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) by Miss Islington (bot) · 2 years ago
  92. ef4d427 [3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262) by Erlend E. Aasland · 2 years ago
  93. 97d67e9 [3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918) (#108134) by Miss Islington (bot) · 2 years ago
  94. 0c21298 [3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .close() (#108084) (#108141) by Erlend E. Aasland · 2 years ago
  95. 41634ed [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136) by Erlend E. Aasland · 2 years ago
  96. ede9895 [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981) by Steve Dower · 2 years ago
  97. 9c8dfce [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) (#107728) by Serhiy Storchaka · 2 years ago
  98. 72534ca [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (#107740) by Serhiy Storchaka · 2 years ago
  99. b5176a8 [3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874) by Serhiy Storchaka · 2 years ago
  100. bd2ef82 [3.12] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (#108003) by Serhiy Storchaka · 2 years ago