Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #3806: LockTests in test_imp should be skipped when thread is not avail... | Hirokazu Yamamoto | 2008-09-08 | 1 | -4/+10 |
* | Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in | Brett Cannon | 2008-08-06 | 1 | -0/+19 |
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Convert test_imp over to unittest. | Brett Cannon | 2006-10-03 | 1 | -29/+33 |
* | Skip test_imp if threading is not available. | Brett Cannon | 2004-12-18 | 1 | -1/+5 |
* | Rewrote. As reported on c.l.py, when the test suite is run via | Tim Peters | 2003-04-26 | 1 | -20/+30 |
* | Import test_support properly | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 1 | -2/+5 |
* | Cleanup from patch #683257: | Neal Norwitz | 2003-02-12 | 1 | -0/+26 |