summaryrefslogtreecommitdiff
path: root/Lib/test/test_importhooks.py
Commit message (Expand)AuthorAgeFilesLines
* While testing absolute and relative imports, remember that absolute importsThomas Wouters2006-05-281-6/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+10
* Whitespace normalization.Tim Peters2006-03-091-1/+1
* Oops, urllib may or may not already be loaded.Neal Norwitz2006-03-041-1/+4
* Fix spurious test failure of test_socket_ssl when run in this order:Neal Norwitz2006-03-041-0/+4
* Whitespace normalization.Tim Peters2006-02-281-2/+2
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+40
* Whitespace normalization.Tim Peters2004-09-241-1/+1
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-231-2/+16
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-1/+3
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+204