Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1b776a2745bd1c87128dea32745539a5593379bd
/
Lib
/
UserDict.py
f3b3074
Patch #413171: Implement get, setdefault, update in terms of
by Martin v. Löwis
· 23 years ago
bedebbd
Added support for .iteritems(), .iterkeys(), .itervalues().
by Fred Drake
· 24 years ago
a3f98d6
Give UserDict new __contains__ and __iter__ methods.
by Tim Peters
· 24 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
1072c38
Add popitem().
by Guido van Rossum
· 24 years ago
164452c
Barry's patch to implement the new setdefault() method.
by Guido van Rossum
· 24 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
1697b9c
Improved a bunch of things.
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
fc3e61c
UserDict.get(): New method to mirror built-in dictionaries' get() method.
by Barry Warsaw
· 27 years ago
b94cd96
Fix bug in copy() by using copy.copy() instead of making assumptions
by Guido van Rossum
· 27 years ago
bd40d7e
Added the new dictionary methods to the wrapper class.
by Fred Drake
· 27 years ago
ae3b3a3
* test_*.py: new lambda syntax (also affects tests for filter, map,
by Guido van Rossum
· 31 years ago