1. c1f6e8c - The repr() of a weakref object now shows the __name__ attribute of by Guido van Rossum · 21 years ago
  2. f16c3dc Add support for the iterator protocol to weakref proxy objects. by Fred Drake · 22 years ago
  3. 38a8916 Remove weakref free list. This has the side effect of fixing a memory by Neil Schemenauer · 22 years ago
  4. 2a908f6 proxy_compare(): Make sure that we unwrap both objects being compared if by Fred Drake · 23 years ago
  5. ef8ebd1 Make sure that when we invoke callback functions associated with weak by Fred Drake · 23 years ago
  6. d586756 weakref_repr(), proxy_repr(): Conversion of sprintf() to by Barry Warsaw · 23 years ago
  7. d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
  8. 996fad3 Referencable is not a word, so don't use it in an error message <wink>. by Jeremy Hylton · 23 years ago
  9. 31f4d1f Remove an unnecessary check for NULL. by Fred Drake · 23 years ago
  10. 73006d0 When weakref proxies are involved in binary & ternary slot operations, by Fred Drake · 23 years ago
  11. 8844d52 The weak reference implementation, separated from the weakref module. by Fred Drake · 23 years ago