summaryrefslogtreecommitdiff
path: root/tests/try_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Two windows fixes for testsNed Batchelder2014-12-271-1/+6
|
* they changed the way __loader__ looks in 3.3Buck Golemon2014-11-141-2/+5
|
* shim for pep302 __loader__Buck Golemon2014-11-141-0/+2
|
* Make the try_execfile output something that can be usefully diffed.Ned Batchelder2014-11-141-1/+1
|
* Don't fail because sys.path has duplicate entries. Fixes #337Ned Batchelder2014-11-141-4/+46
|
* A few more metacov clean upsNed Batchelder2014-09-281-6/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+34
package.