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
/
_weakref.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3/+16
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-2/+2
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-2/+2
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+3
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-22/+3
*
Fix ref(), proxy() docstrings, based on comments from David Abrahams.
Fred Drake
2002-08-02
1
-3/+4
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-8/+8
*
Convert the ref() and proxy() implementations to use the new
Fred Drake
2001-10-23
1
-2/+2
*
Adjust the _weakref module to use the public API for the weak reference
Fred Drake
2001-10-05
1
-717/+15
*
Use new GC API.
Neil Schemenauer
2001-08-29
1
-10/+10
*
Use METH_O where possible (two functions). This does not lead to real
Fred Drake
2001-08-16
1
-29/+24
*
Remove an obsolete comment and a "return" before fallig off the end of a
Fred Drake
2001-05-03
1
-2/+0
*
cleanup_helper(): Make sure we invalidate all reference objects
Fred Drake
2001-04-13
1
-6/+41
*
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
Tim Peters
2001-03-23
1
-1/+1
*
Inform the cycle-detector that the a weakref object no longer needs to be
Fred Drake
2001-03-22
1
-1/+1
*
Patch #403985: Add support for weak-keyed dictionaries
Martin v. Löwis
2001-02-27
1
-2/+40
*
cleanup_helper(): Added missing "void" type for the function, updated
Fred Drake
2001-02-26
1
-6/+3
*
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
Fred Drake
2001-02-26
1
-3/+3
*
Move docstrings out of function table to constants defined near the
Fred Drake
2001-02-18
1
-11/+23
*
Repair legit compiler warning.
Tim Peters
2001-02-02
1
-1/+1
*
Teach Windows build about the _weakref module.
Tim Peters
2001-02-02
1
-1/+1
*
PEP 205, Weak References -- initial checkin.
Fred Drake
2001-02-01
1
-0/+757