1. 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 23 years ago
  2. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 23 years ago
  3. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
  4. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
  5. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  6. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 23 years ago
  7. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
  8. aaa48ff Extend the weakref test suite to cover the complete mapping interface for by Fred Drake · 23 years ago
  9. 0e540c3 Added tests for Weak*Dictionary iterator support. by Fred Drake · 23 years ago
  10. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 23 years ago
  11. 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
  12. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 24 years ago
  13. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
  14. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  15. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  16. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 24 years ago