summaryrefslogtreecommitdiff
path: root/Lib/test/mapping_tests.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH...Serhiy Storchaka2018-02-021-0/+9
* Avoid py3k warnings related to sort() of unrelated types.Antoine Pitrou2012-02-221-3/+7
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-3/+8
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* use assert[Not]In where appropriateEzio Melotti2010-01-231-14/+15
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+9
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-51/+51
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-0/+4
* 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