index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
mapping_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH...
Serhiy Storchaka
2018-02-02
1
-0/+9
*
Avoid py3k warnings related to sort() of unrelated types.
Antoine Pitrou
2012-02-21
1
-3/+7
*
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...
Florent Xicluna
2010-03-21
1
-3/+8
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-3/+3
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-14/+15
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-9/+3
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-3/+9
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-51/+51
*
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
Guido van Rossum
2007-11-22
1
-0/+4
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
1
-10/+10
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
1
-0/+672