aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAge
* 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
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-19
* Tweak the imports so this script will run stand-alone.Guido van Rossum2007-11-19
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-18