summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakref.py
Commit message (Expand)AuthorAgeFilesLines
* stylistic nits:Fred Drake2003-07-141-6/+8
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+11
* Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised onTim Peters2003-05-251-2/+10
* SF 742860: WeakKeyDictionary __delitem__ uses iterkeysTim Peters2003-05-251-0/+51
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-3/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+6
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-0/+17
* Standardize behavior: no docstrings in test functions. Also useGuido van Rossum2002-08-221-6/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-101-0/+11
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* 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