| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert the __module_name__ changes made in rev 47142. We'll revisit this in ↵ | Nick Coghlan | 2006-07-06 | 1 | -13/+5 |
| | | | | | Python 2.6 | ||||
| * | Make full module name available as __module_name__ even when __name__ is set ↵ | Nick Coghlan | 2006-06-28 | 1 | -5/+13 |
| | | | | | to something else (like '__main__') | ||||
| * | Whitespace normalization. | Tim Peters | 2006-03-15 | 1 | -3/+3 |
| | | |||||
| * | Don't try to explicitly set path in runpy package tests (tests were broken ↵ | Nick Coghlan | 2006-03-15 | 1 | -1/+0 |
| | | | | | on Windows) | ||||
| * | Don't let cleanup errors mask real errors in the runpy tests | Nick Coghlan | 2006-03-15 | 1 | -5/+18 |
| | | |||||
| * | Make test_runpy close all references to test modules before trying to delete ↵ | Nick Coghlan | 2006-03-15 | 1 | -8/+11 |
| | | | | | the underlying files | ||||
| * | Implement PEP 338 which has been marked as accepted by GvR | Nick Coghlan | 2006-03-15 | 1 | -0/+157 |
