| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|