aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_imp.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 79144 via svnmerge fromFlorent Xicluna2010-03-20
* Merged revisions 78689,78696-78697,78708,78711 via svnmerge fromEzio Melotti2010-03-06
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Issue #5604: non-ASCII characters in module name passed toGuido van Rossum2009-03-30
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-09
* PyTokenizer_FindEncoding() always failed because it set the tokenizer stateBrett Cannon2008-09-04
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Issue #1762972: Readded the reload() function as imp.reload()Christian Heimes2008-01-07
* Issue 1267, continued.Guido van Rossum2007-10-22
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-19
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Skip test_imp if threading is not available.Brett Cannon2004-12-18
* Rewrote. As reported on c.l.py, when the test suite is run viaTim Peters2003-04-26
* Import test_support properlyNeal Norwitz2003-02-17
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-17
* Cleanup from patch #683257:Neal Norwitz2003-02-12