| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add Garbage Collection support to new-style classes (not yet to their | Guido van Rossum | 2001-10-02 | 1 | -7/+23 |
|
|
* | The error reporting here was a bit sparse. In verbose mode, the code | Guido van Rossum | 2001-10-02 | 1 | -30/+24 |
|
|
* | Test GC of frame objects. | Neil Schemenauer | 2001-07-12 | 1 | -0/+11 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -3/+3 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -5/+5 |
|
|
* | - Add test for new SAVEALL debugging flag | Neil Schemenauer | 2000-09-22 | 1 | -31/+92 |
|
|
* | - add a new test | Neil Schemenauer | 2000-09-15 | 1 | -0/+22 |
|
|
* | Neil Schemenauer: GC enable(), disable(), isenabled() interface. | Vladimir Marangozov | 2000-08-06 | 1 | -0/+12 |
|
|
* | remove all prints (since the prints where of memory locations) | Jeremy Hylton | 2000-06-30 | 1 | -13/+0 |
|
|
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -0/+100 |
|
|