1. 9eee554 Standardize behavior: no docstrings in test functions. Also use by Guido van Rossum · 23 years ago
  2. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  3. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 23 years ago
  4. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
  5. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 24 years ago
  6. 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 24 years ago
  7. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 24 years ago
  8. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 24 years ago
  9. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 24 years ago
  10. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  11. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 24 years ago
  12. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 24 years ago
  13. aaa48ff Extend the weakref test suite to cover the complete mapping interface for by Fred Drake · 24 years ago
  14. 0e540c3 Added tests for Weak*Dictionary iterator support. by Fred Drake · 24 years ago
  15. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
  16. 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
  17. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 24 years ago
  18. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
  19. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  20. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  21. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago