COMMITS
/ Objects/object.c April 20, 2022
D
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
Dong-hee Na committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
April 18, 2022
K
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya committed
March 18, 2022
V
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner committed
March 7, 2022
P
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Pablo Galindo Salgado committed
February 26, 2022
V
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner committed
February 25, 2022
V
bpo-1635741: Fix winreg reference leaks (GH-31560)
Victor Stinner committed
February 8, 2022
January 22, 2022
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
V
bpo-46417: _PyTypes_FiniTypes() clears object and type (GH-30798)
Victor Stinner committed
V
bpo-46417: Clear more static types (GH-30796)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
Victor Stinner committed
V
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner committed
December 9, 2021
December 7, 2021
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
V
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner committed
October 14, 2021
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
September 21, 2021
V
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner committed
August 31, 2021
V
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Victor Stinner committed
July 17, 2021
S
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka committed
July 1, 2021
V
bpo-43770: Cleanup _PyObject_GetMethod() (GH-26946)
Victor Stinner committed
June 23, 2021
V
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Victor Stinner committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
April 8, 2021
V
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner committed
April 7, 2021
V
bpo-43770: _PyTypes_Init() inits more static types (GH-25265)
Victor Stinner committed
V
bpo-43770: Sort types in _PyTypes_Init() (GH-25263)
Victor Stinner committed
April 2, 2021
V
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
November 24, 2020
H
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi committed
November 5, 2020
V
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner committed
October 10, 2020
S
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka committed
October 7, 2020
S
Fix comment about PyObject_IsTrue. (GH-22343)
Stefan Pochmann committed
July 17, 2020
B
Fix a small grammatical mistake in a comment (GH-21526)
Brett Cannon committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
June 10, 2020
V
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner committed
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
April 14, 2020
H
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi committed
V
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner committed
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner committed
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
April 6, 2020
V
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Hide implementation detail of trashcan macros (GH-18971)
Victor Stinner committed
V
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Victor Stinner committed