summaryrefslogtreecommitdiff
path: root/test/try_execfile.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-34/+0
* Make stuff work in other Python versions. Some stuff isn't *quite* right <2....Ned Batchelder2011-10-301-1/+6
* Make execution with -m match Python more closely.Ned Batchelder2011-10-301-2/+3
* Pylint is a stern taskmasterNed Batchelder2009-10-251-0/+1
* Also make __builtins__ available in main programs.Ned Batchelder2009-05-091-0/+2
* Even better execution of main files.Ned Batchelder2009-04-041-1/+21
* Factor execfile out of cmdline, so that we can call python main programs prop...Ned Batchelder2009-04-031-0/+5