aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/mapping_tests.py
Commit message (Expand)AuthorAge
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-05
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-08
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-24
* GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)Victor Stinner2023-09-08
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-04
* bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11...Walter Dörwald2019-06-06
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)Serhiy Storchaka2017-12-03
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-12
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-20
|\
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-20
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* | use assert[Not]In where appropriateEzio Melotti2010-01-23
* | Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-05
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
|/
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-06
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Fix test_os from breakage due to dict views.Brett Cannon2007-02-21
* Fix the damage to UserDict and its tests.Guido van Rossum2007-02-15
* Nailed test_weakref.py. Pfew, messy!Guido van Rossum2007-02-11
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Change the way __hash__ is inherited; when __eq__ or __cmp__ is overriddenGuido van Rossum2006-08-21
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-02
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-31