summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-225-11/+81
* Move UserString to collections.Raymond Hettinger2008-02-214-337/+146
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-197-20/+364
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-172-38/+79
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-175-971/+2019
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1610-46/+99
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-148-539/+569
* Merged revisions 60767,60768 via svnmerge fromThomas Heller2008-02-131-0/+78
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-124-1/+45
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-122-15/+2
* Move UserList to collections.Raymond Hettinger2008-02-1211-87/+87
* 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-115-91/+115
* The new default protocol is two.Raymond Hettinger2008-02-101-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-094-16/+109
* MappingView is Sized.Raymond Hettinger2008-02-091-1/+1
* Document how to use Set and MutableSet as a mixin.Raymond Hettinger2008-02-091-2/+2
* Merge r60679Raymond Hettinger2008-02-091-30/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0913-308/+411
* Merge r60674 an 60675.Raymond Hettinger2008-02-091-6/+19
* Issue 2025: Add index() and count() methods to tuple so that it will followRaymond Hettinger2008-02-071-0/+62
* 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
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-0613-259/+409
* Remove the old UserDict module.Raymond Hettinger2008-02-061-81/+0
* 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
* 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-051-2/+59
* 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
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-044-243/+8
* In bsddb, replace UserDict.DictMixin with collections.MutableMapping.Raymond Hettinger2008-02-043-11/+14
* Save bsddb changes for a separate check-in.Raymond Hettinger2008-02-041-2/+2
* Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb...Raymond Hettinger2008-02-044-7/+19
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-046-11/+75
* Fixed socketserver testsChristian Heimes2008-02-031-9/+9
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-036-123/+210
* Context flags get set, not incremented.Raymond Hettinger2008-02-011-4/+4