summaryrefslogtreecommitdiff
path: root/Lib/test/test_gc.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28456)Serhiy Storchaka2021-09-201-20/+17
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Miss Islington (bot)2021-07-151-1/+33
* bpo-41984: GC track all user classes (GH-22701/GH-22702)Miss Skeleton (bot)2020-10-141-3/+3
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-5/+1
* bpo-39322: Add gc.is_finalized to check if an object has been finalised by th...Pablo Galindo2020-01-141-0/+18
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-3/+3
* bpo-38006: Add unit test for weakref clear bug (GH-16788)Neil Schemenauer2019-10-151-0/+66
* bpo-38379: Don't block collection of unreachable objects when some objects re...Pablo Galindo2019-10-131-16/+82
* bpo-38379: don't claim objects are collected when they aren't (#16658)Tim Peters2019-10-091-0/+70
* bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)Victor Stinner2019-10-071-6/+9
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-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