summaryrefslogtreecommitdiffstats
path: root/Lib/UserDict.py
Commit message (Expand)AuthorAgeFilesLines
* copy(): Make sure the copy of a derived class cannot share the data of theFred Drake2001-11-051-1/+8
* Remove the __iter__ method from the UserDict class -- it can silentlyGuido van Rossum2001-08-071-0/+2
* Patch #413171: Implement get, setdefault, update in terms ofMartin v. Löwis2001-06-181-5/+7
* Added support for .iteritems(), .iterkeys(), .itervalues().Fred Drake2001-05-031-0/+3
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-0/+4
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Add popitem().Guido van Rossum2000-12-121-0/+2
* Barry's patch to implement the new setdefault() method.Guido van Rossum2000-08-081-0/+4
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-1/+1
* Improved a bunch of things.Guido van Rossum1999-03-261-13/+16
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-15/+15
* UserDict.get(): New method to mirror built-in dictionaries' get()Barry Warsaw1997-10-061-0/+5
* Fix bug in copy() by using copy.copy() instead of making assumptionsGuido van Rossum1997-06-031-31/+25
* Added the new dictionary methods to the wrapper class.Fred Drake1997-06-031-0/+16
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-301-0/+18