GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
mapping_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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