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
/
UserDict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
The default argument in dict.setdefault() defaults to None.
Walter Dörwald
2004-05-27
1
-1/+1
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-11/+17
*
Make sure the UserDict copies do not share the same underlying
Raymond Hettinger
2003-12-21
1
-1/+1
*
SF bug #849662. Dramatically, improve comparison speed for "if shl == None".
Raymond Hettinger
2003-12-04
1
-0/+2
*
SF patch #693753: fix for bug 639806: default for dict.pop
Raymond Hettinger
2003-03-06
1
-4/+12
*
typo in comment
Barry Warsaw
2003-01-31
1
-1/+1
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-01-22
1
-2/+4
*
Bring UserDict in-sync with changes to dict.
Raymond Hettinger
2002-11-27
1
-6/+12
*
Implement dict() style constructor.
Raymond Hettinger
2002-11-22
1
-3/+8
*
Improve DictMixin.
Raymond Hettinger
2002-11-18
1
-23/+38
*
SF patch #520382: Expand shelve.py to have a full dictionary interface
Raymond Hettinger
2002-11-15
1
-0/+64
*
Add pop() to UserDict.
Guido van Rossum
2002-04-13
1
-0/+2
*
copy(): Make sure the copy of a derived class cannot share the data of the
Fred Drake
2001-11-05
1
-1/+8
*
Remove the __iter__ method from the UserDict class -- it can silently
Guido van Rossum
2001-08-07
1
-0/+2
*
Patch #413171: Implement get, setdefault, update in terms of
Martin v. Löwis
2001-06-18
1
-5/+7
*
Added support for .iteritems(), .iterkeys(), .itervalues().
Fred Drake
2001-05-03
1
-0/+3
*
Give UserDict new __contains__ and __iter__ methods.
Tim Peters
2001-04-21
1
-0/+4
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
1
-2/+0
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Add popitem().
Guido van Rossum
2000-12-12
1
-0/+2
*
Barry's patch to implement the new setdefault() method.
Guido van Rossum
2000-08-08
1
-0/+4
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-1/+1
*
Improved a bunch of things.
Guido van Rossum
1999-03-26
1
-13/+16
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-15/+15
*
UserDict.get(): New method to mirror built-in dictionaries' get()
Barry Warsaw
1997-10-06
1
-0/+5
*
Fix bug in copy() by using copy.copy() instead of making assumptions
Guido van Rossum
1997-06-03
1
-31/+25
*
Added the new dictionary methods to the wrapper class.
Fred Drake
1997-06-03
1
-0/+16
*
* test_*.py: new lambda syntax (also affects tests for filter, map,
Guido van Rossum
1993-11-30
1
-0/+18