| Commit message (Expand) | Author | Age | Files | Lines |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 212 | -212/+212 |
|
|
* | Merged revisions 78847 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -2/+0 |
|
|
* | Blocked revisions 78846 via svnmerge | Benjamin Peterson | 2010-03-11 | 0 | -0/+0 |
|
|
* | Merged revisions 78844 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78841-78842 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78833 via svnmerge from | Florent Xicluna | 2010-03-11 | 2 | -4/+3 |
|
|
* | Merged revisions 78830 via svnmerge from | Florent Xicluna | 2010-03-11 | 2 | -3/+4 |
|
|
* | Merged revisions 78828 via svnmerge from | Florent Xicluna | 2010-03-11 | 3 | -7/+27 |
|
|
* | Merged revisions 78819 via svnmerge from | Benjamin Peterson | 2010-03-09 | 2 | -43/+45 |
|
|
* | Merged revisions 78817 via svnmerge from | Benjamin Peterson | 2010-03-09 | 2 | -2/+2 |
|
|
* | Bugfix for the fix for issue 8067 | Ronald Oussoren | 2010-03-09 | 2 | -3/+3 |
|
|
* | Merged revisions 78806 via svnmerge from | Benjamin Peterson | 2010-03-08 | 3 | -456/+454 |
|
|
* | Merged revisions 78416,78430 via svnmerge from | R. David Murray | 2010-03-08 | 4 | -0/+39 |
|
|
* | Blocked revisions 78558 via svnmerge | R. David Murray | 2010-03-08 | 0 | -0/+0 |
|
|
* | Backport the tests only. | Florent Xicluna | 2010-03-08 | 1 | -0/+17 |
|
|
* | Fix ntpath abspath to deal with bytes. | Florent Xicluna | 2010-03-08 | 1 | -0/+2 |
|
|
* | Merged revisions 78777,78787,78790 via svnmerge from | Florent Xicluna | 2010-03-08 | 2 | -6/+9 |
|
|
* | Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from | Florent Xicluna | 2010-03-08 | 3 | -39/+46 |
|
|
* | Fix string-> bytes conversion on backport from 2.x. | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
|
|
* | Merge other tests from test_*path.py into test_genericpath.CommonTest, and do... | Florent Xicluna | 2010-03-08 | 3 | -130/+57 |
|
|
* | Fix macpath to deal with bytes | Florent Xicluna | 2010-03-08 | 1 | -1/+5 |
|
|
* | Merged revisions 78734-78735 via svnmerge from | Florent Xicluna | 2010-03-08 | 5 | -233/+214 |
|
|
* | Merged revisions 78784 via svnmerge from | Ronald Oussoren | 2010-03-08 | 1 | -0/+3 |
|
|
* | Fix for issue 8067 | Ronald Oussoren | 2010-03-08 | 2 | -16/+20 |
|
|
* | bdecode was already gone in email 5. This merge adds the test from | R. David Murray | 2010-03-08 | 4 | -2/+13 |
|
|
* | prevent generator finalization from invalidating sys.exc_info() #7173 | Benjamin Peterson | 2010-03-07 | 3 | -2/+19 |
|
|
* | Blocked revisions 78764 via svnmerge | Mark Dickinson | 2010-03-07 | 0 | -0/+0 |
|
|
* | Blocked revisions 78762 via svnmerge | Mark Dickinson | 2010-03-07 | 0 | -0/+0 |
|
|
* | Merged revisions 78755 via svnmerge from | Ronald Oussoren | 2010-03-07 | 2 | -2/+2 |
|
|
* | Reverting the changes made in r78433. | Senthil Kumaran | 2010-03-07 | 2 | -4/+0 |
|
|
* | Blocked revisions 78749 via svnmerge | Benjamin Peterson | 2010-03-07 | 0 | -0/+0 |
|
|
* | Blocked revisions 78746 via svnmerge | Benjamin Peterson | 2010-03-07 | 0 | -0/+0 |
|
|
* | Blocked revisions 78738,78743 via svnmerge | Benjamin Peterson | 2010-03-06 | 0 | -0/+0 |
|
|
* | Merged revisions 78718 via svnmerge from | Benjamin Peterson | 2010-03-06 | 1 | -2/+16 |
|
|
* | Merged revisions 78732 via svnmerge from | Florent Xicluna | 2010-03-06 | 2 | -6/+11 |
|
|
* | #6509: fix re.sub to work properly when the pattern, the string, and the repl... | Ezio Melotti | 2010-03-06 | 3 | -1/+28 |
|
|
* | Fix TypeError on usage() when using regrtest switches which are not compatible. | Florent Xicluna | 2010-03-06 | 1 | -2/+3 |
|
|
* | Fix test_pydoc when sys.modules["test"] is first imported using importlib.imp... | Florent Xicluna | 2010-03-06 | 1 | -0/+4 |
|
|
* | Merged revisions 78721 via svnmerge from | Florent Xicluna | 2010-03-06 | 1 | -3/+5 |
|
|
* | Merged revisions 78719-78720 via svnmerge from | Florent Xicluna | 2010-03-06 | 1 | -46/+42 |
|
|
* | Blocked revisions 78706,78710 via svnmerge | Tarek Ziadé | 2010-03-06 | 0 | -0/+0 |
|
|
* | The test was failing because the curdir was missing from sys.path. This shoul... | Ezio Melotti | 2010-03-06 | 1 | -0/+4 |
|
|
* | Cleanup and minor fixes. | Ezio Melotti | 2010-03-06 | 1 | -17/+13 |
|
|
* | Merged revisions 78704 via svnmerge from | Florent Xicluna | 2010-03-06 | 1 | -2/+4 |
|
|
* | Merged revisions 78701 via svnmerge from | Florent Xicluna | 2010-03-05 | 1 | -3/+6 |
|
|
* | Merged new pysqlite version 2.6.0 from trunk. | Gerhard Häring | 2010-03-05 | 24 | -128/+601 |
|
|
* | sys.getdefaultencoding() can return None. | Ezio Melotti | 2010-03-05 | 1 | -0/+1 |
|
|
* | r78689 enabled the test on more platforms but the buildbot did not like it. U... | Ezio Melotti | 2010-03-05 | 1 | -6/+5 |
|
|
* | Blocked revisions 78694 via svnmerge | Mark Dickinson | 2010-03-05 | 0 | -0/+0 |
|
|
* | Remove unused imports & clean up sys imports in test_struct. | Mark Dickinson | 2010-03-05 | 1 | -6/+2 |
|
|