COMMITS
/ Include/objimpl.h 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
September 28, 2009
K
http://bugs.python.org/issue6836
Kristján Valur Jónsson committed
March 23, 2009
A
Merged revisions 70546 via svnmerge from
Antoine Pitrou committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
August 19, 2007
N
Remove _PyObject_Del
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 4, 2006
N
Make PyGC_Collect() use Py_ssize_t.
Neal Norwitz committed
March 1, 2006
M
Change GC refcount to Py_ssize_t.
Martin v. Löwis committed
February 16, 2006
M
Change _PyObject_GC_Resize to expect Py_ssize_t.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 26, 2006
B
Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given
Barry Warsaw committed
July 22, 2005
G
[ 1243081 ] repair typos
Georg Brandl committed
July 15, 2004
T
Formalize that the Py_VISIT macro requires that the tp_traverse
Tim Peters committed
July 14, 2004
J
Documented the new Py_VISIT macro to simplify implementation of
Jim Fulton committed
April 17, 2003
G
- New C API PyGC_Collect(), same as calling gc.collect().
Guido van Rossum committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
July 7, 2002
T
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters committed
July 2, 2002
T
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters committed
T
Reserved another gc_refs value for untracked objects. Every live gc
Tim Peters committed
May 4, 2002
N
_PyGC_generation0 is now a pointer
Neil Schemenauer committed
April 28, 2002
T
Moving pymalloc along.
Tim Peters committed
April 13, 2002
T
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
Tim Peters committed
April 12, 2002
T
First cut at repairing out-of-date comments; make alignment of macro defs
Tim Peters committed
N
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if
Neil Schemenauer committed
March 28, 2002
N
Add _Py_AS_GC macro. It will be used by the trashcan code on object.c.
Neil Schemenauer committed
March 22, 2002
N
Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)
Neil Schemenauer committed
March 18, 2002
N
Drop the PyCore_* memory API.
Neil Schemenauer committed
N
Simpilify PyCore_* macros by assuming the function prototypes for
Neil Schemenauer committed
February 28, 2002
T
PyGC_Head: Use "long double" instead of "double" as the worst-case
Tim Peters committed
October 11, 2001
T
SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0.
Tim Peters committed