Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -34/+0 |
| | | | | package. | ||||
* | Make stuff work in other Python versions. Some stuff isn't *quite* right ↵ | Ned Batchelder | 2011-10-30 | 1 | -1/+6 |
| | | | | <2.6. #155 | ||||
* | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 1 | -2/+3 |
| | |||||
* | Pylint is a stern taskmaster | Ned Batchelder | 2009-10-25 | 1 | -0/+1 |
| | |||||
* | Also make __builtins__ available in main programs. | Ned Batchelder | 2009-05-09 | 1 | -0/+2 |
| | |||||
* | Even better execution of main files. | Ned Batchelder | 2009-04-04 | 1 | -1/+21 |
| | |||||
* | Factor execfile out of cmdline, so that we can call python main programs ↵ | Ned Batchelder | 2009-04-03 | 1 | -0/+5 |
properly: now they get the correct value for __file__. |