Nick Coghlan
|
49868cb686
|
Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
|
2009-11-15 07:30:34 +00:00 |
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
|
3af0e785e7
|
Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon)
|
2007-08-25 04:32:07 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |