summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-017-55/+84
* fix bug 1482: IMAP4 SSL isn't workingBill Janssen2008-02-011-50/+5
* Merged revisions 60441-60474 via svnmerge fromChristian Heimes2008-01-313-25/+87
* Update pprint() to match the new repr style for frozensetsRaymond Hettinger2008-01-312-161/+160
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-305-43/+42
* Enabled fromhex('') test for bytesChristian Heimes2008-01-301-3/+1
* Removed unused importChristian Heimes2008-01-301-1/+0
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-0/+12
* Patch #1972 by Antoine Pitrou: improve bytes and bytearray testsChristian Heimes2008-01-301-436/+470
* Fixed #1969: split and rsplit in bytearray are inconsistentChristian Heimes2008-01-301-1/+10
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-309-13/+37
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-6/+0
* Another fix for the bsddb3 testsChristian Heimes2008-01-281-1/+1
* Fixed two bugs in the bsddb tests. One was reported as #1956Christian Heimes2008-01-282-3/+3
* Partially revert r60376: restore ability for ints to be automatically convert...Eric Smith2008-01-281-3/+9
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-276-71/+44
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-272-9/+23
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-273-31/+77
* Use a list comprehension instead of list(filter()).Georg Brandl2008-01-271-3/+2
* Fix build error.Alexandre Vassalotti2008-01-271-1/+1