Python 3.13.1
  1. e546876 [3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-127524) (GH-127533) by Miss Islington (bot) · 9 months ago
  2. f41d8d8 [3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216) by Miss Islington (bot) · 9 months ago
  3. 943e57e [3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505) by Bénédikt Tran · 9 months ago
  4. 2f56c68 [3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (GH-127399) (#127422) by Miss Islington (bot) · 9 months ago
  5. c743314 [3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-127043) (GH-127107) by Miss Islington (bot) · 9 months ago
  6. 3fae84f [3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (GH-126981) (#127023) by sobolevn · 9 months ago
  7. fd276ad [3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004) by Miss Islington (bot) · 9 months ago
  8. 3fe062c [3.13] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126778) by Miss Islington (bot) · 9 months ago
  9. 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
  10. 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
  11. f37ac53 [3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126150) by Miss Islington (bot) · 10 months ago
  12. 7b46ae9 [3.13] gh-125608: Trigger dictionary watchers when inline values change (GH-125611) (GH-125982) by Miss Islington (bot) · 10 months ago
  13. 3d8b6f0 [3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937) by Shantanu · 10 months ago
  14. 829d650 [3.13] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616) (#125797) by Miss Islington (bot) · 10 months ago
  15. b3badab [3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267) (#125305) by Miss Islington (bot) · 10 months ago
  16. 8499115 [3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099) by Miss Islington (bot) · 10 months ago
  17. d432fa4 [3.13] Fix typos (#123775) (#123866) by Victor Stinner · 10 months ago
  18. b843974 [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) (#124812) by Miss Islington (bot) · 11 months ago
  19. 44ba11a [3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643) (#124798) by Miss Islington (bot) · 11 months ago
  20. 5bf32d1 [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613) (#124735) by Serhiy Storchaka · 11 months ago
  21. a1a4cfc [3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-123827) (#123875) by Miss Islington (bot) · 11 months ago
  22. 4c3d537 [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (#123936) by Miss Islington (bot) · 11 months ago
  23. 62f691f [3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539) by Miss Islington (bot) · 11 months ago
  24. e20505c [3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603) by Miss Islington (bot) · 11 months ago
  25. 80de976 [3.13] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627) (#124714) by Miss Islington (bot) · 11 months ago
  26. c6c3d97 [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507) by Miss Islington (bot) · 11 months ago
  27. dc09a0c [3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-124646) (#124648) by Miss Islington (bot) · 11 months ago
  28. 22dee7b [3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object (GH-124559) (#124588) by Miss Islington (bot) · 11 months ago
  29. d655c65 [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) by Petr Viktorin · 12 months ago
  30. 10735bf [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) by Victor Stinner · 12 months ago
  31. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  32. 57ba3b0 [3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122625) by Miss Islington (bot) · 12 months ago
  33. bd29ce8 [3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450) by Miss Islington (bot) · 12 months ago
  34. abaaaff [3.13] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123316) by Miss Islington (bot) · 12 months ago
  35. 95b4f9c [3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749) by Miss Islington (bot) · 12 months ago
  36. 6cd67e4 [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235) by Donghee Na · 12 months ago
  37. ff58c3c [3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-123052) (#123114) by Miss Islington (bot) · 1 year ago
  38. 55aede7 [3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947) by Miss Islington (bot) · 1 year ago
  39. 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
  40. 8c8c43e [3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488) by Petr Viktorin · 1 year, 1 month ago
  41. 5212624 [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490) by Miss Islington (bot) · 1 year, 1 month ago
  42. 11292ab [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122326) by Dino Viehland · 1 year, 1 month ago
  43. 10cf7d6 [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249) by Eric Snow · 1 year, 1 month ago
  44. 4092510 [3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-122347) by Miss Islington (bot) · 1 year, 1 month ago
  45. 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
  46. 88a96fc [3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284) by Miss Islington (bot) · 1 year, 1 month ago
  47. 716c677 [3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932) by Eric Snow · 1 year, 1 month ago
  48. 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
  49. e458268 [3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095) by Miss Islington (bot) · 1 year, 1 month ago
  50. 2fff3c4 [3.13] gh-121266: Change dict check_lookup() return type to int (GH-121581) (#121949) by Miss Islington (bot) · 1 year, 1 month ago
  51. 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
  52. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  53. 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
  54. 72cd53e [3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904) by Miss Islington (bot) · 1 year, 1 month ago
  55. 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
  56. 6613029 [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121867) by Miss Islington (bot) · 1 year, 1 month ago
  57. 281ffb6 [3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851) by Miss Islington (bot) · 1 year, 1 month ago
  58. 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
  59. 767f714 [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773) by Miss Islington (bot) · 1 year, 1 month ago
  60. 97b06d5 [3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761) by Miss Islington (bot) · 1 year, 1 month ago
  61. f78e1aa [3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721) by Miss Islington (bot) · 1 year, 1 month ago
  62. cd74ed0 [3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591) by Ken Jin · 1 year, 1 month ago
  63. c6dbfbb [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630) by Miss Islington (bot) · 1 year, 1 month ago
  64. 927f882 [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590) by Miss Islington (bot) · 1 year, 1 month ago
  65. 867cf40 [3.13] gh-121460: Skip freeing unallocated arenas (gh-121589) by Miss Islington (bot) · 1 year, 1 month ago
  66. a1fc8d3 [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565) by Miss Islington (bot) · 1 year, 1 month ago
  67. 2f15383 [3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545) by Miss Islington (bot) · 1 year, 1 month ago
  68. f0d16f7 [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541) by Miss Islington (bot) · 1 year, 1 month ago
  69. 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
  70. 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
  71. 58a3c3c gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118) by Miss Islington (bot) · 1 year, 2 months ago
  72. 0a77058 [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964) by Miss Islington (bot) · 1 year, 2 months ago
  73. 6aee5ed [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) (#120963) by Miss Islington (bot) · 1 year, 2 months ago
  74. 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
  75. 447e07a [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944) by Miss Islington (bot) · 1 year, 2 months ago
  76. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
  77. f3d7823 [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120826) by Miss Islington (bot) · 1 year, 2 months ago
  78. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
  79. b8fd80f [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748) by Mark Shannon · 1 year, 2 months ago
  80. 1ce5984 [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695) by Miss Islington (bot) · 1 year, 2 months ago
  81. 71ad34d [3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120657) by Miss Islington (bot) · 1 year, 2 months ago
  82. cbcb526 [3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (#120554) by Miss Islington (bot) · 1 year, 2 months ago
  83. 18ea22a [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518) by Miss Islington (bot) · 1 year, 2 months ago
  84. 91c4444 [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403) by Miss Islington (bot) · 1 year, 2 months ago
  85. a6c4080 gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195) by Miss Islington (bot) · 1 year, 2 months ago
  86. f386cc9 [3.13] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120305) by Miss Islington (bot) · 1 year, 2 months ago
  87. 52225c6 [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120340) by Miss Islington (bot) · 1 year, 2 months ago
  88. afef6b5 [3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-120228) (#120238) by Miss Islington (bot) · 1 year, 2 months ago
  89. 327a36a [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (GH-120000) (#120073) by Miss Islington (bot) · 1 year, 2 months ago
  90. 1177897 [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334) by Miss Islington (bot) · 1 year, 2 months ago
  91. 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
  92. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 3 months ago
  93. e5dfcea [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-119963) by Miss Islington (bot) · 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. 844b535 [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803) by Miss Islington (bot) · 1 year, 3 months ago
  96. dcfbd3b [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) (#119746) by Miss Islington (bot) · 1 year, 3 months ago
  97. c0e9961 [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119678) by Miss Islington (bot) · 1 year, 3 months ago
  98. f49749c [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543) by Miss Islington (bot) · 1 year, 3 months ago
  99. 251ef2e [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456) by Miss Islington (bot) · 1 year, 3 months ago
  100. cd35e9d [3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417) by Miss Islington (bot) · 1 year, 3 months ago