summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-2359-118/+39
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-232-27/+60
* Patch from Georg Brandl: Fix co_lineno of decorated function and class object...Christian Heimes2008-02-231-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-235-2/+41
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-222-7/+60
* Move UserString to collections.Raymond Hettinger2008-02-212-93/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-194-12/+315
* 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-174-971/+2015
* 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