| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+1 |
|
|
* | No need to register classes that already inherit from ABCs. | Raymond Hettinger | 2008-02-11 | 1 | -2/+0 |
|
|
* | Merge r60628, r60631, and r60633. Register UserList and UserString will the ... | Raymond Hettinger | 2008-02-07 | 1 | -1/+5 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -5/+0 |
|
|
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 1 | -0/+5 |
|
|
* | Let library modules use the new keyword arguments for list.sort(). | Raymond Hettinger | 2003-10-16 | 1 | -1/+1 |
|
|
* | SF #754014: list.index() should accept optional start, end arguments | Raymond Hettinger | 2003-06-17 | 1 | -1/+1 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Patch #424475: Speed-up tp_compare usage, by special-casing the common | Martin v. Löwis | 2001-06-09 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Bite the bullet: use rich comparisons here, too. | Guido van Rossum | 2001-01-18 | 1 | -4/+10 |
|
|
* | __getslice__(): Make this use the constructor form that gets a sequence | Fred Drake | 2000-10-06 | 1 | -3/+1 |
|
|
* | SF patch 101391: implemented UserList.__contains__. | Tim Peters | 2000-09-19 | 1 | -0/+1 |
|
|
* | Support for augmented assignment in the UserList, UserDict, UserString and | Thomas Wouters | 2000-08-24 | 1 | -0/+11 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | robustify UserList constructor -- will now accept any sequence | Jeremy Hylton | 2000-03-31 | 1 | -5/+8 |
|
|
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -1/+1 |
|
|
* | Use isinstance() where appropriate. | Guido van Rossum | 1999-03-26 | 1 | -49/+63 |
|
|
* | Add extend() method. A small New Year's present from Jean-Claude Wippler. | Guido van Rossum | 1999-01-06 | 1 | -0/+1 |
|
|
* | In __getslice__, use self.__class__ instead of UserList. | Guido van Rossum | 1998-12-09 | 1 | -1/+1 |
|
|
* | Add pop method. | Guido van Rossum | 1998-06-30 | 1 | -0/+1 |
|
|
* | added * and + operators | Guido van Rossum | 1996-05-28 | 1 | -0/+13 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -4/+2 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 1 | -0/+39 |
|
|