summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importhooks.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-8/+2
* Issue #6551: test_zipimport could import and then destroy some modules ofAntoine Pitrou2009-11-131-3/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Merged revisions 65163 via svnmerge fromGeorg Brandl2008-07-201-21/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-9/+9
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-4/+0
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-1/+1
* Fix test_importhooks for dict views.Brett Cannon2007-02-221-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* 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