summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imp.py
Commit message (Expand)AuthorAgeFilesLines
* The test was failing because the curdir was missing from sys.path. This shoul...Ezio Melotti2010-03-061-0/+4
* Cleanup and minor fixes.Ezio Melotti2010-03-061-17/+13
* sys.getdefaultencoding() can return None.Ezio Melotti2010-03-051-0/+1
* r78689 enabled the test on more platforms but the buildbot did not like it. U...Ezio Melotti2010-03-051-6/+5
* This fixes a missing .lower() on the encoding name, a wrong byte undecodable ...Ezio Melotti2010-03-051-42/+45
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-7/+27
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Issue #5604: non-ASCII characters in module name passed toGuido van Rossum2009-03-301-0/+71
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-091-4/+10
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-041-0/+16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Issue #1762972: Readded the reload() function as imp.reload()Christian Heimes2008-01-071-0/+8
* Issue 1267, continued.Guido van Rossum2007-10-221-0/+17
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-0/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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