COMMITS
/ Include/objimpl.h February 16, 2024
V
gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#115560)
Victor Stinner committed
December 7, 2023
C
bpo-42519: Remove outdated sentence in comment (#112822)
Christopher Chavez committed
September 1, 2023
V
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner committed
March 14, 2023
J
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower committed
June 26, 2022
V
gh-87347: Fix PyObject_NEW() regression (#94234)
Victor Stinner committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
May 3, 2022
V
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner committed
May 2, 2022
V
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner committed
April 27, 2022
V
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
April 28, 2021
S
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
April 11, 2020
P
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Pablo Galindo committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
February 5, 2020
V
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner committed
March 27, 2019
E
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo committed
November 23, 2018
V
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner committed
V
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner committed
November 22, 2018
V
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 20, 2018
V
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
Victor Stinner committed
November 13, 2018
V
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner committed
October 29, 2018
V
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Victor Stinner committed
October 26, 2018
V
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner committed
July 10, 2018
I
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki committed
June 9, 2018
C
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer committed
February 6, 2018
A
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Alexey committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka committed
September 10, 2016
Ł
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa committed
May 2, 2014
V
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner committed
March 15, 2014
B
cast negative numbers to size_t before shifting them (#20929)
Benjamin Peterson committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
July 7, 2013
V
Issue #3329: Implement the PEP 445
Victor Stinner committed
June 15, 2013
V
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
June 14, 2013
V
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
May 18, 2013
A
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou committed
December 11, 2012
G
Using 'long double' to force this structure to be worst case aligned is no
Gregory P. Smith committed
December 9, 2012
September 20, 2012
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
January 4, 2011
A
Issue #10333: Remove ancient GC API, which has been deprecated since
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed