aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAge
* 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
* #9964: fix running test_cmd_line_script under -O and -OO.Georg Brandl2010-10-14
* Better Python spawning primitives in test.script_helper, forAntoine Pitrou2010-10-08
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-17
* PEP 3147Barry Warsaw2010-04-17
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-08
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03