COMMITS
/ Lib/test/test_cmd_line_script.py February 10, 2026
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 30, 2025
S
gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
Serhiy Storchaka committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
February 13, 2025
P
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049)
Pablo Galindo Salgado committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 15, 2025
U
gh-128016: Improved invalid escape sequence warning message (#128020)
Umar Butler committed
October 15, 2024
I
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
October 26, 2023
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed
October 20, 2023
N
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
Nikita Sobolev committed
October 13, 2023
P
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado committed
July 10, 2023
I
gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
Ijtaba Hussain committed
May 4, 2023
L
gh-97556: Raise null bytes syntax error upon null in multiline string (GH-104136)
Lysandros Nikolaou committed
April 19, 2023
P
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado committed
December 5, 2022
V
gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)
Victor Stinner committed
November 27, 2022
R
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#99768)
Ronald Oussoren committed
September 27, 2022
P
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado committed
July 11, 2022
J
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
May 6, 2022
V
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
September 15, 2021
E
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow committed
July 4, 2021
A
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar committed
June 8, 2021
N
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Ned Batchelder committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 12, 2021
P
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
September 12, 2020
T
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Terry Jan Reedy committed
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
May 15, 2020
G
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum committed
May 7, 2020
L
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou committed
May 1, 2020
B
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
March 31, 2020
December 9, 2019
V
bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
Victor Stinner committed
December 8, 2019
V
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 29, 2019
A
Add additional test for multi-line SyntaxError (GH-15003)
Anthony Sottile committed
A
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)
Anthony Sottile committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
April 1, 2019
I
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki committed
November 7, 2018
E
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus committed
October 20, 2018
A
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev committed
October 15, 2018
V
bpo-34783: Fix test_nonexisting_script() (GH-9896)
Victor Stinner committed
October 13, 2018
N
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
Ned Deily committed
September 24, 2018
V
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Victor Stinner committed
March 25, 2018
N
bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)
Nick Coghlan committed