| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of | Victor Stinner | 2011-03-21 | 1 | -2/+2 |
|/ |
|
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -8/+0 |
|
|
* | Issue #10279: fix test_gc under Win64. | Antoine Pitrou | 2010-11-05 | 1 | -2/+2 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -10/+10 |
|
|
* | Do not print additional shutdown message when gc.DEBUG_SAVEALL is set | Antoine Pitrou | 2010-09-14 | 1 | -1/+2 |
|
|
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -9/+39 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -861/+861 |
|
|
* | Merged revisions 80704 via svnmerge from | Antoine Pitrou | 2010-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -2/+2 |
|
|