summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1635-112/+401
* Deleted two duplicated paragraphs in the intro. Added mention ofMark Summerfield2008-02-141-13/+7
* Minor doc updates for Py3.0Raymond Hettinger2008-02-141-32/+3
* Note that the key and reverse arguments must be specified as keywordsRaymond Hettinger2008-02-141-3/+1
* Note the the sort arguments are required to be keywords.Raymond Hettinger2008-02-141-4/+4
* Documentation nit.Raymond Hettinger2008-02-141-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1414-636/+684
* typoKurt B. Kaiser2008-02-141-1/+1
* Merged revisions 60767,60768 via svnmerge fromThomas Heller2008-02-136-1/+174
* Improve formatting for arg names in previous checkin.Kurt B. Kaiser2008-02-131-3/+3
* 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