COMMITS
/ Modules/_weakref.c June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 2, 2004
F
Make weak references subclassable:
Fred Drake committed
August 2, 2002
F
Fix ref(), proxy() docstrings, based on comments from David Abrahams.
Fred Drake committed
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
October 23, 2001
F
Convert the ref() and proxy() implementations to use the new
Fred Drake committed
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