- 313467e bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) by Serhiy Storchaka · 4 years ago
- 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 4 years ago
- ed1007c bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446) by Serhiy Storchaka · 4 years ago
- 1db7639 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Serhiy Storchaka · 4 years ago
- 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 4 years ago
- 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 4 years ago
- 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 4 years ago
- ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 4 years ago
- a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 4 years ago
- 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 4 years ago
- 38811d6 Fix typo in unicodeobject.c (GH-23180) by Ikko Ashimine · 4 years ago
- 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 4 years ago
- 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 4 years ago
- 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 4 years ago
- 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 4 years ago
- 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 4 years ago
- c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 4 years ago
- 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 4 years ago
- c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years ago
- 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 4 years ago
- 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years ago
- 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years ago
- b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 4 years ago
- fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years ago
- 492d513 Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960) by Pablo Galindo · 4 years ago
- c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 4 years ago
- 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 4 years ago
- 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
- a0c603c bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334) by Ma Lin · 4 years ago
- 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 4 years ago
- c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years, 1 month ago
- 04b8631 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Yannick Jadoul · 4 years, 1 month ago
- 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 1 month ago
- 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years, 1 month ago
- 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 1 month ago
- 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 1 month ago
- e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 1 month ago
- 77f0a23 Fix the attribute names in the docstring of GenericAlias (GH-22594) by Mikhail Golubev · 4 years, 1 month ago
- 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 1 month ago
- f90dc36 Fix comment about PyObject_IsTrue. (GH-22343) by Stefan Pochmann · 4 years, 1 month ago
- 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years, 1 month ago
- d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 4 years, 1 month ago
- 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 1 month ago
- 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 1 month ago
- fa7ce08 bpo-41870: Avoid the test when nargs=0 (GH-22462) by Dong-hee Na · 4 years, 1 month ago
- e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 1 month ago
- a195bce bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) by Dong-hee Na · 4 years, 1 month ago
- d73cf7c bpo-41428: Fix compiler warning in unionobject.c (GH-22416) by Victor Stinner · 4 years, 1 month ago
- d67de0a bpo-41428: Fix compiler warnings in unionobject.c (GH-22388) by Victor Stinner · 4 years, 1 month ago
- bbeb223 bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) by Victor Stinner · 4 years, 1 month ago
- 97d15ae bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) by Victor Stinner · 4 years, 1 month ago
- 7f413a5 bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376) by Victor Stinner · 4 years, 1 month ago
- 6c33385 bpo-41756: Refactor gen_send_ex(). (GH-22330) by Serhiy Storchaka · 4 years, 1 month ago
- 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 4 years, 1 month ago
- 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 4 years, 2 months ago
- 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 4 years, 2 months ago
- bb083d3 bpo-1635741: Port _string module to multi-phase init (GH-22148) by Victor Stinner · 4 years, 2 months ago
- b0ac5d7 bpo-41732: add iterator to memoryview (GH-22119) by dxflores · 4 years, 2 months ago
- 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 4 years, 2 months ago
- 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 4 years, 2 months ago
- fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 4 years, 3 months ago
- d9323a8 bpo-41493: Refactoring dictresize (GH-21751) by Inada Naoki · 4 years, 3 months ago
- db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 4 years, 3 months ago
- 488512b A (very) slight speed improvement for iterating over bytes (#21705) by Guido van Rossum · 4 years, 3 months ago
- 5a2bac7 bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) by Serhiy Storchaka · 4 years, 3 months ago
- 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 4 years, 3 months ago
- e123012 bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) by Dong-hee Na · 4 years, 3 months ago
- 6bf32373 bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) by Serhiy Storchaka · 4 years, 4 months ago
- c53b310 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by scoder · 4 years, 4 months ago
- 80a5036 bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) by Serhiy Storchaka · 4 years, 4 months ago
- d583738 Fix a small grammatical mistake in a comment (GH-21526) by Brett Cannon · 4 years, 4 months ago
- cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 4 years, 4 months ago
- 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 4 months ago
- 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years, 4 months ago
- 0f9aa47 bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) by Serhiy Storchaka · 4 years, 4 months ago
- 8b33961 bpo-29590: fix stack trace for gen.throw() with yield from (#19896) by Chris Jerdonek · 4 years, 4 months ago
- 61fc23c bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by stratakis · 4 years, 4 months ago
- b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years, 4 months ago
- 3549ca3 bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) by Victor Stinner · 4 years, 4 months ago
- 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 4 years, 4 months ago
- 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years, 4 months ago
- 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 4 years, 4 months ago
- 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 4 months ago
- b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years, 4 months ago
- e67f7db bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) by Serhiy Storchaka · 4 years, 4 months ago
- 5b96370 Fix typo in Object/listobject.c (GH-21079) by Jeong Ukjae · 4 years, 4 months ago
- e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years, 4 months ago
- d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years, 4 months ago
- 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 4 months ago
- 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 4 months ago
- 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 4 months ago
- 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 4 months ago
- 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 4 years, 4 months ago
- 90ed8a6 bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) by Victor Stinner · 4 years, 4 months ago
- f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 4 months ago
- 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 4 months ago
- f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 4 months ago
- 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 4 years, 4 months ago
- 61b6492 bpo-36710: Pass tstate explicitly in abstract.c (GH-21075) by Victor Stinner · 4 years, 4 months ago
- c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 4 months ago