summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-164-5/+55
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-143-219/+214
* Move UserList to collections.Raymond Hettinger2008-02-129-14/+13
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-113-1/+31
* 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-112-30/+30
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-092-14/+75
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-099-249/+294
* 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
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-067-244/+389
* 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-051-39/+33
* 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
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-042-141/+7
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-045-9/+75
* Fixed socketserver testsChristian Heimes2008-02-031-9/+9
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-033-116/+194
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-016-44/+66
* Update pprint() to match the new repr style for frozensetsRaymond Hettinger2008-01-311-158/+158
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-303-40/+30
* Enabled fromhex('') test for bytesChristian Heimes2008-01-301-3/+1
* Removed unused importChristian Heimes2008-01-301-1/+0
* 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
* 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-274-15/+43
* 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
* Fixed test_urllibnetChristian Heimes2008-01-271-1/+3
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-279-72/+146
* Get this test to runNeal Norwitz2008-01-261-1/+1
* Get this test to passNeal Norwitz2008-01-261-3/+4
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-258-48/+392
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-242-2/+2
* Fix a bug in the test.Thomas Heller2008-01-241-1/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-242-3/+95
* Fix #1913.Georg Brandl2008-01-231-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-236-24/+68
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-223-33/+7
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-0/+8
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-0/+26
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-207-5/+66
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-205-0/+90
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-197-3/+79
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-191-3/+35