| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 2 | -141/+7 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 5 | -9/+75 |
|
|
* | Fixed socketserver tests | Christian Heimes | 2008-02-03 | 1 | -9/+9 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 3 | -116/+194 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 6 | -44/+66 |
|
|
* | Update pprint() to match the new repr style for frozensets | Raymond Hettinger | 2008-01-31 | 1 | -158/+158 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 3 | -40/+30 |
|
|
* | Enabled fromhex('') test for bytes | Christian Heimes | 2008-01-30 | 1 | -3/+1 |
|
|
* | Removed unused import | Christian Heimes | 2008-01-30 | 1 | -1/+0 |
|
|
* | Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests | Christian Heimes | 2008-01-30 | 1 | -436/+470 |
|
|
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 | 1 | -1/+10 |
|
|
* | Partially revert r60376: restore ability for ints to be automatically convert... | Eric Smith | 2008-01-28 | 1 | -3/+9 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 4 | -15/+43 |
|
|
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 2 | -9/+23 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 3 | -31/+77 |
|
|
* | Fixed test_urllibnet | Christian Heimes | 2008-01-27 | 1 | -1/+3 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 9 | -72/+146 |
|
|
* | Get this test to run | Neal Norwitz | 2008-01-26 | 1 | -1/+1 |
|
|
* | Get this test to pass | Neal Norwitz | 2008-01-26 | 1 | -3/+4 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 8 | -48/+392 |
|
|
* | Merged revisions 60234-60244 via svnmerge from | Christian Heimes | 2008-01-24 | 2 | -2/+2 |
|
|
* | Fix a bug in the test. | Thomas Heller | 2008-01-24 | 1 | -1/+1 |
|
|
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 2 | -3/+95 |
|
|