COMMITS
/ Modules/gcmodule.c 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
August 15, 2013
A
Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard.
Antoine Pitrou committed
August 6, 2013
A
In _PyGC_Fini(), lose the reference that was kept to the time module
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
July 8, 2013
V
Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems
Victor Stinner committed
V
gcmodule.c: strip trailing spaces
Victor Stinner committed
May 18, 2013
A
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou committed
May 14, 2013
A
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou committed
May 8, 2013
A
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
Antoine Pitrou committed