| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2186 and 2187. Move filter from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -0/+1 |
|
|
* | Also set LC_CTYPE, to allow localeconv string conversion. | Martin v. Löwis | 2008-03-10 | 1 | -3/+7 |
|
|
* | Skip tests if the file mapping file cannot be fetched. | Martin v. Löwis | 2008-03-08 | 1 | -1/+4 |
|
|
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 2 | -7/+113 |
|
|
* | Merged revisions 61207 via svnmerge from | Christian Heimes | 2008-03-03 | 1 | -2/+2 |
|
|
* | Merged revisions 61203-61204 via svnmerge from | Christian Heimes | 2008-03-03 | 2 | -4/+8 |
|
|
* | Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from | Christian Heimes | 2008-03-03 | 5 | -2201/+802 |
|
|
* | Toss test.testall. | Brett Cannon | 2008-03-03 | 1 | -4/+0 |
|
|
* | Fixed failing unit tests due to str/bytes mismatch. | Alexandre Vassalotti | 2008-03-03 | 3 | -17/+18 |
|
|
* | Actually have test_largefile execute. Call to test.test_support.run_unittest() | Brett Cannon | 2008-03-03 | 1 | -0/+4 |
|
|
* | Disable the cProfile test for now -- it's broken. | Barry Warsaw | 2008-03-01 | 2 | -3/+13 |
|
|
* | Change test_profile to only compare data that originates from the test file. | Brett Cannon | 2008-03-01 | 1 | -57/+11 |
|
|
* | Fix failing itertools test: since revision 61118, | Mark Dickinson | 2008-03-01 | 1 | -1/+1 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-29 | 2 | -2/+105 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -5/+6 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -10/+26 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 2 | -108/+110 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 3 | -66/+116 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,... | Christian Heimes | 2008-02-26 | 3 | -12/+33 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61058-61061 ... | Christian Heimes | 2008-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge... | Christian Heimes | 2008-02-25 | 3 | -3/+23 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 3 | -2/+62 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 5 | -159/+333 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 59 | -118/+39 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 2 | -27/+60 |
|
|
* | Patch from Georg Brandl: Fix co_lineno of decorated function and class object... | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 5 | -2/+41 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 2 | -7/+60 |
|
|
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 2 | -93/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 4 | -12/+315 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 2 | -38/+79 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 4 | -971/+2015 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 4 | -5/+55 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 3 | -219/+214 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 9 | -14/+13 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 3 | -1/+31 |
|
|
* | Renamed test_format to test__format__, since it really tests the __format__ m... | Eric Smith | 2008-02-11 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 2 | -30/+30 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 2 | -14/+75 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 9 | -249/+294 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+62 |
|
|
* | Reversed UserLists are not required to support __length_hint__. | Raymond Hettinger | 2008-02-06 | 1 | -40/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 7 | -244/+389 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 6 | -14/+14 |
|
|
* | Convert test_userdict to use the collections.UserDict. | Raymond Hettinger | 2008-02-05 | 1 | -39/+33 |
|
|
* | Fix. | Georg Brandl | 2008-02-05 | 1 | -2/+2 |
|
|
* | Respect EOL 80. | Georg Brandl | 2008-02-05 | 1 | -6/+9 |
|
|
* | Merge r60528, r60534 and r60539 from trunk. | Georg Brandl | 2008-02-05 | 1 | -232/+265 |
|
|
* | Merge r60522 from trunk. | Georg Brandl | 2008-02-05 | 1 | -368/+232 |
|
|
* | Manually merge r60521 from trunk. | Georg Brandl | 2008-02-05 | 1 | -4237/+3941 |
|
|