Python 3.13.0
  1. b87aea6 [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952) (#124977) by Miss Islington (bot) · 11 months ago
  2. b99c662 [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492) (#124738) by Jelle Zijlstra · 11 months ago
  3. e0eb44a [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) by T. Wouters · 11 months ago
  4. 612e469 [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896) by Miss Islington (bot) · 11 months ago
  5. cebc6f5 [3.13] gh-124746: remove assertion on exits having line numbers (#124762) by Irit Katriel · 11 months ago
  6. 1cd2b97 [3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) (#124649) by Miss Islington (bot) · 11 months ago
  7. 9bae681 [3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250) 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. eac2fda [3.13] GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optimize errors (GH-123759) by Savannah Ostrowski · 12 months ago
  10. 92b9c44 [3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276) (gh-123753) by Miss Islington (bot) · 12 months ago
  11. 4894139 [3.13] gh-121804: always show error location for SyntaxError's in basic repl (GH-123202) (#123631) by Miss Islington (bot) · 12 months ago
  12. d655c65 [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) by Petr Viktorin · 12 months ago
  13. 80e0326 [3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-120763) (#120786) by Miss Islington (bot) · 12 months ago
  14. 494181e [3.13] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123604) by Miss Islington (bot) · 12 months ago
  15. 10735bf [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) by Victor Stinner · 12 months ago
  16. aca6511 [3.13] GH-117759: Document incremental GC (GH-123266) (#123395) by Miss Islington (bot) · 12 months ago
  17. b1372e2 [3.13] GH-122298: Restore printing of GC stats (GH-123261) (#123268) by Miss Islington (bot) · 12 months ago
  18. 3455d85 [3.13] Fix typos in docs, error messages and comments (#122502) (#122606) by Alex Waygood · 12 months ago
  19. d379a92 [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123435) by Irit Katriel · 12 months ago
  20. 19a1f18 [3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123427) by Miss Islington (bot) · 12 months ago
  21. 6cd67e4 [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235) by Donghee Na · 12 months ago
  22. e4b91b7 [3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (GH-123173). (#123209) by Irit Katriel · 12 months ago
  23. 50a595b [3.13] gh-122712: Guard against __code__ reassignment in CALL_ALLOC_AND_ENTER_INIT (GH-122713) (GH-123184) by mpage · 12 months ago
  24. 159db05 [3.13] gh-123048: Fix missing source location in pattern matching code (GH-123167) (#123169) by Miss Islington (bot) · 12 months ago
  25. 01ce10c [3.13] Add debug offsets for free threaded builds (GH-123041) (#123055) by Miss Islington (bot) · 12 months ago
  26. 1f70715 [3.13] gh-122247: Move instruction instrumentation sanity check after tracing check (GH-122251) (GH-122812) by Miss Islington (bot) · 1 year ago
  27. 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
  28. 5c161cb [3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757) by Miss Islington (bot) · 1 year ago
  29. 545a328 [3.13] gh-122445: populate only modified fields in __static_attributes__ (#122446) (#122621) by Irit Katriel · 1 year, 1 month ago
  30. b20893b [3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122614) by Miss Islington (bot) · 1 year, 1 month ago
  31. 8e96d85 [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (GH-122190) (#122475) by Miss Islington (bot) · 1 year, 1 month ago
  32. 55554fd [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419) by Brandt Bucher · 1 year, 1 month ago
  33. 9d5dde5 [3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204) (#122319) by Miss Islington (bot) · 1 year, 1 month ago
  34. 40cdec6 [3.13] gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072) (GH-122205) by Miss Islington (bot) · 1 year, 1 month ago
  35. 4b76404 [3.13] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121392) by Miss Islington (bot) · 1 year, 1 month ago
  36. bf7f4f3 [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042) by Miss Islington (bot) · 1 year, 1 month ago
  37. 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
  38. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  39. afa5321 [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943) by Miss Islington (bot) · 1 year, 1 month ago
  40. 09ff4ec [3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) (GH-121900) by Serhiy Storchaka · 1 year, 1 month ago
  41. 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
  42. 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
  43. 54db42f [3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818) (#121861) by Miss Islington (bot) · 1 year, 1 month ago
  44. e45c61f [3.13] gh-120317: Lock around global state in the tokenize module (GH-120318) (#121841) by Miss Islington (bot) · 1 year, 1 month ago
  45. 0794220 [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821) by Miss Islington (bot) · 1 year, 1 month ago
  46. 0a634e3 [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808) by Miss Islington (bot) · 1 year, 1 month ago
  47. c4daec4 [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768) by Kirill Podoprigora · 1 year, 1 month ago
  48. ff65d1e [3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls() (gh-121806) by Miss Islington (bot) · 1 year, 1 month ago
  49. f17057d [3.13] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal (GH-121699) (GH-121745) by Miss Islington (bot) · 1 year, 1 month ago
  50. 38c4028 [3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625) by Jelle Zijlstra · 1 year, 1 month ago
  51. c1891e2 [3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121517) by Miss Islington (bot) · 1 year, 1 month ago
  52. 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
  53. 2f8919e [3.13] GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH-121483) (GH-121494) by Miss Islington (bot) · 1 year, 1 month ago
  54. 0790418 [3.13] gh-121338: Remove GH-pragma optimize (GH-121340) (#121492) by Miss Islington (bot) · 1 year, 1 month ago
  55. d5441f6 [3.13] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051) (gh-121107) by Miss Islington (bot) · 1 year, 2 months ago
  56. c839974 [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121067) by Miss Islington (bot) · 1 year, 2 months ago
  57. c052b19 [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013) by Miss Islington (bot) · 1 year, 2 months ago
  58. e26e098 [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#121043) by Victor Stinner · 1 year, 2 months ago
  59. 899dfba [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-120114) (#121000) by Jelle Zijlstra · 1 year, 2 months ago
  60. 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
  61. a860b1d [3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-120812) (#120843) by Miss Islington (bot) · 1 year, 2 months ago
  62. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
  63. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
  64. 7c7aa5a [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699) by Ken Jin · 1 year, 2 months ago
  65. 5d19490 [3.13] Fix typos in comments (GH-120481) (#120774) by Miss Islington (bot) · 1 year, 2 months ago
  66. ae04b6f [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) (#120747) by Nadeshiko Manju · 1 year, 2 months ago
  67. 4ce1246 [3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738) by Miss Islington (bot) · 1 year, 2 months ago
  68. 071b66b [3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120729) by Miss Islington (bot) · 1 year, 2 months ago
  69. 50fa775 [3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo op replacement (GH-120714) (#120716) by Miss Islington (bot) · 1 year, 2 months ago
  70. 396f8b0 [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-119368) (#120655) by Miss Islington (bot) · 1 year, 2 months ago
  71. 0dbb86c [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#120654) by Miss Islington (bot) · 1 year, 2 months ago
  72. 9172bc3 [3.13] gh-115649: Copy the filename into main interpreter before intern in import.c (GH-120315) (#120652) by Miss Islington (bot) · 1 year, 2 months ago
  73. 61a2229 [3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (GH-120425) (#120621) by Miss Islington (bot) · 1 year, 2 months ago
  74. 7c47f93 [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) (#120641) by Jelle Zijlstra · 1 year, 2 months ago
  75. 9f0269d [3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539) by Miss Islington (bot) · 1 year, 2 months ago
  76. 18ea22a [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518) by Miss Islington (bot) · 1 year, 2 months ago
  77. d73f856 [3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (GH-120089) (#120413) by Miss Islington (bot) · 1 year, 2 months ago
  78. 1718827 [3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#120444) by Miss Islington (bot) · 1 year, 2 months ago
  79. 7c6b342 [3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-120391) (#120427) by Miss Islington (bot) · 1 year, 2 months ago
  80. 39825a7 [3.13] gh-93691: fix too broad source locations of for statement iterators (GH-120330) (#120399) by Miss Islington (bot) · 1 year, 2 months ago
  81. 51bcb674 [3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (GH-120352) (#120355) by Miss Islington (bot) · 1 year, 2 months ago
  82. 03cd447 [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120299) by Miss Islington (bot) · 1 year, 2 months ago
  83. 3be7e91 [3.13] gh-120225: fix crash in compiler on empty block at end of exception handler (GH-120235) (#120249) by Miss Islington (bot) · 1 year, 2 months ago
  84. 517733c [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169) by Miss Islington (bot) · 1 year, 2 months ago
  85. ee7d268 [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (#120038) by Miss Islington (bot) · 1 year, 2 months ago
  86. 6e67fd5 [3.13] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (GH-120021) (#120022) by Miss Islington (bot) · 1 year, 2 months ago
  87. 1177897 [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334) by Miss Islington (bot) · 1 year, 3 months ago
  88. e5fb3a2 [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) by Miss Islington (bot) · 1 year, 3 months ago
  89. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 3 months ago
  90. ca37034 [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992) by Miss Islington (bot) · 1 year, 3 months ago
  91. 48054d2 [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904) by Miss Islington (bot) · 1 year, 3 months ago
  92. 48f3378 [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903) by Miss Islington (bot) · 1 year, 3 months ago
  93. a055984 [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119889) by Jelle Zijlstra · 1 year, 3 months ago
  94. 0a266f7 [3.13] gh-74929: PEP 667 C API documentation (gh-119892) by Miss Islington (bot) · 1 year, 3 months ago
  95. a7e81fd [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-119528) (#119868) by Miss Islington (bot) · 1 year, 3 months ago
  96. 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
  97. 7a9534f [3.13] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-119705) (#119707) by Miss Islington (bot) · 1 year, 3 months ago
  98. 0d0be6b [3.13] gh-119118: Fix performance regression in tokenize module (GH-119615) (#119682) by Miss Islington (bot) · 1 year, 3 months ago
  99. 6394a72 [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119643) by Jelle Zijlstra · 1 year, 3 months ago
  100. 660125f [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633) by Miss Islington (bot) · 1 year, 3 months ago