Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d62269f9207ca9ac539c9216a9b41cab4f62d5e4
/
Lib
/
test
/
mapping_tests.py
f80680d
Migrate remaining tests from UserDict.UserDict to collections.UserDict.
by Raymond Hettinger
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
67582d2
Fix test_os from breakage due to dict views.
by Brett Cannon
· 18 years ago
d81206d
Fix the damage to UserDict and its tests.
by Guido van Rossum
· 18 years ago
07f2436
Nailed test_weakref.py. Pfew, messy!
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 18 years ago
3893815
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
118f931
Rename class attribute containing the class to be tested, so the name is the
by Walter Dörwald
· 20 years ago
0a6d0ff
Port the dictionary tests from test_types.py to unittest. Collect as much
by Walter Dörwald
· 20 years ago