summaryrefslogtreecommitdiff
path: root/Lib/UserList.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+1
* No need to register classes that already inherit from ABCs.Raymond Hettinger2008-02-111-2/+0
* Merge r60628, r60631, and r60633. Register UserList and UserString will the ...Raymond Hettinger2008-02-071-1/+5
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-5/+0
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-0/+5
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-161-1/+1
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-171-1/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Patch #424475: Speed-up tp_compare usage, by special-casing the commonMartin v. Löwis2001-06-091-1/+1
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Bite the bullet: use rich comparisons here, too.Guido van Rossum2001-01-181-4/+10
* __getslice__(): Make this use the constructor form that gets a sequenceFred Drake2000-10-061-3/+1
* SF patch 101391: implemented UserList.__contains__.Tim Peters2000-09-191-0/+1
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-241-0/+11
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-311-5/+8
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-1/+1
* Use isinstance() where appropriate.Guido van Rossum1999-03-261-49/+63
* Add extend() method. A small New Year's present from Jean-Claude Wippler.Guido van Rossum1999-01-061-0/+1
* In __getslice__, use self.__class__ instead of UserList.Guido van Rossum1998-12-091-1/+1
* Add pop method.Guido van Rossum1998-06-301-0/+1
* added * and + operatorsGuido van Rossum1996-05-281-0/+13
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+2
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-301-0/+39