Python 3.13.0
  1. e0eb44a [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) by T. Wouters · 11 months ago
  2. 99185bd [3.13] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124187) by Sergey B Kirpichev · 11 months ago
  3. dbfc37a [3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-123806) (#124270) by Miss Islington (bot) · 11 months ago
  4. dddae66 [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277) by Miss Islington (bot) · 11 months ago
  5. 8169d29 [3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467) (#124674) by Miss Islington (bot) · 11 months ago
  6. 9f5b921 [3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#124543) by Malcolm Smith · 11 months ago
  7. 9d21c46 [3.13] gh-121023: Improve `_xxtestfuzz/README.rst` (GH-121024) (#124140) by Miss Islington (bot) · 11 months ago
  8. de8dc92 [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273) by Miss Islington (bot) · 11 months ago
  9. e443187 [3.13] gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703) (GH-123774) by Miss Islington (bot) · 12 months ago
  10. 9810dfa [3.13] gh-123678: Upgrade libexpat 2.6.3 (GH-123689) (GH-123707) by Miss Islington (bot) · 12 months ago
  11. d655c65 [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) by Petr Viktorin · 12 months ago
  12. ab29053 [3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123459) by Miss Islington (bot) · 12 months ago
  13. cbcb9e1 [3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375) by Miss Islington (bot) · 12 months ago
  14. d9e4c4b [3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123257) by Miss Islington (bot) · 12 months ago
  15. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  16. f070398 [3.13] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047) (#122786) by Miss Islington (bot) · 12 months ago
  17. bd29ce8 [3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450) by Miss Islington (bot) · 12 months ago
  18. ee46430 [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371) by Sergey B Kirpichev · 12 months ago
  19. a65fe07 [3.13] gh-123243: Fix reference leak in `_decimal` (GH-123244) (#123280) by Miss Islington (bot) · 12 months ago
  20. 032b646 [3.13] gh-122081: fixed crash in decimal.IEEEContext() (GH-122082) (#123136) by Miss Islington (bot) · 12 months ago
  21. 69cf92f [3.13] gh-116622: Don't expose `FICLONE` ioctl on Android (GH-122522) (#122539) by Miss Islington (bot) · 1 year ago
  22. 42005c7 [3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (GH-122842) by Miss Islington (bot) · 1 year ago
  23. e8fb088 [3.13] gh-122695: Fix double-free when using `gc.get_referents` with a freed `_asyncio.FutureIter` (#122837) by Peter Bierma · 1 year ago
  24. 1fd1c6c [3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122806) by Serhiy Storchaka · 1 year ago
  25. 5c161cb [3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757) by Miss Islington (bot) · 1 year ago
  26. c1efeb3 [3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612) by Miss Islington (bot) · 1 year, 1 month ago
  27. d8701e2 [3.13] gh-122311: Fix a refleak in pickle (GH-122411) (GH-122415) by Miss Islington (bot) · 1 year, 1 month ago
  28. 9f6f879 Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)" (GH-122408) by Serhiy Storchaka · 1 year, 1 month ago
  29. c26dd27 [3.13] gh-122311: Fix some error messages in pickle (GH-122386) (GH-122387) by Miss Islington (bot) · 1 year, 1 month ago
  30. 6b9a5af [3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122338) (#122344) by Miss Islington (bot) · 1 year, 1 month ago
  31. aca41cf [3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290) by Miss Islington (bot) · 1 year, 1 month ago
  32. dd270f6 [3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287) by Miss Islington (bot) · 1 year, 1 month ago
  33. 984f8aa [3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122264) by Miss Islington (bot) · 1 year, 1 month ago
  34. 6933c4a [3.13] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122258) by Miss Islington (bot) · 1 year, 1 month ago
  35. 77ab53a [3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) (#122186) by Miss Islington (bot) · 1 year, 1 month ago
  36. 48154e7 [3.13] gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (GH-122138) (#122152) by Miss Islington (bot) · 1 year, 1 month ago
  37. 148beb6 [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115) by Miss Islington (bot) · 1 year, 1 month ago
  38. f3c79cb [3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046) (#122048) by Sam Gross · 1 year, 1 month ago
  39. bf7f4f3 [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042) by Miss Islington (bot) · 1 year, 1 month ago
  40. a45d905 [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) by Serhiy Storchaka · 1 year, 1 month ago
  41. e992cc3 [3.13] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122000) by Miss Islington (bot) · 1 year, 1 month ago
  42. 721a7dd [3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121984) by Miss Islington (bot) · 1 year, 1 month ago
  43. afa5321 [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943) by Miss Islington (bot) · 1 year, 1 month ago
  44. 449529a [3.13] gh-121925: Fix uninitialized variables in `main.c` (GH-121926) (#121931) by Miss Islington (bot) · 1 year, 1 month ago
  45. 3d9692d [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) (#121916) by Miss Islington (bot) · 1 year, 1 month ago
  46. 4395d68 [3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (GH-121364) (GH-121854) by Petr Viktorin · 1 year, 1 month ago
  47. 06d76c4 [3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864) by Miss Islington (bot) · 1 year, 1 month ago
  48. 93ee63a [3.13] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (GH-121792) (#121839) by Miss Islington (bot) · 1 year, 1 month ago
  49. 835f4ad [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811) by Miss Islington (bot) · 1 year, 1 month ago
  50. f19ccfd [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-121807) by Miss Islington (bot) · 1 year, 1 month ago
  51. a2a4f5e [3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774) by Sam Gross · 1 year, 1 month ago
  52. 15c875a [3.13] Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`) (GH-121638) (GH-121642) by Miss Islington (bot) · 1 year, 1 month ago
  53. 35f7155 [3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631) by Miss Islington (bot) · 1 year, 1 month ago
  54. 3b5f8d2 [3.13] gh-121592: Make select.poll() and related objects thread-safe (GH-121594) (#121623) by Miss Islington (bot) · 1 year, 1 month ago
  55. 5bb1175 [3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600) by Miss Islington (bot) · 1 year, 1 month ago
  56. c128718 [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505) by Miss Islington (bot) · 1 year, 1 month ago
  57. bccfd8a [3.13] gh-121374: Correct docstrings in `_interpchannels` (gh-121501) by Miss Islington (bot) · 1 year, 1 month ago
  58. 2c3aa52 [3.13] gh-120782: Update internal type cache when reloading datetime (GH-120829) (#120855) by neonene · 1 year, 2 months ago
  59. 8597149 [3.13] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) (#121307) by Miss Islington (bot) · 1 year, 2 months ago
  60. 06fd745 [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240) by Miss Islington (bot) · 1 year, 2 months ago
  61. 82777cd [3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202) by Miss Islington (bot) · 1 year, 2 months ago
  62. 009618f [3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144) by Miss Islington (bot) · 1 year, 2 months ago
  63. 50ea640 [3.13] gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (GH-121136) (#121139) by Miss Islington (bot) · 1 year, 2 months ago
  64. 49e5740 [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092) by Miss Islington (bot) · 1 year, 2 months ago
  65. c052b19 [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013) by Miss Islington (bot) · 1 year, 2 months ago
  66. e26e098 [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043) by Victor Stinner · 1 year, 2 months ago
  67. 9769b7a [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945) by Petr Viktorin · 1 year, 2 months ago
  68. 732c005 [3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938) by Miss Islington (bot) · 1 year, 2 months ago
  69. 99f18ea [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905) by Miss Islington (bot) · 1 year, 2 months ago
  70. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
  71. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
  72. b8fd80f [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748) by Mark Shannon · 1 year, 2 months ago
  73. 9be94f9 [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119964) by Miss Islington (bot) · 1 year, 2 months ago
  74. 1ce5984 [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695) by Miss Islington (bot) · 1 year, 2 months ago
  75. 7c47f93 [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641) by Jelle Zijlstra · 1 year, 2 months ago
  76. 03b89e3 [3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (GH-120588) (#120616) by Miss Islington (bot) · 1 year, 2 months ago
  77. 6ee68fb [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (GH-120585) (#120592) by Miss Islington (bot) · 1 year, 2 months ago
  78. 18ea22a [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518) by Miss Islington (bot) · 1 year, 2 months ago
  79. 15c3d00 [3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-120463) by Miss Islington (bot) · 1 year, 2 months ago
  80. 0041087 [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120424) by Miss Islington (bot) · 1 year, 2 months ago
  81. e048092 [3.13] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120409) by Miss Islington (bot) · 1 year, 2 months ago
  82. 2dd07fd [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (GH-120349) (#120351) by Miss Islington (bot) · 1 year, 2 months ago
  83. 14ff4c9 [3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120310) by Miss Islington (bot) · 1 year, 2 months ago
  84. 9b704ce [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264) by Miss Islington (bot) · 1 year, 2 months ago
  85. f0165d0 [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208) by Miss Islington (bot) · 1 year, 2 months ago
  86. 56a7e04 [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values in ElementTree (GH-119762) (GH-120189) by Miss Islington (bot) · 1 year, 2 months ago
  87. 517733c [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169) by Miss Islington (bot) · 1 year, 2 months ago
  88. eea45ea [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) by Łukasz Langa · 1 year, 2 months ago
  89. 2acbdc2 [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053) by Miss Islington (bot) · 1 year, 2 months ago
  90. e5fb3a2 [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) by Miss Islington (bot) · 1 year, 2 months ago
  91. c348e27 [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008) by Miss Islington (bot) · 1 year, 2 months ago
  92. 39510da [3.13] gh-117398: Add datetime Module State (gh-120004) by Miss Islington (bot) · 1 year, 2 months ago
  93. 79fae3b [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007) by Sam Gross · 1 year, 2 months ago
  94. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 2 months ago
  95. 4e147ca [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (… (#119906) by Victor Stinner · 1 year, 3 months ago
  96. 8e0777d gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) by Miss Islington (bot) · 1 year, 3 months ago
  97. ea48de4 [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119859) by Miss Islington (bot) · 1 year, 3 months ago
  98. 5539bd9 [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119830) by Miss Islington (bot) · 1 year, 3 months ago
  99. 5a037b7 [3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637) (gh-119695) by Miss Islington (bot) · 1 year, 3 months ago
  100. 322e0ad [3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (GH-119468) by Miss Islington (bot) · 1 year, 3 months ago