Python 3.13.6
  1. 4e66535 Python 3.13.6 by Thomas Wouters · 11 days ago v3.13.6
  2. 1bb2ae5 [3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137438) by Miss Islington (bot) · 12 days ago
  3. d29a9c5 [3.13] Doc: fix duplicated words (GH-136086) (#137357) by Brian Schubert · 14 days ago
  4. 5c16f69 [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480) by Neil Schemenauer · 3 weeks ago
  5. 3f57d9b [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166) by Kumar Aditya · 3 weeks ago
  6. 74503ac [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075) by AN Long · 3 weeks ago
  7. e3a277c [3.13] gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614) (#136126) by Victor Stinner · 7 weeks ago
  8. e753a7c [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453) by Mikhail Efimov · 9 weeks ago
  9. 8d07562 Post 3.13.5 by Thomas Wouters · 10 weeks ago
  10. 6cb20a2 Python 3.13.5 by Thomas Wouters · 10 weeks ago v3.13.5
  11. 922dc2c [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182) by Victor Stinner · 2 months ago
  12. 95f6296 [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134) by Victor Stinner · 2 months ago
  13. 659631f [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135) by Victor Stinner · 2 months ago
  14. c7ee596 Post 3.13.4 by Thomas Wouters · 3 months ago
  15. 8a526ec Python 3.13.4 by Thomas Wouters · 3 months ago v3.13.4
  16. b0c9c19 [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054) by Miss Islington (bot) · 3 months ago
  17. bad9f63 [3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134353) by Miss Islington (bot) · 3 months ago
  18. 6279eb8 [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) by Serhiy Storchaka · 3 months ago
  19. 3c9d177 [3.13] bpo-44172: Keep reference to original window in curses subwindow objects (GH-26226) (GH-133370) by Serhiy Storchaka · 4 months ago
  20. 7ffef8d [3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039) (gh-133126) by Donghee Na · 4 months ago
  21. 4ff5d88 [3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993) (GH-132463) by Tomas R. · 4 months ago
  22. 5f238c6 Post 3.13.3 by Thomas Wouters · 4 months ago
  23. 6280bb5 Python 3.13.3 by Thomas Wouters · 4 months ago v3.13.3
  24. 3f38632 [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127) by Mark Shannon · 4 months ago
  25. 4913b6f [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784) (gh-131954) by Miss Islington (bot) · 5 months ago
  26. 589f422 [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129) by Russell Keith-Magee · 5 months ago
  27. f9d19a3 [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084) by Miss Islington (bot) · 5 months ago
  28. 125ca02 [3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667) by Miss Islington (bot) · 6 months ago
  29. 7c1b76f [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) by Serhiy Storchaka · 6 months ago
  30. 5d83b6c [3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246) by Miss Islington (bot) · 6 months ago
  31. 2fbc986 [3.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042) by Sam Gross · 6 months ago
  32. 356a9e6 [3.13] gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (gh-129704) (gh-129742) by Sam Gross · 6 months ago
  33. 45d136d Post 3.13.2 by Thomas Wouters · 6 months ago
  34. 4f8bb39 Python 3.13.2 by Thomas Wouters · 6 months ago v3.13.2
  35. 6b47499 [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897) by Victor Stinner · 7 months ago
  36. fdac362 [3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713) by Ed Nutting · 7 months ago
  37. fe08cdf [3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128023) by Miss Islington (bot) · 8 months ago
  38. 8e143b2 [3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994) by Victor Stinner · 8 months ago
  39. bcdd10d [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#127819) by Peter Bierma · 8 months ago
  40. eb692d9 [3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823) by Pablo Galindo Salgado · 8 months ago
  41. 78dfc28 [3.13] Add `extern "C"` around `PyTraceMalloc_` functions. (GH-127772) (#127815) by Miss Islington (bot) · 8 months ago
  42. 075c41d [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754) by Russell Keith-Magee · 8 months ago
  43. 69bb1c6 [3.13] gh-127582: Make object resurrection thread-safe for free threading. (GH-127612) (GH-127659) by Sam Gross · 8 months ago
  44. fd81351 Post 3.13.1 by Thomas Wouters · 9 months ago
  45. 0671451 Python 3.13.1 by Thomas Wouters · 9 months ago v3.13.1
  46. dddea7c [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984) by Miss Islington (bot) · 9 months ago
  47. 219b826 [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114) by Eric Snow · 9 months ago
  48. d9ac6b3 [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (GH-125704) (#125705) by Miss Islington (bot) · 9 months ago
  49. 13fe8f9 [3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765) by Miss Islington (bot) · 9 months ago
  50. ce1a1a6 [3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126423) by Miss Islington (bot) · 10 months ago
  51. 3d8b6f0 [3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937) by Shantanu · 10 months ago
  52. 4b55d53 [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) by Sam Gross · 10 months ago
  53. 5c2696b [3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125882) (GH-125921) by Miss Islington (bot) · 10 months ago
  54. 18b9079 [3.13] gh-125444: Fix illegal instruction for older Arm architectures (GH-125574) (GH-125595) by Miss Islington (bot) · 10 months ago
  55. 8bc8d21 Post 3.13.0 by Thomas Wouters · 10 months ago
  56. 60403a5 Python 3.13.0 by Thomas Wouters · 10 months ago v3.13.0
  57. e6fb7fa Post 3.13.0rc3 by Thomas Wouters · 11 months ago
  58. fae84c7 Python 3.13.0rc3 by Thomas Wouters · 11 months ago v3.13.0rc3
  59. e0eb44a [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) by T. Wouters · 11 months ago
  60. 4618c0e [3.13] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (GH-124663) (#124698) by Miss Islington (bot) · 11 months ago
  61. 660baa1 Post 3.13.0rc2 by Thomas Wouters · 11 months ago
  62. ec61006 Python 3.13.0rc2 by Thomas Wouters · 11 months ago v3.13.0rc2
  63. d053204 [3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#123785) by Victor Stinner · 12 months ago
  64. 10735bf [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) by Victor Stinner · 12 months ago
  65. 8ef277e [3.13] gh-123484: Fix the debug offsets for PyLongObject (GH-123485) (#123499) by Miss Islington (bot) · 12 months ago
  66. 01ce10c [3.13] Add debug offsets for free threaded builds (GH-123041) (#123055) by Miss Islington (bot) · 12 months ago
  67. 7ee7558 [3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035) by Miss Islington (bot) · 1 year ago
  68. 9fb6bfb [3.13] gh-122581: Avoid data races when collecting parser statistics (GH-122694) (#122733) by Miss Islington (bot) · 1 year ago
  69. 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
  70. 4588980 Post 3.13.0rc1 by Thomas Wouters · 1 year, 1 month ago
  71. e4a3e78 Python 3.13.0rc1 by Thomas Wouters · 1 year, 1 month ago v3.13.0rc1
  72. 55554fd [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419) by Brandt Bucher · 1 year, 1 month ago
  73. dd270f6 [3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287) by Miss Islington (bot) · 1 year, 1 month ago
  74. 716c677 [3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932) by Eric Snow · 1 year, 1 month ago
  75. 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
  76. 82db815 [3.13] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974) (#122108) by Jakub Kulík · 1 year, 1 month ago
  77. bf7f4f3 [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042) by Miss Islington (bot) · 1 year, 1 month ago
  78. 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
  79. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  80. 98e7d44 Post 3.13.0b4 by Thomas Wouters · 1 year, 1 month ago
  81. 567c38b Python 3.13.0b4 by Thomas Wouters · 1 year, 1 month ago v3.13.0b4
  82. afa5321 [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943) by Miss Islington (bot) · 1 year, 1 month ago
  83. f7b2b2a [3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (#121936) by Miss Islington (bot) · 1 year, 1 month ago
  84. f888636 [3.13] GH-121583: Remove dependency from pystats.h to internal header file (GH-121880) by Miss Islington (bot) · 1 year, 1 month ago
  85. 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
  86. 0a634e3 [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808) by Miss Islington (bot) · 1 year, 1 month ago
  87. 8f3ffb4 [3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-121701) (GH-121744) by Miss Islington (bot) · 1 year, 1 month ago
  88. 48a96d2 [3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) (#121729) by Miss Islington (bot) · 1 year, 1 month ago
  89. cd74ed0 [3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591) by Ken Jin · 1 year, 1 month ago
  90. c6dbfbb [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630) by Miss Islington (bot) · 1 year, 1 month ago
  91. 0504f45 [3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582) by Miss Islington (bot) · 1 year, 1 month ago
  92. 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
  93. eef5c64 [3.13] gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488) (#121504) by Miss Islington (bot) · 1 year, 1 month ago
  94. 273c993 [3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370) by Miss Islington (bot) · 1 year, 1 month ago
  95. 3d4e533 [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344) by Miss Islington (bot) · 1 year, 2 months ago
  96. d3e586e [3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312) by Miss Islington (bot) · 1 year, 2 months ago
  97. 89bf337 [3.13] gh-115773: Add sizes to debug offset structure (GH-120112) (#121283) by Miss Islington (bot) · 1 year, 2 months ago
  98. 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
  99. 82777cd [3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202) by Miss Islington (bot) · 1 year, 2 months ago
  100. 7776179 [3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) (#121179) by Miss Islington (bot) · 1 year, 2 months ago