| Commit message (Expand) | Author | Age | Files | Lines |
* | NOTE: just porting tests here. | Antoine Pitrou | 2010-03-17 | 1 | -4/+40 |
|
|
* | bring back commented out test | Benjamin Peterson | 2010-03-17 | 1 | -0/+4 |
|
|
* | Merged revisions 79034 via svnmerge from | Benjamin Peterson | 2010-03-17 | 1 | -3/+3 |
|
|
* | Merged revisions 79030-79032 via svnmerge from | Florent Xicluna | 2010-03-17 | 6 | -126/+100 |
|
|
* | Add tests for overriding and shadowing __import__; these are a useful tripwir... | Collin Winter | 2010-03-17 | 1 | -2/+24 |
|
|
* | Merged revisions 79016 via svnmerge from | Collin Winter | 2010-03-17 | 1 | -54/+59 |
|
|
* | Merged revisions 79013 via svnmerge from | Collin Winter | 2010-03-17 | 1 | -2/+3 |
|
|
* | Add some tests for ways users can change or shadow globals and builtins. | Collin Winter | 2010-03-17 | 2 | -1/+199 |
|
|
* | Issue #6716/2: Backslash-replace error output in compilall. | Martin v. Löwis | 2010-03-16 | 1 | -1/+25 |
|
|
* | Merged revisions 78983,78985 via svnmerge from | Matthias Klose | 2010-03-16 | 1 | -0/+19 |
|
|
* | Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv... | Benjamin Peterson | 2010-03-14 | 1 | -13/+527 |
|
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 2 | -11/+10 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 55 | -98/+25 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 17 | -47/+56 |
|
|
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 | 1 | -6/+79 |
|
|
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 9 | -287/+1590 |
|
|
* | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,... | Benjamin Peterson | 2010-03-13 | 1 | -10/+90 |
|
|
* | Merged revisions 78832 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -3/+2 |
|
|
* | Only the parts which are relevant for 3.x branch. | Florent Xicluna | 2010-03-13 | 2 | -8/+66 |
|
|
* | Issue #8014: Fix incorrect error checks in structmember.c, and re-enable | Mark Dickinson | 2010-03-13 | 1 | -2/+2 |
|
|
* | Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an | Mark Dickinson | 2010-03-13 | 1 | -3/+41 |
|
|
* | Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty... | Mark Dickinson | 2010-03-13 | 1 | -5/+14 |
|
|
* | Merged revisions 78886 via svnmerge from | Victor Stinner | 2010-03-13 | 1 | -1/+1 |
|
|
* | Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() | Victor Stinner | 2010-03-12 | 1 | -0/+2 |
|
|
* | Merged revisions 78835-78837 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -0/+17 |
|
|
* | take into account shebang line change | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 43 | -43/+43 |
|
|
* | Merged revisions 78847 via svnmerge from | Benjamin Peterson | 2010-03-11 | 1 | -2/+0 |
|
|
* | Merged revisions 78833 via svnmerge from | Florent Xicluna | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78830 via svnmerge from | Florent Xicluna | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78828 via svnmerge from | Florent Xicluna | 2010-03-11 | 1 | -1/+19 |
|
|
* | Backport the tests only. | Florent Xicluna | 2010-03-08 | 1 | -0/+17 |
|
|
* | Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from | Florent Xicluna | 2010-03-08 | 1 | -36/+43 |
|
|
* | 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 |
|
|
* | Merged revisions 78734-78735 via svnmerge from | Florent Xicluna | 2010-03-08 | 4 | -233/+211 |
|
|
* | prevent generator finalization from invalidating sys.exc_info() #7173 | Benjamin Peterson | 2010-03-07 | 1 | -1/+16 |
|
|
* | Reverting the changes made in r78433. | Senthil Kumaran | 2010-03-07 | 1 | -1/+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 | 1 | -6/+8 |
|
|
* | #6509: fix re.sub to work properly when the pattern, the string, and the repl... | Ezio Melotti | 2010-03-06 | 1 | -0/+18 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | sys.getdefaultencoding() can return None. | Ezio Melotti | 2010-03-05 | 1 | -0/+1 |
|
|