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
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-3/+3
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-1/+0
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-2/+2
*
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Ned Batchelder
2021-06-08
1
-1/+1
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-5/+5
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
1
-4/+4
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-3/+3
*
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Terry Jan Reedy
2020-09-12
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-49/+51
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
1
-1/+1
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
1
-1/+1
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
1
-3/+3
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-10/+9
*
bpo-40108: Improve the error message in runpy when importing a module that in...
Pablo Galindo
2020-03-31
1
-0/+10
*
bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
Victor Stinner
2019-12-09
1
-2/+3
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-2/+2
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
Add additional test for multi-line SyntaxError (GH-15003)
Anthony Sottile
2019-07-29
1
-0/+16
*
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...
Anthony Sottile
2019-07-29
1
-0/+14
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-1/+13
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+17
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
1
-2/+24
*
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev
2018-10-20
1
-2/+2
*
bpo-34783: Fix test_nonexisting_script() (GH-9896)
Victor Stinner
2018-10-15
1
-8/+1
*
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
Ned Deily
2018-10-13
1
-0/+4
*
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Victor Stinner
2018-09-24
1
-0/+19
*
bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
Nick Coghlan
2018-03-25
1
-2/+0
*
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)
Nick Coghlan
2018-03-25
1
-56/+48
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-1/+1
*
bpo-29723: Consistently configure sys.path[0] (#575)
Nick Coghlan
2017-03-12
1
-0/+67
*
Issue #25677: Merge SyntaxError caret positioning from 3.5
Martin Panter
2016-12-19
1
-0/+33
|
\
|
*
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter
2016-12-11
1
-0/+33
*
|
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-1/+1
*
|
Issue #27487: Merge runpy warning from 3.5
Martin Panter
2016-08-21
1
-3/+5
|
\
\
|
|
/
|
*
Issue #27487: Warn if submodule already imported before runpy execution
Martin Panter
2016-08-21
1
-3/+5
*
|
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-8/+1
*
|
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-1/+8
*
|
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
|
subprocess._optim_args_from_interpreter_flags()
Victor Stinner
2016-01-18
1
-3/+2
|
/
*
Issue #19771: Omit irrelevant message if package could not be initialized
Martin Panter
2015-12-12
1
-0/+13
*
Issue #14285: Do not catch exceptions initializing any ancestor package
Martin Panter
2015-12-10
1
-0/+1
*
Issue #14285: Do not catch __init__.py exceptions in runpy
Martin Panter
2015-12-03
1
-9/+62
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-24/+23
*
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka
2015-03-24
1
-5/+5
*
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
1
-0/+49
*
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan
2014-02-09
1
-0/+18
*
Issue #19700: set __spec__ appropriately in runpy
Nick Coghlan
2013-12-15
1
-1/+18
*
Close #18754: Run Python child processes in isolated more in the test suite.
Victor Stinner
2013-10-12
1
-4/+6
[next]