summaryrefslogtreecommitdiff
path: root/Lib/test/test_imp.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-6/+6
* Using CleanImport to revert a reload of the os module doesn't work due to fun...Nick Coghlan2009-10-181-1/+8
* Avoid replacing existing modules and sys.path in import testsNick Coghlan2009-10-171-6/+9
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-081-4/+10
* Add imp.reload(). This to help with transitioning to 3.0 the reload() built-inBrett Cannon2008-08-061-0/+19
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Convert test_imp over to unittest.Brett Cannon2006-10-031-29/+33
* Skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Rewrote. As reported on c.l.py, when the test suite is run viaTim Peters2003-04-261-20/+30
* Import test_support properlyNeal Norwitz2003-02-171-1/+1
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-2/+5
* Cleanup from patch #683257:Neal Norwitz2003-02-121-0/+26