summaryrefslogtreecommitdiffstats
path: root/Lib/UserDict.py
Commit message (Expand)AuthorAgeFilesLines
* 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