summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-31904: Port test_cmd_line to VxWorks (#12648)Lihua Zhao2019-04-171-0/+2
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...Victor Stinner2018-09-191-5/+2
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-171-2/+5
* bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)Victor Stinner2018-07-261-3/+1
* bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)Victor Stinner2018-07-251-1/+3
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-2/+2
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-2/+2
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-161-0/+26
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+11
* Improves the ability to build in CI (GH-5728)Steve Dower2018-02-171-5/+5
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-0/+2
* bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner2017-12-161-1/+1
* bpo-32329: Fix -R option for hash randomization (#4873)Victor Stinner2017-12-151-2/+10
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-21/+60
* bpo-32101: Add PYTHONDEVMODE environment variable (#4624)Victor Stinner2017-11-301-2/+35
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-2/+50
* bpo-32089: Use default action for ResourceWarning (#4584)Victor Stinner2017-11-271-17/+4
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-201-6/+46
* bpo-32043: New "developer mode": "-X dev" option (#4413)Victor Stinner2017-11-161-14/+55
* bpo-31845: Fix reading flags from environment (GH-4105)Nick Coghlan2017-10-251-1/+34
* bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...Serhiy Storchaka2017-10-041-4/+3
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-2/+4
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-1/+22
* 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-1/+5
|\ \ | |/
| * #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.R David Murray2015-04-141-1/+5
* | 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/+3
|\ \ | |/
| * 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-4/+0
|\
| * Merge debug print removal with 3.2.Ezio Melotti2012-11-231-4/+0
| |\
| | * Remove debug print.Ezio Melotti2012-11-231-4/+0