Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save the whole of sys.modules instead of using an import tracker. | Georg Brandl | 2008-07-20 | 1 | -21/+4 |
* | Update graminit.c for the fix for #1488915, Multiple dots in relative import | Thomas Wouters | 2006-05-25 | 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 |