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
/
Modules
/
gcmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert a bunch of constant strings in C to unicode.
Neal Norwitz
2007-08-23
1
-1/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-11/+11
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+1
*
Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no
Thomas Wouters
2006-08-21
1
-1/+1
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
1
-29/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-8/+15
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-26/+49
*
SF patch #1443865; gc.get_count() added and optional argument 'generation'
Barry Warsaw
2006-03-07
1
-5/+34
*
Fix warnings on x86 (32-bit) and support Win64.
Neal Norwitz
2006-03-06
1
-2/+15
*
Make PyGC_Collect() use Py_ssize_t.
Neal Norwitz
2006-03-04
1
-11/+11
*
Change GC refcount to Py_ssize_t.
Martin v. Löwis
2006-03-01
1
-1/+1
*
Change _PyObject_GC_Resize to expect Py_ssize_t.
Martin v. Löwis
2006-02-16
1
-1/+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-1/+1
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
1
-3/+1
*
Add missing INCREF.
Neil Schemenauer
2005-06-18
1
-0/+1
*
gc_list_move(): Make this truly equivalent to remove+append. While
Tim Peters
2004-11-01
1
-3/+5
*
gc list function cleanup.
Tim Peters
2004-11-01
1
-15/+31
*
handle_weakrefs(): Simplification -- there's no need to make a second
Tim Peters
2004-10-31
1
-58/+28
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-30
1
-106/+183
*
Convert return value to boolean.
Raymond Hettinger
2004-01-04
1
-1/+1
*
Silence GCC warning when asserts are turned off.
Guido van Rossum
2003-11-24
1
-2/+1
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-13/+129
*
update_refs(): assert that incoming refcounts aren't 0. The comment
Tim Peters
2003-11-14
1
-0/+19
*
Bug #794140: cygwin builds do not embed
Jason Tishler
2003-09-04
1
-1/+1
*
- New C API PyGC_Collect(), same as calling gc.collect().
Guido van Rossum
2003-04-17
1
-1/+19
*
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Tim Peters
2003-04-08
1
-8/+8
*
Finished implementing gc.get_referrents(): dealt with error and end
Tim Peters
2003-04-08
1
-6/+15
*
Comment repair; no semantic changes.
Tim Peters
2003-04-07
1
-4/+5
*
Reworked has_finalizer() to use the new _PyObject_Lookup() instead
Tim Peters
2003-04-07
1
-73/+45
*
initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size.
Tim Peters
2003-04-06
1
-17/+14
*
handle_finalizers(): Rewrote to call append_objects() and gc_list_merge()
Tim Peters
2003-04-06
1
-36/+31
*
Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that
Tim Peters
2003-04-06
1
-44/+17
*
Reworked move_finalizer_reachable() to create two distinct lists:
Tim Peters
2003-04-06
1
-31/+57
*
move_finalizers(): Rewrote. It's not necessary for this routine
Tim Peters
2003-04-05
1
-29/+20
*
New comments. Rewrote has_finalizer() as a sequence of ifs instead of
Tim Peters
2003-04-05
1
-6/+21
*
Fixed new seemingly random segfaults, by moving the initialization of
Tim Peters
2003-04-05
1
-8/+11
*
Fix Tim's boom example.
Jeremy Hylton
2003-04-04
1
-20/+54
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+1
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+32
*
Fix typo.
Martin v. Löwis
2002-11-09
1
-1/+1
*
For new-style classes, we can now test for tp_del instead of asking
Guido van Rossum
2002-08-09
1
-3/+3
*
Trashcan cleanup: Now that cyclic gc is always there, the trashcan
Tim Peters
2002-07-07
1
-0/+3
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
1
-23/+0
*
gc_list_move defined but not used.
Michael W. Hudson
2002-07-04
1
-15/+0
*
visit_decref(): Added another assert.
Tim Peters
2002-07-02
1
-0/+1
*
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters
2002-07-02
1
-39/+66
*
Reserved another gc_refs value for untracked objects. Every live gc
Tim Peters
2002-07-02
1
-6/+16
*
OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's
Tim Peters
2002-07-01
1
-96/+163
[next]