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
*
bpo-31904: Port test_cmd_line to VxWorks (#12648)
Lihua Zhao
2019-04-17
1
-0/+2
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-5/+2
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-2/+5
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
1
-3/+1
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-1/+3
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-2/+2
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-2/+2
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+26
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
1
-0/+11
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-18
1
-5/+5
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-0/+2
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-1/+1
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-14
1
-2/+10
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-21/+60
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-2/+35
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-2/+50
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
1
-17/+4
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-6/+46
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
1
-14/+55
*
bpo-31845: Fix reading flags from environment (GH-4105)
Nick Coghlan
2017-10-25
1
-1/+34
*
bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...
Serhiy Storchaka
2017-10-04
1
-4/+3
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-2/+4
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-1/+22
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-4/+5
*
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki
2016-11-21
1
-1/+1
*
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-14
1
-3/+15
|
\
\
|
|
/
|
*
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith
2015-12-14
1
-3/+15
|
|
\
|
|
*
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
Gregory P. Smith
2015-12-14
1
-3/+15
*
|
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-1/+2
|
/
/
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-3/+3
*
|
Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
R David Murray
2015-04-14
1
-1/+5
|
\
\
|
|
/
|
*
#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure.
R David Murray
2015-04-14
1
-1/+5
*
|
Suppress assert dialogs in test_cmd_line.
Steve Dower
2015-03-08
1
-1/+2
*
|
Skip some tests that require a subinterpreter launched with -E or -I when the
Gregory P. Smith
2015-02-04
1
-1/+3
|
\
\
|
|
/
|
*
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
|
\
\
\
|
|
/
/
[next]