summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line_script.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-14/+55
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67750 | nick.coghlan | 2008-12-14 20:54:50 +1000 (Sun, 14 Dec 2008) | 1 line Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. ........ r67751 | nick.coghlan | 2008-12-14 21:09:40 +1000 (Sun, 14 Dec 2008) | 1 line Add file that was missed from r67750 ........
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-301-1/+0
|
* Implement PEP 366Nick Coghlan2007-12-031-28/+66
|
* Fix the OSX failures in this test -- they were due to /tmp being a symlinkGuido van Rossum2007-11-191-0/+1
| | | | to /private/tmp. Adding a call to os.path.realpath() to temp_dir() fixed it.
* Make this work stand-alone, too.Guido van Rossum2007-11-191-1/+1
|
* Enable some test_cmd_line_script debugging output to investigate failure on ↵Nick Coghlan2007-11-191-3/+3
| | | | Mac OSX buildbot
* Patch #1739468: Directories and zipfiles containing __main__.py are now ↵Nick Coghlan2007-11-181-0/+145
executable