1. 0d429e8 Convert the ref() and proxy() implementations to use the new by Fred Drake · 23 years ago
  2. f7f8cad Adjust the _weakref module to use the public API for the weak reference by Fred Drake · 23 years ago
  3. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  4. 7fdc0a1 Use METH_O where possible (two functions). This does not lead to real by Fred Drake · 23 years ago
  5. 9b03e59 Remove an obsolete comment and a "return" before fallig off the end of a by Fred Drake · 23 years ago
  6. 2a5a5ca cleanup_helper(): Make sure we invalidate all reference objects by Fred Drake · 23 years ago
  7. a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 23 years ago
  8. 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 23 years ago
  9. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  10. 32efcdb cleanup_helper(): Added missing "void" type for the function, updated by Fred Drake · 23 years ago
  11. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  12. 7855aba Move docstrings out of function table to constants defined near the by Fred Drake · 23 years ago
  13. 231e22f Repair legit compiler warning. by Tim Peters · 23 years ago
  14. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  15. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago