Nick Coghlan
|
ef01d822aa
|
Implement PEP 366
|
2007-12-03 12:55:17 +00:00 |
Guido van Rossum
|
4673e19d8b
|
Fix the OSX failures in this test -- they were due to /tmp being a symlink
to /private/tmp. Adding a call to os.path.realpath() to temp_dir() fixed it.
|
2007-11-19 17:50:22 +00:00 |
Guido van Rossum
|
089816ba0b
|
Make this work stand-alone, too.
|
2007-11-19 17:35:24 +00:00 |
Nick Coghlan
|
8f6793b540
|
Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot
|
2007-11-19 13:56:27 +00:00 |
Nick Coghlan
|
327a39b047
|
Patch #1739468: Directories and zipfiles containing __main__.py are now executable
|
2007-11-18 11:56:28 +00:00 |