summaryrefslogtreecommitdiff
path: root/Lib/test/test_importhooks.py
Commit message (Expand)AuthorAgeFilesLines
* Use assertRaises and add a specific warning filter.Florent Xicluna2010-03-211-9/+4
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-191-1/+1
* keep DeprecationWarning from failing testBenjamin Peterson2010-03-191-1/+1
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-4/+5
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-6/+4
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-4/+6
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Save the whole of sys.modules instead of using an import tracker.Georg Brandl2008-07-201-21/+4
* Update graminit.c for the fix for #1488915, Multiple dots in relative importThomas Wouters2006-05-251-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