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
/
test_dict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-3/+73
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-4/+4
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+8
*
Fix for test_dict.py, thanks to Eduardo O Padoan.
Guido van Rossum
2007-02-14
1
-5/+5
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4/+4
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+10
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-5/+6
*
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
-12/+2
*
Use *absolute* import now that it is required. (Should this go into 2.5? Ho...
Neal Norwitz
2006-03-24
1
-1/+1
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-0/+50
*
Expand scope to include general mapping protocol tests.
Raymond Hettinger
2004-09-30
1
-0/+13
*
Add missing test_dict.py from patch #736962.
Walter Dörwald
2004-09-30
1
-0/+404