Python 3.13.2
  1. 0468ea1 [3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (GH-126118) (#129520) by Miss Islington (bot) · 7 months ago
  2. a853e2f [3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971) (#129299) by Irit Katriel · 7 months ago
  3. 1ee321b [3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258) by Victor Stinner · 7 months ago
  4. e3b3e01 [3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217) by Victor Stinner · 7 months ago
  5. 6b47499 [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897) by Victor Stinner · 7 months ago
  6. 1ec36a6 [3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741) (#128757) by Peter Bierma · 7 months ago
  7. bbe0b33 [3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165) (#128575) by Miss Islington (bot) · 7 months ago
  8. 09d15aa [3.13] gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079) (#128139) by Miss Islington (bot) · 8 months ago
  9. f320f74 [3.13] gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (GH-128047) (#128114) by Miss Islington (bot) · 8 months ago
  10. 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
  11. 367ea89 [3.13] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-128006) by Miss Islington (bot) · 8 months ago
  12. f21b38c [3.13] gh-127865: Fix build failure for systems without thread local support (GH-127866) (GH-127882) by Miss Islington (bot) · 8 months ago
  13. eb692d9 [3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823) by Pablo Galindo Salgado · 8 months ago
  14. 6441d42 [3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) (#127775) by Shantanu · 8 months ago
  15. 075c41d [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754) by Russell Keith-Magee · 8 months ago
  16. 8d50e03 [3.13] gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612) (GH-127698) by Miss Islington (bot) · 8 months ago
  17. dddea7c [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#122984) by Miss Islington (bot) · 9 months ago
  18. 219b826 [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterState Field (gh-127114) by Eric Snow · 9 months ago
  19. 2813a61 [3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199) (#127463) by Miss Islington (bot) · 9 months ago
  20. 089d706 [3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362) by Miss Islington (bot) · 9 months ago
  21. c4a359d [3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) (#127418) by Miss Islington (bot) · 9 months ago
  22. 47b0f8f [3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395) by Miss Islington (bot) · 9 months ago
  23. 75ef92d [3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on its startup failure (GH-109761) (GH-127171) by Serhiy Storchaka · 9 months ago
  24. 8cdd636 [3.13] gh-126986: Stop Using _PyInterpreterState_FailIfNotRunning() (gh-127112) by Eric Snow · 9 months ago
  25. 48eb5c9 gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801) by Miss Islington (bot) · 9 months ago
  26. ecda3ae [3.13] gh-126312: Don't traverse frozen objects on the free-threaded build (GH-126338) (#126866) by Peter Bierma · 9 months ago
  27. 13fe8f9 [3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765) by Miss Islington (bot) · 9 months ago
  28. 02cd3ce [3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865) (gh-125709) (GH-125204) by Miss Islington (bot) · 9 months ago
  29. 23468ac [3.13] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-126566) (#126567) by Miss Islington (bot) · 9 months ago
  30. 8059351 [3.13] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (gh-126238) (#126475) by Valery Fedorenko · 9 months ago
  31. 36079f7 [3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (gh-126322) (gh-126344) by Donghee Na · 10 months ago
  32. b9cbc58 [3.13] gh-126139: Improve error message location for future statement with unknown feature (GH-126140) (#126155) by Miss Islington (bot) · 10 months ago
  33. 265bc19 [3.13] gh-126105: Fix crash in `ast` module, when `._fields` is deleted (GH-126115) (#126130) by Miss Islington (bot) · 10 months ago
  34. 00b13ec [3.13] gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized paths (GH-125712) (#125791) by Pablo Galindo Salgado · 10 months ago
  35. e4157f0 [3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH-126020) (#126042) by Miss Islington (bot) · 10 months ago
  36. 3d8b6f0 [3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937) by Shantanu · 10 months ago
  37. 4b55d53 [3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280) by Sam Gross · 10 months ago
  38. 52b57ee [3.13] gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (GH-125896) (GH-125925) by Miss Islington (bot) · 10 months ago
  39. 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
  40. bcc7227 [3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH-125178) (#125846) by Jelle Zijlstra · 10 months ago
  41. 4d83f6d [3.13] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (GH-124459) (#125540) by Miss Islington (bot) · 10 months ago
  42. 03ae82d [3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423) by Miss Islington (bot) · 10 months ago
  43. 80ba17a [3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914) (gh-124991) by Miss Islington (bot) · 10 months ago
  44. b87aea6 [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis (GH-124952) (#124977) by Miss Islington (bot) · 11 months ago
  45. b99c662 [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492) (#124738) by Jelle Zijlstra · 11 months ago
  46. e0eb44a [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) by T. Wouters · 11 months ago
  47. 612e469 [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896) by Miss Islington (bot) · 11 months ago
  48. cebc6f5 [3.13] gh-124746: remove assertion on exits having line numbers (#124762) by Irit Katriel · 11 months ago
  49. 1cd2b97 [3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) (#124649) by Miss Islington (bot) · 11 months ago
  50. 9bae681 [3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250) by Miss Islington (bot) · 11 months ago
  51. de8dc92 [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123950) (#124273) by Miss Islington (bot) · 11 months ago
  52. eac2fda [3.13] GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optimize errors (GH-123759) by Savannah Ostrowski · 12 months ago
  53. 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
  54. 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
  55. d655c65 [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) by Petr Viktorin · 12 months ago
  56. 80e0326 [3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-120763) (#120786) by Miss Islington (bot) · 12 months ago
  57. 494181e [3.13] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123604) by Miss Islington (bot) · 12 months ago
  58. 10735bf [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) by Victor Stinner · 12 months ago
  59. aca6511 [3.13] GH-117759: Document incremental GC (GH-123266) (#123395) by Miss Islington (bot) · 12 months ago
  60. b1372e2 [3.13] GH-122298: Restore printing of GC stats (GH-123261) (#123268) by Miss Islington (bot) · 12 months ago
  61. 3455d85 [3.13] Fix typos in docs, error messages and comments (#122502) (#122606) by Alex Waygood · 12 months ago
  62. d379a92 [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-123420). (#123435) by Irit Katriel · 12 months ago
  63. 19a1f18 [3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123427) by Miss Islington (bot) · 12 months ago
  64. 6cd67e4 [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235) by Donghee Na · 12 months ago
  65. 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
  66. 50a595b [3.13] gh-122712: Guard against __code__ reassignment in CALL_ALLOC_AND_ENTER_INIT (GH-122713) (GH-123184) by mpage · 12 months ago
  67. 159db05 [3.13] gh-123048: Fix missing source location in pattern matching code (GH-123167) (#123169) by Miss Islington (bot) · 12 months ago
  68. 01ce10c [3.13] Add debug offsets for free threaded builds (GH-123041) (#123055) by Miss Islington (bot) · 12 months ago
  69. 1f70715 [3.13] gh-122247: Move instruction instrumentation sanity check after tracing check (GH-122251) (GH-122812) by Miss Islington (bot) · 1 year ago
  70. 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
  71. 5c161cb [3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757) by Miss Islington (bot) · 1 year ago
  72. 545a328 [3.13] gh-122445: populate only modified fields in __static_attributes__ (#122446) (#122621) by Irit Katriel · 1 year, 1 month ago
  73. 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
  74. 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
  75. 55554fd [3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419) by Brandt Bucher · 1 year, 1 month ago
  76. 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
  77. 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
  78. 4b76404 [3.13] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121392) by Miss Islington (bot) · 1 year, 1 month ago
  79. bf7f4f3 [3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) (#122042) by Miss Islington (bot) · 1 year, 1 month ago
  80. 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
  81. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  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. 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
  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. 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
  87. 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
  88. 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
  89. 0a634e3 [3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808) by Miss Islington (bot) · 1 year, 1 month ago
  90. c4daec4 [3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768) by Kirill Podoprigora · 1 year, 1 month ago
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 0790418 [3.13] gh-121338: Remove GH-pragma optimize (GH-121340) (#121492) by Miss Islington (bot) · 1 year, 1 month ago
  98. 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
  99. c839974 [3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121067) by Miss Islington (bot) · 1 year, 2 months ago
  100. c052b19 [3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013) by Miss Islington (bot) · 1 year, 2 months ago