COMMITS
/ Modules/_weakref.c October 5, 2001
F
Adjust the _weakref module to use the public API for the weak reference
Fred Drake committed
August 29, 2001
N
Use new GC API.
Neil Schemenauer committed
August 16, 2001
F
Use METH_O where possible (two functions). This does not lead to real
Fred Drake committed
May 3, 2001
F
Remove an obsolete comment and a "return" before fallig off the end of a
Fred Drake committed
April 13, 2001
F
cleanup_helper(): Make sure we invalidate all reference objects
Fred Drake committed
March 23, 2001
T
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
Tim Peters committed
March 22, 2001
F
Inform the cycle-detector that the a weakref object no longer needs to be
Fred Drake committed
February 27, 2001
M
Patch #403985: Add support for weak-keyed dictionaries
Martin v. Löwis committed
February 26, 2001
F
cleanup_helper(): Added missing "void" type for the function, updated
Fred Drake committed
F
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
Fred Drake committed
February 18, 2001
F
Move docstrings out of function table to constants defined near the
Fred Drake committed
February 2, 2001
T
Repair legit compiler warning.
Tim Peters committed
T
Teach Windows build about the _weakref module.
Tim Peters committed
February 1, 2001
F
PEP 205, Weak References -- initial checkin.
Fred Drake committed