summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25677: Merge SyntaxError caret positioning from 3.5Martin Panter2016-12-191-0/+33
|\
| * Issue #25677: Correct syntax error caret for indented blocks.Martin Panter2016-12-111-0/+33
* | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-1/+1
* | Issue #27487: Merge runpy warning from 3.5Martin Panter2016-08-211-3/+5
|\ \ | |/
| * Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-211-3/+5
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-8/+1
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-1/+8
* | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-101-3/+2
|\ \ | |/ |/|
| * subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-3/+2
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
|/
* Issue #19771: Omit irrelevant message if package could not be initializedMartin Panter2015-12-121-0/+13
* Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-101-0/+1
* Issue #14285: Do not catch __init__.py exceptions in runpyMartin Panter2015-12-031-9/+62
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-24/+23
* Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-251-5/+5
* Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-111-0/+49
* Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-091-0/+18
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-151-1/+18
* Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-121-4/+6
* Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-4/+4
* (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII,Victor Stinner2013-01-031-5/+4
|\
| * Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE,Victor Stinner2013-01-031-0/+24
* | Issue #16218, #16444: Backport improvment on tests for non-ASCII charactersVictor Stinner2012-11-121-7/+23
* | Issue #16218: Support non ascii characters in python launcher.Andrew Svetlov2012-11-011-0/+9
* | Fix typo in a comment (noticed by Terry Reedy)Nick Coghlan2012-07-151-1/+1
* | Actually initialize __main__.__loader__ with loader instances, not the corres...Nick Coghlan2012-07-151-1/+2
* | Note why we can't write an automated test for the code path that brings up th...Nick Coghlan2012-07-151-0/+3
* | Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-17/+56
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-041-4/+30
|\ \ | |/ |/|
| * Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-211-0/+19
| * Issue #14605: Make explicit the entries on sys.path_hooks that used toBrett Cannon2012-04-251-4/+11
* | Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-041-0/+15
|/
* Close issue #14026 by better testing sys.argv handling in test_cmd_line_scrip...Nick Coghlan2012-04-221-3/+8
* Close #14032: fix incorrect variable reference in test_cmd_line_scriptNick Coghlan2012-04-191-1/+1
* test_cmd_line_script: format paths with ascii() instead of repr()Victor Stinner2010-10-171-8/+8
* #9964: fix running test_cmd_line_script under -O and -OO.Georg Brandl2010-10-141-0/+3
* Better Python spawning primitives in test.script_helper, forAntoine Pitrou2010-10-081-17/+15
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-29/+92
* PEP 3147Barry Warsaw2010-04-171-12/+18
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-2/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-102/+28
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merged revisions 69419-69420 via svnmerge fromNick Coghlan2009-02-081-1/+64
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-14/+55
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-28/+66
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-4/+5
* Tweak the imports so this script will run stand-alone.Guido van Rossum2007-11-191-2/+2