summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line_script.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16455: On FreeBSD and Solaris, if the locale is C, theVictor Stinner2012-12-041-5/+4
* Issue #16444: disable undecodable characters in test_non_ascii() test untilVictor Stinner2012-11-101-4/+5
* Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIXVictor Stinner2012-11-101-2/+12
* Remove outdated commentVictor Stinner2012-11-061-1/+0
* Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCIIVictor Stinner2012-11-061-9/+2
* Revome extra .py suffixAndrew Svetlov2012-11-051-1/+1
* Issue #16218: Fix test for issue againAndrew Svetlov2012-11-051-18/+19
* Issue #16218: skip test if filesystem doesn't support required encodingAndrew Svetlov2012-11-031-1/+6
* Issue #16218: Fix broken test for supporting nonascii characters in python la...Andrew Svetlov2012-11-031-5/+12
* 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-051-0/+15
|\
| * Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+15
* | 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-261-4/+11
|/
* 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
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+145