index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_gc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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