Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend the weakref test suite to cover the complete mapping interface for | Fred Drake | 2001-05-10 | 1 | -4/+61 |
* | Added tests for Weak*Dictionary iterator support. | Fred Drake | 2001-05-02 | 1 | -10/+54 |
* | Add a test case for Weak*Dictionary.update() that would have caught a | Fred Drake | 2001-04-16 | 1 | -0/+25 |
* | Added regression test for SF bug #415660 (failure to invalidate all | Fred Drake | 2001-04-13 | 1 | -5/+24 |
* | Use the WeakKeyDictionary and WeakValueDictionary classes directly | Fred Drake | 2001-04-10 | 1 | -2/+2 |
* | Convert the weakref test suite to PyUNIT, and add tests that exercise weak | Fred Drake | 2001-03-23 | 1 | -236/+252 |
* | Add tests for the .copy() methods of both weak dictionary classes. | Fred Drake | 2001-03-01 | 1 | -1/+15 |
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -0/+18 |
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+218 |