| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23799: Added test.support.start_threads() for running and cleaning up | Serhiy Storchaka | 2015-04-01 | 1 | -9/+3 |
|
|
* | Make some tests more frienly to MemoryError. | Serhiy Storchaka | 2015-03-28 | 1 | -4/+6 |
|
|
* | Issue #21435: Segfault in gc with cyclic trash | Tim Peters | 2014-05-08 | 1 | -0/+32 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -5/+17 |
|\ |
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -6/+12 |
|
|
* | | Issue #1545463: Global variables caught in reference cycles are now garbage-c... | Antoine Pitrou | 2013-05-06 | 1 | -0/+36 |
|
|
* | | Issue #16351: New function gc.get_stats() returns per-generation collection s... | Antoine Pitrou | 2012-10-30 | 1 | -0/+26 |
|/ |
|
* | Issue #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 1 | -0/+69 |
|
|
* | pep8-ize test names | Antoine Pitrou | 2012-04-16 | 1 | -3/+3 |
|
|
* | Fix refleak in test_gc | Antoine Pitrou | 2012-04-16 | 1 | -1/+2 |
|
|
* | Issue #10576: Add a progress callback to gcmodule | Kristján Valur Jónsson | 2012-04-15 | 1 | -1/+135 |
|
|
* | Issue #11761: make tests for gc.get_count() less fragile | Antoine Pitrou | 2011-04-04 | 1 | -16/+27 |
|\ |
|
| * | Issue #11761: make tests for gc.get_count() less fragile | Antoine Pitrou | 2011-04-04 | 1 | -16/+27 |
| |\ |
|
| | * | Issue #11761: make tests for gc.get_count() less fragile | Antoine Pitrou | 2011-04-04 | 1 | -16/+27 |
|
|
* | | | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -1/+5 |
|/ / |
|
* | | Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. | Brian Curtin | 2010-11-01 | 1 | -0/+2 |
|
|
* | | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -3/+5 |
|
|
* | | Relax test condition (fix failures on FreeBSD buildbots) | Antoine Pitrou | 2010-09-16 | 1 | -2/+4 |
|
|
* | | Do not print additional shutdown message when gc.DEBUG_SAVEALL is set | Antoine Pitrou | 2010-09-14 | 1 | -4/+9 |
|
|
* | | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -1/+37 |
|/ |
|
* | Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from | Benjamin Peterson | 2009-04-04 | 1 | -1/+1 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+27 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -5/+17 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -586/+546 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | SF patch #1443865; gc.get_count() added and optional argument 'generation' | Barry Warsaw | 2006-03-07 | 1 | -0/+18 |
|
|
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 1 | -0/+199 |
|
|
* | New tests identical to boom and boom2, except using new-style classes. | Tim Peters | 2003-04-08 | 1 | -0/+44 |
|
|
* | s/referrents/referents/g. Gotta love that referrers remains rife with rs. | Tim Peters | 2003-04-08 | 1 | -11/+11 |
|
|
* | Finished implementing gc.get_referrents(): dealt with error and end | Tim Peters | 2003-04-08 | 1 | -1/+25 |
|
|
* | Reworked has_finalizer() to use the new _PyObject_Lookup() instead | Tim Peters | 2003-04-07 | 1 | -2/+3 |
|
|
* | Reworked move_finalizer_reachable() to create two distinct lists: | Tim Peters | 2003-04-06 | 1 | -4/+32 |
|
|
* | test_boom: More comments. Also check that len(gc.garbage) doesn't | Tim Peters | 2003-04-05 | 1 | -4/+9 |
|
|
* | Add Tim's gc boom test to the test suite. | Jeremy Hylton | 2003-04-04 | 1 | -0/+19 |
|
|
* | test_saveall(): Another small simplification; plus s/l/L/g. | Tim Peters | 2002-08-11 | 1 | -10/+8 |
|
|
* | And one more simplification to test_saveall(). | Tim Peters | 2002-08-10 | 1 | -11/+10 |
|
|
* | test_saveall(): Simplified a little, given that we only expect one item | Tim Peters | 2002-08-10 | 1 | -6/+4 |
|
|
* | If any trash happened to be sitting around waiting to get collected at | Tim Peters | 2002-08-10 | 1 | -1/+8 |
|
|
* | Test finalizers and GC from inside __del__ for new classes. | Guido van Rossum | 2002-08-09 | 1 | -0/+41 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | test_trashcan() and supporting class Ouch(): Jeremy noted that this test | Tim Peters | 2002-07-11 | 1 | -3/+9 |
|
|
* | Whitespace nit. | Guido van Rossum | 2002-06-13 | 1 | -1/+1 |
|
|
* | Add a testcase to ensure that cycles going through the __class__ link | Guido van Rossum | 2002-06-12 | 1 | -0/+6 |
|
|
* | test_trashcan: reword obscure code. | Tim Peters | 2002-03-28 | 1 | -1/+1 |
|
|
* | New test_traschcan() test in test_gc, which reliably provokes segfaults | Tim Peters | 2002-03-28 | 1 | -0/+29 |
|
|
* | Remove obsolete __static__/__dynamic__ distinction. | Tim Peters | 2001-10-15 | 1 | -11/+3 |
|
|
* | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -0/+19 |
|
|