summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #26919: On Android, operating system data is now always encoded/decodedXavier de Gaye2016-12-151-4/+5
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+1
* Merge spelling and grammar fixes from 3.5Martin Panter2016-08-051-1/+1
|\
| * Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-3/+15
|\ \ | |/
| * * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-3/+15
| |\
| | * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seedGregory P. Smith2015-12-131-3/+15
* | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-1/+2
|/ /
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-3/+3
* | Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.R David Murray2015-04-141-2/+3
|\ \ | |/ |/|
| * Suppress assert dialogs in test_cmd_line.Steve Dower2015-03-071-1/+2
| * Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-041-1/+1
| |\
* | | #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.R David Murray2015-04-141-1/+5
|/ /
* | Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-041-1/+3
|/
* revert 7b833bd1f509. I misread the side effect that the code was triggering.Gregory P. Smith2015-01-221-2/+4
* Remove the unimplemented but ignored without='-E' parameters being passed toGregory P. Smith2015-01-221-4/+2
* Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-121-1/+1
* Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-0/+26
* Issue #18338: `python --version` now prints version string to stdout, andSerhiy Storchaka2013-07-111-2/+4
* Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-251-5/+12
* Issue #17516: do not create useless tuple: remove dummy commas in testsVictor Stinner2013-03-261-2/+2
* #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...Ezio Melotti2013-03-261-0/+28
* Merge debug print removal with 3.3.Ezio Melotti2012-11-231-1/+18
|\
| * #16306: merge with 3.3.Ezio Melotti2012-11-231-3/+15
| |\
| * | #16309: avoid using deprecated method and turn docstring in a comment.Ezio Melotti2012-11-231-6/+6
| * | #16306: merge with 3.3.Ezio Melotti2012-11-181-1/+18
| |\ \
| | * \ Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-0/+12
| | |\ \
| | * | | Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCIIVictor Stinner2012-11-061-3/+3
| | * | | Issue #7317: Display full tracebacks when an error occurs asynchronously.Andrew Svetlov2012-11-031-1/+1
| | * | | Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at ...Andrew Svetlov2012-11-031-0/+17
* | | | | Merge debug print removal with 3.2.Ezio Melotti2012-11-231-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove debug print.Ezio Melotti2012-11-231-4/+0
* | | | | #16306: merge with 3.2.Ezio Melotti2012-11-231-14/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | #16306: merge with 3.2.Ezio Melotti2012-11-181-1/+8
| |\ \ \
| * | | | Issue #16218, #16444: Backport improvment on tests for non-ASCII charactersVictor Stinner2012-11-121-3/+3
| | |_|/ | |/| |
| * | | Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-11/+5
| |\ \ \ | | | |/ | | |/|
| | * | Close #13119: use "\r\n" newline for sys.stdout/err on WindowsVictor Stinner2012-08-041-0/+17
| | * | enable hash randomization by defaultBenjamin Peterson2012-02-211-2/+2
| | * | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-9/+3
| | |\ \
| | | * \ Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-9/+3
| | | |\ \
| | | | * \ Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+19
| | | | |\ \
| | | | * \ \ Merge #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+7
| | | | |\ \ \
| | | | * | | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-6/+0
| | | | * | | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
| | | | * | | | Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-231-0/+26
* | | | | | | | #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-231-3/+15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-181-1/+8
|/ / / / / /
* | | | | | Issue #15001: fix segfault on "del sys.module['__main__']"Hynek Schlawack2012-11-071-0/+12
* | | | | | Close #13119: use "\r\n" newline for sys.stdout/err on WindowsVictor Stinner2012-08-041-0/+17
|/ / / / /