1. fe9e3b8 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  2. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 11 years ago
  3. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  4. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  5. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  6. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  7. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  8. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  9. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  10. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  11. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  12. 335244c Remove bogus declaration. by Fred Drake · 23 years ago
  13. 8844d52 The weak reference implementation, separated from the weakref module. by Fred Drake · 23 years ago