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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
R David Murray
2015-04-14
1
-1/+5
*
Skip some tests that require a subinterpreter launched with -E or -I when the
Gregory P. Smith
2015-02-04
1
-1/+3
*
revert 7b833bd1f509. I misread the side effect that the code was triggering.
Gregory P. Smith
2015-01-23
1
-2/+4
*
Remove the unimplemented but ignored without='-E' parameters being passed to
Gregory P. Smith
2015-01-23
1
-4/+2
*
Close #18754: Run Python child processes in isolated more in the test suite.
Victor Stinner
2013-10-12
1
-1/+1
*
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-0/+26
*
Issue #18338: `python --version` now prints version string to stdout, and
Serhiy Storchaka
2013-07-11
1
-2/+4
*
Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change
Victor Stinner
2013-06-25
1
-5/+12
*
Issue #17516: do not create useless tuple: remove dummy commas in tests
Victor Stinner
2013-03-26
1
-2/+2
*
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...
Ezio Melotti
2013-03-25
1
-0/+28
*
Merge debug print removal with 3.3.
Ezio Melotti
2012-11-23
1
-4/+0
|
\
|
*
Merge debug print removal with 3.2.
Ezio Melotti
2012-11-23
1
-4/+0
|
|
\
|
|
*
Remove debug print.
Ezio Melotti
2012-11-23
1
-4/+0
*
|
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-23
1
-3/+15
|
\
\
\
|
|
/
/
|
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-23
1
-3/+15
|
|
\
\
|
|
|
/
|
|
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-3/+15
*
|
|
#16309: avoid using deprecated method and turn docstring in a comment.
Ezio Melotti
2012-11-22
1
-6/+6
*
|
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-18
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
1
-1/+8
|
|
\
\
|
|
|
/
|
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-1/+8
|
*
|
Issue #16218, #16444: Backport improvment on tests for non-ASCII characters
Victor Stinner
2012-11-12
1
-3/+3
*
|
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-0/+12
|
|
*
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-03
1
-0/+17
*
|
|
Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII
Victor Stinner
2012-11-06
1
-3/+3
*
|
|
Issue #7317: Display full tracebacks when an error occurs asynchronously.
Andrew Svetlov
2012-11-03
1
-1/+1
*
|
|
Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at ...
Andrew Svetlov
2012-11-03
1
-0/+17
|
/
/
*
|
Close #13119: use "\r\n" newline for sys.stdout/err on Windows
Victor Stinner
2012-08-03
1
-0/+17
*
|
enable hash randomization by default
Benjamin Peterson
2012-02-21
1
-2/+2
*
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
1
-0/+16
|
\
\
|
|
/
|
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-0/+16
|
|
\
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-1/+16
|
|
*
Merged revisions 86081 via svnmerge from
Brian Curtin
2010-11-01
1
-0/+1
|
|
*
Merged revisions 80116 via svnmerge from
Victor Stinner
2010-04-16
1
-1/+9
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-3/+3
*
|
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+39
|
\
\
\
|
|
/
/
|
*
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-0/+39
*
|
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-0/+19
*
|
|
Merge #10206: add test for previously fixed bug.
R David Murray
2011-06-24
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
#10206: add test for previously fixed bug.
R David Murray
2011-06-24
1
-0/+7
|
*
|
Merged revisions 88530 via svnmerge from
Victor Stinner
2011-02-23
1
-0/+26
*
|
|
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo
2011-03-26
1
-6/+0
*
|
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-2/+2
*
|
|
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
1
-0/+26
|
/
/
*
|
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
Victor Stinner
2010-12-04
1
-0/+18
*
|
Use script_helper in one more test
Antoine Pitrou
2010-11-09
1
-28/+14
*
|
Close subprocess pipes to clear ResourceWarning messages in debug mode.
Brian Curtin
2010-11-01
1
-0/+1
*
|
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou
2010-10-21
1
-0/+9
[next]