summaryrefslogtreecommitdiff
path: root/Lib/test/test_weakref.py
Commit message (Expand)AuthorAgeFilesLines
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Regression test for SF bug #478534 -- exceptions could "leak" into a weakrefFred Drake2001-12-101-0/+25
* Add a regression test for SF bug #478536: If a value cannot be weaklyFred Drake2001-11-061-1/+5
* Add a test for calling a weakref proxy with a dictionary of keyword args.Fred Drake2001-10-181-0/+3
* Make sure we do not core dump when using proxies with the binary slotFred Drake2001-10-181-0/+8
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-3/+11
* Added tests for key deletion for both Weak*Dictionary flavors.Fred Drake2001-09-061-0/+22
* Make sure that WeakValueDictionary[] raises KeyError instead of TypeErrorFred Drake2001-08-031-0/+5
* Extend the weakref test suite to cover the complete mapping interface forFred Drake2001-05-101-4/+61
* Added tests for Weak*Dictionary iterator support.Fred Drake2001-05-021-10/+54
* Add a test case for Weak*Dictionary.update() that would have caught aFred Drake2001-04-161-0/+25
* Added regression test for SF bug #415660 (failure to invalidate allFred Drake2001-04-131-5/+24
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-231-236/+252
* Add tests for the .copy() methods of both weak dictionary classes.Fred Drake2001-03-011-1/+15
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-0/+18
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+218