aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAge
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-30
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* Add additional test for multi-line SyntaxError (GH-15003)Anthony Sottile2019-07-29
* Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...Anthony Sottile2019-07-29
* bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)Victor Stinner2019-06-25
* bpo-20844: open script file with "rb" mode (GH-12616)Inada Naoki2019-04-01
* bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)Elvis Pranskevichus2018-11-07
* bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)Alexey Izbyshev2018-10-20
* bpo-34783: Fix test_nonexisting_script() (GH-9896)Victor Stinner2018-10-15
* bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)Ned Deily2018-10-12
* bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)Victor Stinner2018-09-24
* bpo-33053: Remove test_cmd_line_script debugging print (GH-6237)Nick Coghlan2018-03-25
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-25
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-14
* bpo-29723: Consistently configure sys.path[0] (#575)Nick Coghlan2017-03-12
* Issue #25677: Merge SyntaxError caret positioning from 3.5Martin Panter2016-12-19
|\
| * Issue #25677: Correct syntax error caret for indented blocks.Martin Panter2016-12-11
* | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-07
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-21
|\|
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-21
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-13
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-04
* | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-10
|\|
| * Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-10
* | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-18
|/
* Issue #19771: Omit irrelevant message if package could not be initializedMartin Panter2015-12-12
* Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-10
* Issue #14285: Do not catch __init__.py exceptions in runpyMartin Panter2015-12-03
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-25
* Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-11
* Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-09
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-15
* Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-12
* Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-28
* (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII,Victor Stinner2013-01-03
|\
| * Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE,Victor Stinner2013-01-03
* | Issue #16218, #16444: Backport improvment on tests for non-ASCII charactersVictor Stinner2012-11-12
* | Issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-01
* | Fix typo in a comment (noticed by Terry Reedy)Nick Coghlan2012-07-15
* | Actually initialize __main__.__loader__ with loader instances, not the corres...Nick Coghlan2012-07-15
* | Note why we can't write an automated test for the code path that brings up th...Nick Coghlan2012-07-15
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-15
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-04
|\|
| * Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-04
* | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-21
* | Issue #14605: Make explicit the entries on sys.path_hooks that used toBrett Cannon2012-04-25
|/
* Close issue #14026 by better testing sys.argv handling in test_cmd_line_scrip...Nick Coghlan2012-04-22
* Close #14032: fix incorrect variable reference in test_cmd_line_scriptNick Coghlan2012-04-19
* test_cmd_line_script: format paths with ascii() instead of repr()Victor Stinner2010-10-17