summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* list.sort() and builtin.sorted() no longer accept 'cmp' argument.Kurt B. Kaiser2008-02-131-0/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-128-14/+65
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-122-15/+2
* Move UserList to collections.Raymond Hettinger2008-02-1214-143/+133
* Bug #1595: Remove extra semicolon.Martin v. Löwis2008-02-121-1/+1
* Revert the last svnmerge (r60681) from trunk to _ctypes.c, it shouldThomas Heller2008-02-121-39/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-114-2/+32
* No need to register classes that already inherit from ABCs.Raymond Hettinger2008-02-114-9/+0
* Renamed test_format to test__format__, since it really tests the __format__ m...Eric Smith2008-02-111-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1115-146/+190
* The new default protocol is two.Raymond Hettinger2008-02-101-1/+1
* Block r60713 with svnmerge.Eric Smith2008-02-100-0/+0
* r60707 does not need porting to py3k from trunk.Eric Smith2008-02-100-0/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-096-20/+31
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-096-22/+116
* MappingView is Sized.Raymond Hettinger2008-02-091-1/+1
* Merge r60673Raymond Hettinger2008-02-091-1/+1
* Add another usage note for collections.SetRaymond Hettinger2008-02-091-1/+8
* Document how to use Set and MutableSet as a mixin.Raymond Hettinger2008-02-092-3/+20
* Merge r60679Raymond Hettinger2008-02-091-30/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0927-2141/+2457
* Finish the collections ABC table.Raymond Hettinger2008-02-091-35/+36
* Merge r60674 an 60675.Raymond Hettinger2008-02-091-6/+19
* Smalls improvement to example in the docs for collections ABCs.Raymond Hettinger2008-02-081-5/+7
* Tiny grammatical fix.Mark Summerfield2008-02-081-2/+2
* Simplify float conversion recipe.Raymond Hettinger2008-02-071-28/+18
* Issue 2025: Add index() and count() methods to tuple so that it will followRaymond Hettinger2008-02-073-0/+119
* Reversed UserLists are not required to support __length_hint__.Raymond Hettinger2008-02-061-40/+0
* MutableSequence requires an insert() method.Raymond Hettinger2008-02-061-0/+2
* Let the world know that UserList is a MutableSequence.Raymond Hettinger2008-02-062-3/+12
* Fix-up the _from_iterable() method to return instances of the subclass where ...Raymond Hettinger2008-02-061-1/+6
* Fix-up the collections docs.Raymond Hettinger2008-02-061-18/+41
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0629-559/+905
* Fixed a table and a title that were broken.Mark Summerfield2008-02-061-12/+14
* Update docs for collections ABCs and for collections.UserDict.Raymond Hettinger2008-02-063-60/+41
* Remove the old UserDict module.Raymond Hettinger2008-02-062-82/+1
* Migrate remaining tests from UserDict.UserDict to collections.UserDict.Raymond Hettinger2008-02-066-14/+14
* Convert test_userdict to use the collections.UserDict.Raymond Hettinger2008-02-053-41/+39
* Fix.Georg Brandl2008-02-051-2/+2
* Respect EOL 80.Georg Brandl2008-02-051-6/+9
* Merge r60528, r60534 and r60539 from trunk.Georg Brandl2008-02-051-232/+265
* Blocked revisions 60599 via svnmergeGeorg Brandl2008-02-050-0/+0
* Merge r60522 from trunk.Georg Brandl2008-02-051-368/+232
* Manually merge r60521 from trunk.Georg Brandl2008-02-051-4237/+3941
* Fix-up mapping equality tests to include both keys and valuesRaymond Hettinger2008-02-051-2/+2
* Put an updated UserDict class in the collections module andRaymond Hettinger2008-02-052-2/+66
* Decouple weakref containers from UserDictRaymond Hettinger2008-02-051-4/+17
* Moved WeakSet into a bootstap module use by abc.py.Raymond Hettinger2008-02-053-107/+115
* Remove one use of UserDict.UserDictRaymond Hettinger2008-02-041-2/+11
* Fix typo (thanks Nick).Raymond Hettinger2008-02-041-1/+1