COMMITS
/ Modules/gcmodule.c September 9, 2019
V
bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782)
Victor Stinner committed
August 31, 2019
I
bpo-37990: fix gc stats (GH-15626)
Inada Naoki committed
August 2, 2019
I
bpo-37729: gc: write stats at once (GH-15050)
Inada Naoki committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 27, 2019
V
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner committed
April 26, 2019
V
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner committed
April 24, 2019
V
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner committed
April 15, 2019
V
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
Victor Stinner committed
February 23, 2019
P
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo committed
November 22, 2018
V
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner committed
V
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 26, 2018
V
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
Victor Stinner committed
October 25, 2018
V
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner committed
October 19, 2018
Q
Fix typos in comments (GH-9905)
Quan Tian committed
July 10, 2018
I
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki committed
May 29, 2018
S
bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)
Serhiy Storchaka committed
May 24, 2018
S
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
Serhiy Storchaka committed
May 21, 2018
I
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
INADA Naoki committed
February 2, 2018
Y
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov committed
January 29, 2018
P
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 18, 2018
V
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
October 16, 2017
B
bpo-31558: Add gc.freeze() (#3705)
brainfvck committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
February 4, 2017
S
Issue #20185: Converted the gc module to Argument Clinic.
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
September 10, 2016
Ł
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa committed
Ł
DTrace support: function calls, GC activity, line execution
Łukasz Langa committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
March 27, 2015
V
Issue #22117: The gc module now uses _PyTime_t timestamp
Victor Stinner committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
May 24, 2014
A
Cleanup other stats formatting code in gcmodule.c
Antoine Pitrou committed
May 8, 2014
T
Merge from 3.4.
Tim Peters committed
T
Issue #21435: Segfault in gc with cyclic trash
Tim Peters committed
May 2, 2014
V
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner committed
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
December 26, 2013
R
whatsnew for gc.get_stats, plus doc tweaks.
R David Murray committed
December 18, 2013
G
remove trailing spaces.
Gregory P. Smith committed