1. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  2. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 24 years ago
  3. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 24 years ago
  4. aaa48ff Extend the weakref test suite to cover the complete mapping interface for by Fred Drake · 24 years ago
  5. 0e540c3 Added tests for Weak*Dictionary iterator support. by Fred Drake · 24 years ago
  6. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
  7. 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
  8. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 24 years ago
  9. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
  10. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  11. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  12. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 25 years ago