COMMITS
/ Objects/object.c November 29, 2022
V
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner committed
October 20, 2022
M
gh-98421: Clean Up PyObject_Print (GH-98422)
MonadChains committed
September 8, 2022
P
September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
August 15, 2022
M
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon committed
August 9, 2022
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 19, 2022
K
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
Kumar Aditya committed
May 14, 2022
K
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
Kumar Aditya committed
May 11, 2022
V
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
Victor Stinner committed
May 5, 2022
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
April 21, 2022
V
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner committed
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