- 6aa59c6 bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) (GH-27174) by Miss Islington (bot) · 4 years, 1 month ago
- 2ce8af3 bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162) by Miss Islington (bot) · 4 years, 1 month ago
- cc1a47c bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143) by Miss Islington (bot) · 4 years, 1 month ago
- 6dec525 [3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142) by Serhiy Storchaka · 4 years, 1 month ago
- b42eee7 bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120) by Miss Islington (bot) · 4 years, 1 month ago
- d17cc1f bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021) by Miss Islington (bot) · 4 years, 1 month ago
- 68330b6 bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) by Miss Islington (bot) · 4 years, 1 month ago
- 000b9e8 bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009) by Miss Islington (bot) · 4 years, 1 month ago
- 0856134 bpo-44553 : Implement GC methods for types.Union (GH-26993) by Miss Islington (bot) · 4 years, 1 month ago
- 2df13e1 bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) by Miss Islington (bot) · 4 years, 1 month ago
- 7e6cad7 bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852) by Miss Islington (bot) · 4 years, 2 months ago
- 929dd81 [3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703) by Mark Dickinson · 4 years, 2 months ago
- c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 4 years, 2 months ago
- 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 4 years, 3 months ago
- 50b0d14 bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290) by Miss Islington (bot) · 4 years, 3 months ago
- c4c3beb bpo-44114: Remove redundant cast. (GH-26098) by Miss Islington (bot) · 4 years, 3 months ago
- 7cbe6ca bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) by Miss Islington (bot) · 4 years, 3 months ago
- c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 3 months ago
- 33ec88a bpo-43977: Make sure that tp_flags for pattern matching are inherited correctly. (GH-25813) by Mark Shannon · 4 years, 3 months ago
- e374a40 bpo-43901: Fix refleaks in test_module (GH-25754) by Pablo Galindo · 4 years, 3 months ago
- 6414138 bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743) by Erlend Egeberg Aasland · 4 years, 3 months ago
- 9032cf5 bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) by Jakub Kulík · 4 years, 3 months ago
- 4908fae bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) by Victor Stinner · 4 years, 3 months ago
- 3bb0994 bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) by Victor Stinner · 4 years, 3 months ago
- b73b5fb bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714) by Erlend Egeberg Aasland · 4 years, 3 months ago
- 069e81a bpo-43977: Use tp_flags for collection matching (GH-25723) by Mark Shannon · 4 years, 3 months ago
- 175a54b Two minor fixes for accessing a module's name. (#25658) by larryhastings · 4 years, 3 months ago
- 2f2b698 bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623) by larryhastings · 4 years, 3 months ago
- 87655e2 bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) by Steve Dower · 4 years, 3 months ago
- 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 3 months ago
- 088a15c bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line number. (GH-25717) by Mark Shannon · 4 years, 4 months ago
- c76da79 bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) by Mark Shannon · 4 years, 4 months ago
- 8557edb bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186) by Hristo Venev · 4 years, 4 months ago
- 3b52c8d bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) by Erlend Egeberg Aasland · 4 years, 4 months ago
- 859577c bpo-41559: Change PEP 612 implementation to pure Python (#25449) by Ken Jin · 4 years, 4 months ago
- 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 4 years, 4 months ago
- a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 4 years, 4 months ago
- a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 4 years, 4 months ago
- cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 4 years, 4 months ago
- 760da62 bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505) by Victor Stinner · 4 years, 4 months ago
- d4aaa34 bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags (GH-25504) by Victor Stinner · 4 years, 4 months ago
- 3b82cae bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444) by Pablo Galindo · 4 years, 4 months ago
- 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 4 years, 4 months ago
- 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 4 years, 4 months ago
- a328d73 bpo-43770: Cleanup type_ready() (GH-25388) by Victor Stinner · 4 years, 4 months ago
- 65f058e bpo-43770: Reorder type_ready() (GH-25373) by Victor Stinner · 4 years, 4 months ago
- 553ee27 bpo-43682: Make staticmethod objects callable (GH-25117) by Victor Stinner · 4 years, 4 months ago
- 53114ff bpo-43770: Refactor PyType_Ready() function (GH-25336) by Victor Stinner · 4 years, 4 months ago
- dfb4532 bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238) by Dennis Sweeney · 4 years, 4 months ago
- 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 4 months ago
- ecf14e6 bpo-43770: Refactor type_new() function (GH-25325) by Victor Stinner · 4 years, 4 months ago
- 507a574 bpo-43682: @staticmethod inherits attributes (GH-25268) by Victor Stinner · 4 years, 4 months ago
- b98eba5 bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) by Victor Stinner · 4 years, 4 months ago
- df5dc1c bpo-43770: _PyTypes_Init() inits more static types (GH-25265) by Victor Stinner · 4 years, 4 months ago
- a518099 bpo-43770: Sort types in _PyTypes_Init() (GH-25263) by Victor Stinner · 4 years, 4 months ago
- b37181e bpo-43683: Handle generator entry in bytecode (GH-25138) by Mark Shannon · 4 years, 4 months ago
- 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 4 years, 4 months ago
- 442ad74 bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) by Victor Stinner · 4 years, 4 months ago
- fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 4 months ago
- 078a343 When printing stats, move radix tree info to its own section. (GH-25125) by Tim Peters · 4 years, 4 months ago
- dec0757 bpo-43179: Generalise alignment for optimised string routines (GH-24624) by Jessica Clarke · 4 years, 4 months ago
- 85b6b70 bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474) by Neil Schemenauer · 4 years, 5 months ago
- 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
- 11b85ab bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032) by Pablo Galindo · 4 years, 5 months ago
- 7278959 bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010) by Raymond Hettinger · 4 years, 5 months ago
- 919d42d bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005) by Pablo Galindo · 4 years, 5 months ago
- a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 4 years, 5 months ago
- f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 4 years, 5 months ago
- ee48c7d bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804) by Dino Viehland · 4 years, 5 months ago
- 7cb033c bpo-43494: Make some minor changes to lnotab notes (GH-24861) by Skip Montanaro · 4 years, 5 months ago
- fc980e0 bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918) by Victor Stinner · 4 years, 5 months ago
- 9976834 bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Victor Stinner · 4 years, 5 months ago
- 75048c8 bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822) by junyixie · 4 years, 5 months ago
- 0632b10 bpo-42128: Add __match_args__ to structseq-based classes (GH-24732) by Pablo Galindo · 4 years, 5 months ago
- c994ffe bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479) by Jozef Grajciar · 4 years, 5 months ago
- 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 4 years, 6 months ago
- 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
- cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
- b19855b bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058) by Dennis Sweeney · 4 years, 6 months ago
- d5fc998 bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582) by Victor Stinner · 4 years, 6 months ago
- d439fb3 bpo-43277: Add PySet_CheckExact to the C-API (GH-24598) by Pablo Galindo · 4 years, 6 months ago
- 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
- bcb094b bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) by Victor Stinner · 4 years, 6 months ago
- 101bf69 bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577) by Victor Stinner · 4 years, 6 months ago
- 44085a3 bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) by Victor Stinner · 4 years, 6 months ago
- a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 4 years, 6 months ago
- cd80f43 bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553) by Erlend Egeberg Aasland · 4 years, 6 months ago
- cc54001 bpo-40170: Always define PyIter_Check() as a function (GH-24548) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 871eb42 bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) by Erlend Egeberg Aasland · 4 years, 6 months ago
- 0332e56 bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) by Mark Shannon · 4 years, 6 months ago
- 86e322f bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384) by Pablo Galindo · 4 years, 6 months ago
- a619263 bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356) by Victor Stinner · 4 years, 7 months ago
- d6c33fb bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298) by Mark Shannon · 4 years, 7 months ago
- c9b8e9c bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) by Victor Stinner · 4 years, 7 months ago
- 250035d bpo-42923: Dump extension modules on fatal error (GH-24207) by Victor Stinner · 4 years, 7 months ago
- 61d8c54 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) by Tobias Holl · 4 years, 7 months ago
- ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 4 years, 7 months ago
- 5d3553b bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073) by Zackery Spytz · 4 years, 7 months ago
- 49cd68f bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) by Ken Jin · 4 years, 7 months ago
- c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 4 years, 8 months ago