Nick Coghlan
|
d39600e69f
|
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
|
2009-02-08 01:26:34 +00:00 |
Nick Coghlan
|
a2053475bb
|
Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details.
|
2008-12-14 10:54:50 +00:00 |
Benjamin Peterson
|
95287fa951
|
Remove some from __future__ import with_statements
|
2008-04-30 21:25:55 +00:00 |
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 |