summaryrefslogtreecommitdiffstats
path: root/Modules/_weakref.c
Commit message (Expand)AuthorAgeFilesLines
* Use METH_O where possible (two functions). This does not lead to realFred Drake2001-08-161-29/+24
* Remove an obsolete comment and a "return" before fallig off the end of aFred Drake2001-05-031-2/+0
* cleanup_helper(): Make sure we invalidate all reference objectsFred Drake2001-04-131-6/+41
* Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).Tim Peters2001-03-231-1/+1
* Inform the cycle-detector that the a weakref object no longer needs to beFred Drake2001-03-221-1/+1
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-2/+40
* cleanup_helper(): Added missing "void" type for the function, updatedFred Drake2001-02-261-6/+3
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-3/+3
* Move docstrings out of function table to constants defined near theFred Drake2001-02-181-11/+23
* Repair legit compiler warning.Tim Peters2001-02-021-1/+1
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-1/+1
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+757