summaryrefslogtreecommitdiff
path: root/Lib/test/test_gc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-301-1/+1
* bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116)Pablo Galindo2019-03-011-12/+36
* bpo-36016: Add generation option to gc.getobjects() (GH-11909)Pablo Galindo2019-02-231-0/+32
* bpo-9263: Dump Python object on GC assertion failure (GH-10062)Victor Stinner2018-10-251-3/+66
* bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)Zackery Spytz2018-07-031-1/+16
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495Yury Selivanov2018-02-021-70/+1
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-1/+70
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-0/+6
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+1
* Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-2/+5
|\
| * Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-031-2/+5
* | test_gc: remove unused importsVictor Stinner2016-01-231-2/+0
|/
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-2/+3
* Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...Antoine Pitrou2015-04-131-0/+20
* Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-011-9/+3
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-281-4/+6
* Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-0/+32
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-5/+17
|\
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-6/+12
* | Issue #1545463: Global variables caught in reference cycles are now garbage-c...Antoine Pitrou2013-05-061-0/+36
* | Issue #16351: New function gc.get_stats() returns per-generation collection s...Antoine Pitrou2012-10-301-0/+26
|/
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-061-0/+69
* pep8-ize test namesAntoine Pitrou2012-04-161-3/+3
* Fix refleak in test_gcAntoine Pitrou2012-04-161-1/+2
* Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-1/+135
* Issue #11761: make tests for gc.get_count() less fragileAntoine Pitrou2011-04-041-16/+27
|\
| * Issue #11761: make tests for gc.get_count() less fragileAntoine Pitrou2011-04-041-16/+27
| |\
| | * Issue #11761: make tests for gc.get_count() less fragileAntoine Pitrou2011-04-041-16/+27
* | | Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-1/+5
|/ /
* | Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.Brian Curtin2010-11-011-0/+2
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-3/+5
* | Relax test condition (fix failures on FreeBSD buildbots)Antoine Pitrou2010-09-161-2/+4
* | Do not print additional shutdown message when gc.DEBUG_SAVEALL is setAntoine Pitrou2010-09-141-4/+9
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-1/+37
|/
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-041-1/+1
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+27
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-5/+17
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-586/+546
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-071-0/+18
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+199
* New tests identical to boom and boom2, except using new-style classes.Tim Peters2003-04-081-0/+44
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-081-11/+11
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-081-1/+25
* Reworked has_finalizer() to use the new _PyObject_Lookup() insteadTim Peters2003-04-071-2/+3
* Reworked move_finalizer_reachable() to create two distinct lists:Tim Peters2003-04-061-4/+32
* test_boom: More comments. Also check that len(gc.garbage) doesn'tTim Peters2003-04-051-4/+9