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
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-1/+1
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-1/+1
|
\
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-1/+1
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-46/+46
*
|
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-6/+4
*
|
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-14/+15
*
|
Issue #7435: Remove duplicate int/long tests, and other
Mark Dickinson
2009-12-05
1
-7/+0
*
|
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-46/+46
|
/
*
Migrate remaining tests from UserDict.UserDict to collections.UserDict.
Raymond Hettinger
2008-02-06
1
-5/+5
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-9/+9
*
Fix test_os from breakage due to dict views.
Brett Cannon
2007-02-21
1
-1/+1
*
Fix the damage to UserDict and its tests.
Guido van Rossum
2007-02-15
1
-3/+3
*
Nailed test_weakref.py. Pfew, messy!
Guido van Rossum
2007-02-11
1
-30/+34
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-9/+9
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-14/+11
*
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
Guido van Rossum
2006-08-21
1
-0/+4
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-13/+1
*
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