summaryrefslogtreecommitdiff
path: root/Lib/test/test_gc.py
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+87
|\
| * 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
* Add Tim's gc boom test to the test suite.Jeremy Hylton2003-04-041-0/+19
* test_saveall(): Another small simplification; plus s/l/L/g.Tim Peters2002-08-111-10/+8
* And one more simplification to test_saveall().Tim Peters2002-08-101-11/+10
* test_saveall(): Simplified a little, given that we only expect one itemTim Peters2002-08-101-6/+4
* If any trash happened to be sitting around waiting to get collected atTim Peters2002-08-101-1/+8
* Test finalizers and GC from inside __del__ for new classes.Guido van Rossum2002-08-091-0/+41
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* test_trashcan() and supporting class Ouch(): Jeremy noted that this testTim Peters2002-07-111-3/+9
* Whitespace nit.Guido van Rossum2002-06-131-1/+1