Commits
User selector
Commit History
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Apr 29, 2021
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Show description for 645ed62authored
Commits on Apr 28, 2021
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
Show description for 3cc481bauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthoredbpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2authored
Commits on Apr 11, 2020
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Show description for f13072bauthored
Commits on Apr 7, 2020
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Show description for 9205520authored
Commits on Feb 5, 2020
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Show description for f58bd7cauthored
Commits on Mar 27, 2019
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Show description for 364f0b0authored andcommitted
Commits on Nov 23, 2018
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Show description for e421106authoredbpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Show description for b509d52authored
Commits on Nov 22, 2018
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Show description for 2ff8fb7authored
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1authored
Commits on Nov 20, 2018
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
Show description for 3e21ad1authored
Commits on Nov 13, 2018
bpo-35081: Make some _PyGC macros internal (GH-10507)
Show description for 1a6be91authored
Commits on Oct 29, 2018
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Show description for 542497aauthored
Commits on Oct 26, 2018
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Show description for b4435e2authored
Commits on Jul 10, 2018
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7authored andcommitted
Commits on Feb 6, 2018
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Show description for 517da1eauthored andcommitted
Commits on Dec 6, 2017
bpo-32030: Add pymain_get_global_config() (#4735)
Show description for 6bf992aauthored
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8committed
Commits on Sep 11, 2016
Commits on Sep 10, 2016
Don't run garbage collection on interpreter exit if it was explicitly disabled
Show description for fef7e94committed
Commits on May 2, 2014
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Show description for db067afcommitted
Commits on Mar 15, 2014
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 46e1ce2committedIssue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 9594942committed
Commits on Jul 30, 2013
Commits on Jul 7, 2013
Issue #3329: Implement the PEP 445
Show description for 0507bf5committed
Commits on Jun 15, 2013
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Show description for 36f01adcommitted
Commits on Jun 14, 2013
Issue #3329: Add new APIs to customize memory allocators
Show description for 4d70562committed
Commits on May 18, 2013
Commits on Dec 11, 2012
Using 'long double' to force this structure to be worst case aligned is no
Show description for e348c8dcommitted