GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_gc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport of a new test to check the interaction between cyclic GC
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