| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -8/+2 |
* | Issue #6551: test_zipimport could import and then destroy some modules of | Antoine Pitrou | 2009-11-13 | 1 | -3/+2 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
* | Merged revisions 65163 via svnmerge from | Georg Brandl | 2008-07-20 | 1 | -21/+4 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -9/+9 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -4/+0 |
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -1/+1 |
* | Fix test_importhooks for dict views. | Brett Cannon | 2007-02-22 | 1 | -1/+1 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
* | While testing absolute and relative imports, remember that absolute imports | Thomas Wouters | 2006-05-28 | 1 | -6/+5 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+10 |
* | Whitespace normalization. | Tim Peters | 2006-03-09 | 1 | -1/+1 |
* | Oops, urllib may or may not already be loaded. | Neal Norwitz | 2006-03-04 | 1 | -1/+4 |
* | Fix spurious test failure of test_socket_ssl when run in this order: | Neal Norwitz | 2006-03-04 | 1 | -0/+4 |
* | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -2/+2 |
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -0/+40 |
* | Whitespace normalization. | Tim Peters | 2004-09-24 | 1 | -1/+1 |
* | Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. | Phillip J. Eby | 2004-09-23 | 1 | -2/+16 |
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 1 | -1/+3 |
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -0/+204 |