Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
8af41ceece953bfb4f1d84d3fc11435a3edbb1d8
/
Modules
/
_weakref.c
610291c
Fix ref(), proxy() docstrings, based on comments from David Abrahams.
by Fred Drake
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
0d429e8
Convert the ref() and proxy() implementations to use the new
by Fred Drake
· 23 years ago
f7f8cad
Adjust the _weakref module to use the public API for the weak reference
by Fred Drake
· 23 years ago
e83c00e
Use new GC API.
by Neil Schemenauer
· 23 years ago
7fdc0a1
Use METH_O where possible (two functions). This does not lead to real
by Fred Drake
· 23 years ago
9b03e59
Remove an obsolete comment and a "return" before fallig off the end of a
by Fred Drake
· 24 years ago
2a5a5ca
cleanup_helper(): Make sure we invalidate all reference objects
by Fred Drake
· 24 years ago
a5d7b74
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
by Tim Peters
· 24 years ago
82f1480
Inform the cycle-detector that the a weakref object no longer needs to be
by Fred Drake
· 24 years ago
5e16333
Patch #403985: Add support for weak-keyed dictionaries
by Martin v. Löwis
· 24 years ago
32efcdb
cleanup_helper(): Added missing "void" type for the function, updated
by Fred Drake
· 24 years ago
b60654b
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
by Fred Drake
· 24 years ago
7855aba
Move docstrings out of function table to constants defined near the
by Fred Drake
· 24 years ago
231e22f
Repair legit compiler warning.
by Tim Peters
· 24 years ago
747d5b6
Teach Windows build about the _weakref module.
by Tim Peters
· 24 years ago
41deb1e
PEP 205, Weak References -- initial checkin.
by Fred Drake
· 24 years ago