summaryrefslogtreecommitdiff
path: root/Lib/test/mapping_tests.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11...Walter Dörwald2019-06-061-3/+5
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)Serhiy Storchaka2017-12-031-0/+9
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+1
|\
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-46/+46
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-6/+4
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-14/+15
* | Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-7/+0
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-46/+46
|/
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-061-5/+5
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-9/+9
* Fix test_os from breakage due to dict views.Brett Cannon2007-02-211-1/+1
* Fix the damage to UserDict and its tests.Guido van Rossum2007-02-151-3/+3
* Nailed test_weakref.py. Pfew, messy!Guido van Rossum2007-02-111-30/+34
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-9/+9
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-14/+11
* Change the way __hash__ is inherited; when __eq__ or __cmp__ is overriddenGuido van Rossum2006-08-211-0/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-13/+1
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-10/+10
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-0/+672