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