index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
gcmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)
Serhiy Storchaka
2018-05-29
1
-4/+23
*
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
Serhiy Storchaka
2018-05-24
1
-8/+11
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
INADA Naoki
2018-05-21
1
-0/+1
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-106/+0
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+106
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+2
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
1
-3/+3
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-1/+63
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-213/+98
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-96/+213
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-213/+96
*
Issue #20185: Converted the gc module to Argument Clinic.
Serhiy Storchaka
2017-02-04
1
-98/+132
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-8/+4
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa
2016-09-10
1
-0/+9
*
DTrace support: function calls, GC activity, line execution
Łukasz Langa
2016-09-10
1
-0/+8
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-0/+1
*
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
*
Issue #22117: The gc module now uses _PyTime_t timestamp
Victor Stinner
2015-03-27
1
-6/+6
*
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-3/+3
*
Cleanup other stats formatting code in gcmodule.c
Antoine Pitrou
2014-05-24
1
-5/+3
*
Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...
Antoine Pitrou
2014-05-24
1
-41/+9
*
Merge from 3.4.
Tim Peters
2014-05-08
1
-11/+23
|
\
|
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-11/+23
*
|
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-4/+20
|
/
*
Issue #20315: Removed support for backward compatibility with early 2.x versi...
Serhiy Storchaka
2014-01-20
1
-14/+0
|
\
|
*
Issue #20315: Removed support for backward compatibility with early 2.x versi...
Serhiy Storchaka
2014-01-20
1
-14/+0
|
*
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
*
|
whatsnew for gc.get_stats, plus doc tweaks.
R David Murray
2013-12-26
1
-0/+1
*
|
Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple gu...
Antoine Pitrou
2013-08-15
1
-6/+13
*
|
In _PyGC_Fini(), lose the reference that was kept to the time module
Antoine Pitrou
2013-08-06
1
-0/+1
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-49/+107
*
|
Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems
Victor Stinner
2013-07-08
1
-2/+9
*
|
gcmodule.c: strip trailing spaces
Victor Stinner
2013-07-08
1
-7/+7
*
|
Issue #17937: Try harder to collect cyclic garbage at shutdown.
Antoine Pitrou
2013-05-18
1
-6/+25
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-1/+4
*
|
Issue #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
1
-4/+1
*
|
Issue #1545463: At shutdown, defer finalization of codec modules so that stde...
Antoine Pitrou
2013-05-08
1
-3/+7
*
|
Issue #1545463: Global variables caught in reference cycles are now garbage-c...
Antoine Pitrou
2013-05-06
1
-1/+7
*
|
Issue #16351: New function gc.get_stats() returns per-generation collection s...
Antoine Pitrou
2012-10-30
1
-0/+64
|
/
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-3/+57
|
\
|
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-3/+57
*
|
Issue #10576: Add a progress callback to gcmodule
Kristján Valur Jónsson
2012-04-15
1
-6/+74
*
|
Remove unused variable from gcmodule.c. The code no longer tests for the
Kristján Valur Jónsson
2012-04-08
1
-9/+0
*
|
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
Antoine Pitrou
2011-12-16
1
-0/+1
*
|
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou
2011-11-14
1
-0/+2
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1/+1
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-1/+3
[next]