index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cmd_line_script.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix closes issue # 15033 - Return the proper exitcode for failure when module...
Senthil Kumaran
2012-07-05
1
-1/+17
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-2/+1
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-4/+4
*
Issue #6816: expose the zipfile and directory execution mechanism to Python c...
Nick Coghlan
2009-11-15
1
-97/+24
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Issue 4195: Restore the ability to execute packages with the -m switch (but t...
Nick Coghlan
2009-02-08
1
-0/+63
*
Fix several issues relating to access to source code inside zipfiles. Initial...
Nick Coghlan
2008-12-14
1
-14/+55
*
Remove some from __future__ import with_statements
Benjamin Peterson
2008-04-30
1
-1/+0
*
Implement PEP 366
Nick Coghlan
2007-12-03
1
-28/+66
*
Fix the OSX failures in this test -- they were due to /tmp being a symlink
Guido van Rossum
2007-11-19
1
-0/+1
*
Make this work stand-alone, too.
Guido van Rossum
2007-11-19
1
-1/+1
*
Enable some test_cmd_line_script debugging output to investigate failure on M...
Nick Coghlan
2007-11-19
1
-3/+3
*
Patch #1739468: Directories and zipfiles containing __main__.py are now execu...
Nick Coghlan
2007-11-18
1
-0/+145