- 1bfb58c [3.12] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122626) by Sam Gross · 12 months ago
- 93d4a19 [3.12] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123317) by Miss Islington (bot) · 12 months ago
- c8f5ca6 [3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122327) by Dino Viehland · 1 year, 1 month ago
- 5bd2ea2 [3.12] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122250) by Eric Snow · 1 year, 1 month ago
- dd4c8ac [3.12] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-122241) by Eric Snow · 1 year, 1 month ago
- 39dea21 [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) by Serhiy Storchaka · 1 year, 1 month ago
- 874eed6 [3.12] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) by Serhiy Storchaka · 1 year, 1 month ago
- 7a4b55d6 [3.12] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121762) by Miss Islington (bot) · 1 year, 1 month ago
- 0ec761a [3.12] gh-117482: Fix Builtin Types Slot Wrappers (gh-121632) by Eric Snow · 1 year, 1 month ago
- ac4276c [3.12] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (#121566) by Miss Islington (bot) · 1 year, 1 month ago
- d75eddc [3.12] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120825) by Miss Islington (bot) · 1 year, 2 months ago
- 5d997b5 [3.12] gh-119897: Revert buggy optimization which was removed in 3.13 (#120467) by Irit Katriel · 1 year, 2 months ago
- e8a9f0c gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195) by Ken Jin · 1 year, 2 months ago
- b884536 [3.12] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120339) by Miss Islington (bot) · 1 year, 2 months ago
- 7545b7c [3.12] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120312) by Serhiy Storchaka · 1 year, 2 months ago
- ec7c9d3 [3.12] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-120228) (#120240) by Miss Islington (bot) · 1 year, 2 months ago
- 207d1b0 [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119687) (ПР-119805) by Serhiy Storchaka · 1 year, 3 months ago
- 7f06cd3 [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119681) by Jelle Zijlstra · 1 year, 3 months ago
- 8bfaf3a Fix some missing null checks. (GH-118721) by Miss Islington (bot) · 1 year, 3 months ago
- 238efbe [3.12] gh-118272: Clear generator frame's locals when the generator is closed (#118451) by Irit Katriel · 1 year, 4 months ago
- c48e0ef [3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882) (#118458) by Thomas Grainger · 1 year, 4 months ago
- fc1732c [3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration (GH-117851) (GH-118226) by Thomas Grainger · 1 year, 4 months ago
- 9256433 [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit (GH-116677) (#117029) by Sam Gross · 1 year, 5 months ago
- fc81b64 [3.12] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116722) by Miss Islington (bot) · 1 year, 5 months ago
- 4ea9d15 [3.12] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (GH-116599) (#116648) by Miss Islington (bot) · 1 year, 5 months ago
- d8a56ea [3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#116299) by Miss Islington (bot) · 1 year, 6 months ago
- eb4774d [3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818) by Miss Islington (bot) · 1 year, 6 months ago
- b9d1efa [3.12] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619) (GH-115620) by Serhiy Storchaka · 1 year, 6 months ago
- 5ec52c3 [3.12] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115471) by Donghee Na · 1 year, 6 months ago
- 5c21f3d [3.12] gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113562) (GH-114644) by Miss Islington (bot) · 1 year, 7 months ago
- b201a6a [3.12] gh-106293: Fix typos in Objects/object_layout.md (GH-106294) (#114158) by Miss Islington (bot) · 1 year, 7 months ago
- d3f2051 [3.12] Document the `co_lines` method on code objects (#113682) (#113686) by Alex Waygood · 1 year, 8 months ago
- 2ddee2e [3.12] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113379) by Hugo van Kemenade · 1 year, 8 months ago
- f272716 [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (#112827) by Victor Stinner · 1 year, 8 months ago
- 29a5ff0 [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112693) by Miss Islington (bot) · 1 year, 9 months ago
- 7eff607 [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (GH-112428) (#112589) by Miss Islington (bot) · 1 year, 9 months ago
- 0aceac5 [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911) (gh-111238) by Miss Islington (bot) · 1 year, 9 months ago
- 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
- 3210e3c [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329) by Tian Gao · 1 year, 9 months ago
- cf8c830 [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112270) by Miss Islington (bot) · 1 year, 9 months ago
- 4f976c3 [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-110586) (#111866) by Miss Islington (bot) · 1 year, 9 months ago
- 0bbdfe6 [3.12] GH-94438: Restore ability to jump over None tests (GH-111243) by Miss Islington (bot) · 1 year, 10 months ago
- 27d5ea2 [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH-110784) (#110787) by Miss Islington (bot) · 1 year, 10 months ago
- 25bf056 [3.12] Fix typos in docs and comments (#109619) (#109621) by Alex Waygood · 1 year, 11 months ago
- d533ab1 [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) (#109097) by Miss Islington (bot) · 2 years ago
- 2979cee [3.12] gh-108915: Removes extra backslashes in str.split docstring (GH-109044). (#109061) by Shantanu · 2 years ago
- 09877a1 [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527) by Miss Islington (bot) · 2 years ago
- 3e20303 [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) by Miss Islington (bot) · 2 years ago
- 9864f9a [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744) by Serhiy Storchaka · 2 years ago
- aa9707d [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#107751) by Eric Snow · 2 years ago
- 431ce23 [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-107834) (#107864) by Miss Islington (bot) · 2 years ago
- 6e4eec7 [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)" (#107648) by Eric Snow · 2 years ago
- 58af229 [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599) by Miss Islington (bot) · 2 years, 1 month ago
- b68faa3 [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107532) by Miss Islington (bot) · 2 years, 1 month ago
- 8f080a2 [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510) (#107464) by Miss Islington (bot) · 2 years, 1 month ago
- 0902afb [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337) (GH-107351) by Mark Shannon · 2 years, 1 month ago
- 57ef065 [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303) by Miss Islington (bot) · 2 years, 1 month ago
- 3923639 [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199) by Miss Islington (bot) · 2 years, 1 month ago
- d0176ed [3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963) by Miss Islington (bot) · 2 years, 1 month ago
- 957f14d [3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923) (#106964) by Miss Islington (bot) · 2 years, 1 month ago
- d671c65 [3.12] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106848) by Miss Islington (bot) · 2 years, 1 month ago
- 4f3edd6 [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-105252) (#106708) by Miss Islington (bot) · 2 years, 1 month ago
- 58f9c88 [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418) (#106635) by Miss Islington (bot) · 2 years, 1 month ago
- 41057b2 [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600) by Miss Islington (bot) · 2 years, 1 month ago
- bb17e6f [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470) by Miss Islington (bot) · 2 years, 1 month ago
- c4298d5 [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488) (#106297) by Miss Islington (bot) · 2 years, 2 months ago
- 2405929 [3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244) by Miss Islington (bot) · 2 years, 2 months ago
- e0fa531 [3.12] gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (GH-106044) (GH-106228) by Miss Islington (bot) · 2 years, 2 months ago
- 9cd3664 [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106041) by Serhiy Storchaka · 2 years, 2 months ago
- 2eed1f5 [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386) (GH-105697) by Miss Islington (bot) · 2 years, 2 months ago
- ed03895 [3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-105491) (#105661) by Miss Islington (bot) · 2 years, 2 months ago
- 7c298d2 [3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567) by Miss Islington (bot) · 2 years, 2 months ago
- 77c03a3 [3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh-105516) (gh-105532) by Miss Islington (bot) · 2 years, 2 months ago
- 2d9ead2 [3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187) (#105378) by Miss Islington (bot) · 2 years, 2 months ago
- 3e7ddc2 [3.12] gh-98963: Restore the ability to have a dict-less property. (GH-105262) (#105297) by Miss Islington (bot) · 2 years, 2 months ago
- d57ee81 [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-105122) (gh-105211) by Miss Islington (bot) · 2 years, 3 months ago
- c38ceb0 [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115) (gh-105124) by Miss Islington (bot) · 2 years, 3 months ago
- b45df73 [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (GH-105072) (#105095) by Irit Katriel · 2 years, 3 months ago
- 5dc6b18 Fix compiler warning in unicodeobject.c (GH-105050) by Miss Islington (bot) · 2 years, 3 months ago
- dcee0aa [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989) by Miss Islington (bot) · 2 years, 3 months ago
- 3158b4d [3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973) by Miss Islington (bot) · 2 years, 3 months ago
- b670214 [3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890) by Miss Islington (bot) · 2 years, 3 months ago
- f3466bc gh-98836: Extend PyUnicode_FromFormat() (GH-98838) by Serhiy Storchaka · 2 years, 3 months ago
- 9392379 GH-101291: Add low level, unstable API for pylong (GH-101685) by Mark Shannon · 2 years, 3 months ago
- b9fcfa6 gh-104717: Add comment about manual loop unrolling (gh-104718) by Dong-hee Na · 2 years, 3 months ago
- 8f1f3b9 gh-104600: Make type.__type_params__ writable (#104634) by Jelle Zijlstra · 2 years, 3 months ago
- 3fadd7d gh-104600: Make function.__type_params__ writable (#104601) by Jelle Zijlstra · 2 years, 3 months ago
- b9dce3a gh-104549: Set __module__ on TypeAliasType (#104550) by Jelle Zijlstra · 2 years, 3 months ago
- 2693194 typing: Add more tests for TypeVar (#104571) by Jelle Zijlstra · 2 years, 3 months ago
- b4a9747 GH-103906: Remove immortal refcounting in the interpreter (GH-103909) by Brandt Bucher · 2 years, 3 months ago
- 24d8b88 gh-103763: Implement PEP 695 (#103764) by Jelle Zijlstra · 2 years, 3 months ago
- 7d2deaf gh-104454: Fix refleak in AttributeError_reduce (#104455) by Charles Machalow · 2 years, 3 months ago
- a10b026 GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409) by Brandt Bucher · 2 years, 3 months ago
- 79b17f2 gh-103333: Pickle the keyword attributes of AttributeError (#103352) by Charles Machalow · 2 years, 3 months ago
- a052be4 GH-104371: check return value of calling `mv.release` (#104417) by Kumar Aditya · 2 years, 3 months ago
- 45f5aa8 GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387) by Mark Shannon · 2 years, 3 months ago
- a781484 Fix refleak in `super_descr_get` (#104408) by Brandt Bucher · 2 years, 3 months ago
- a0a98dd gh-104371: Fix calls to `__release_buffer__` while an exception is active (#104378) by Jelle Zijlstra · 2 years, 3 months ago
- 7726245 gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270) by Carl Meyer · 2 years, 3 months ago
- 373bca0 GH-102181: Improve specialization stats for SEND (GH-102182) by penguin_wwy · 2 years, 3 months ago