1. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  2. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  3. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  4. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  6. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  7. 610291c Fix ref(), proxy() docstrings, based on comments from David Abrahams. by Fred Drake · 22 years ago
  8. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  9. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  10. 0d429e8 Convert the ref() and proxy() implementations to use the new by Fred Drake · 23 years ago
  11. f7f8cad Adjust the _weakref module to use the public API for the weak reference by Fred Drake · 23 years ago
  12. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  13. 7fdc0a1 Use METH_O where possible (two functions). This does not lead to real by Fred Drake · 23 years ago
  14. 9b03e59 Remove an obsolete comment and a "return" before fallig off the end of a by Fred Drake · 23 years ago
  15. 2a5a5ca cleanup_helper(): Make sure we invalidate all reference objects by Fred Drake · 23 years ago
  16. a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 23 years ago
  17. 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 23 years ago
  18. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  19. 32efcdb cleanup_helper(): Added missing "void" type for the function, updated by Fred Drake · 23 years ago
  20. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  21. 7855aba Move docstrings out of function table to constants defined near the by Fred Drake · 23 years ago
  22. 231e22f Repair legit compiler warning. by Tim Peters · 23 years ago
  23. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  24. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago