1. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  2. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 21 years ago
  3. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 21 years ago
  4. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 21 years ago
  5. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  6. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  7. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  8. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 21 years ago
  9. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  10. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  11. 9eee554 Standardize behavior: no docstrings in test functions. Also use by Guido van Rossum · 22 years ago
  12. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  13. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 22 years ago
  14. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 22 years ago
  15. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 23 years ago
  16. 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 23 years ago
  17. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 23 years ago
  18. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  19. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  20. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  21. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 23 years ago
  22. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  23. aaa48ff Extend the weakref test suite to cover the complete mapping interface for by Fred Drake · 23 years ago
  24. 0e540c3 Added tests for Weak*Dictionary iterator support. by Fred Drake · 23 years ago
  25. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 23 years ago
  26. 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 23 years ago
  27. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 23 years ago
  28. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 23 years ago
  29. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 23 years ago
  30. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  31. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 23 years ago