COMMITS
/ Lib/test/mapping_tests.py February 17, 2026
V
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Victor Stinner committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
March 24, 2025
V
gh-111178: Skip tests which require deep stack if UBsan (#131669)
Victor Stinner committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
April 8, 2024
E
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland committed
September 24, 2023
A
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood committed
September 8, 2023
V
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner committed
August 4, 2023
June 6, 2019
W
bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157)
Walter Dörwald committed
December 3, 2017
S
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
February 20, 2012
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
January 24, 2010
E
Merged revisions 77727 via svnmerge from
Ezio Melotti committed
January 23, 2010
E
use assert[Not]In where appropriate
Ezio Melotti committed
December 5, 2009
M
Issue #7435: Remove duplicate int/long tests, and other
Mark Dickinson committed
August 13, 2009
G
Merged revisions 73715 via svnmerge from
Georg Brandl committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
February 6, 2008
R
Migrate remaining tests from UserDict.UserDict to collections.UserDict.
Raymond Hettinger committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
February 21, 2007
B
Fix test_os from breakage due to dict views.
Brett Cannon committed
February 15, 2007
G
Fix the damage to UserDict and its tests.
Guido van Rossum committed
February 11, 2007
G
Nailed test_weakref.py. Pfew, messy!
Guido van Rossum committed
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 21, 2006
G
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
June 2, 2004
W
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald committed
May 31, 2004
W
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald committed