1. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  2. 6d3265d Be more careful about maintaining the invariants; it was actually by Fred Drake · 20 years ago
  3. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  4. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  5. bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 20 years ago
  6. 6a2852c Fix bug in interpretation of the "callback" argument in the constructors for by Fred Drake · 21 years ago
  7. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  8. fe89cc1 Remove proxy_print(), since that caused an inconsistency between by Fred Drake · 21 years ago
  9. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  10. c1f6e8c - The repr() of a weakref object now shows the __name__ attribute of by Guido van Rossum · 21 years ago
  11. f16c3dc Add support for the iterator protocol to weakref proxy objects. by Fred Drake · 22 years ago
  12. 38a8916 Remove weakref free list. This has the side effect of fixing a memory by Neil Schemenauer · 22 years ago
  13. 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 23 years ago
  14. ef8ebd1 Make sure that when we invoke callback functions associated with weak by Fred Drake · 23 years ago
  15. d586756 weakref_repr(), proxy_repr(): Conversion of sprintf() to by Barry Warsaw · 23 years ago
  16. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  17. 996fad3 Referencable is not a word, so don't use it in an error message <wink>. by Jeremy Hylton · 23 years ago
  18. 31f4d1f Remove an unnecessary check for NULL. by Fred Drake · 23 years ago
  19. 73006d0 When weakref proxies are involved in binary & ternary slot operations, by Fred Drake · 23 years ago
  20. 8844d52 The weak reference implementation, separated from the weakref module. by Fred Drake · 23 years ago