summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14285: Do not catch ImportError from __init__.py in runpyMartin Panter2015-12-031-6/+58
* Fix closes issue # 15033 - Return the proper exitcode for failure when module...Senthil Kumaran2012-07-041-1/+17
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-4/+4
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-97/+24
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-081-0/+63
* Fix several issues relating to access to source code inside zipfiles. Initial...Nick Coghlan2008-12-141-14/+55
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-301-1/+0
* Implement PEP 366Nick Coghlan2007-12-031-28/+66
* Fix the OSX failures in this test -- they were due to /tmp being a symlinkGuido van Rossum2007-11-191-0/+1
* Make this work stand-alone, too.Guido van Rossum2007-11-191-1/+1
* Enable some test_cmd_line_script debugging output to investigate failure on M...Nick Coghlan2007-11-191-3/+3
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-0/+145