summaryrefslogtreecommitdiff
path: root/coverage/execfile.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Change run_python_file again so that it doesn't produce compiled turds in ↵Ned Batchelder2009-05-091-14/+24
| | | | the file system.
* Line length < 80.Ned Batchelder2009-04-191-3/+3
|
* Move the open outside the try, since the finally is only needed once the ↵Ned Batchelder2009-04-071-1/+1
| | | | file is successfully opened.
* Even better execution of main files.Ned Batchelder2009-04-041-7/+23
|
* Factor execfile out of cmdline, so that we can call python main programs ↵Ned Batchelder2009-04-031-0/+11
properly: now they get the correct value for __file__.