summaryrefslogtreecommitdiffstats
path: root/Doc/library/runpy.rst
Commit message (Collapse)AuthorAgeFilesLines
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line Be consistent in the spelling of thread-safe(ty). ........ r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line Fix r85728: use "" to mean the system default locale, which should work on more systems. ........
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-141-3/+3
|
* fixed markup errorsEzio Melotti2010-01-041-1/+1
|
* Issue #6816: expose the zipfile and directory execution mechanism to Python ↵Nick Coghlan2009-11-151-44/+97
| | | | 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.
* Issue 4195: Restore the ability to execute packages with the -m switch (but ↵Nick Coghlan2009-02-081-5/+20
| | | | this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
* Revert misguided attempt at fixing incompatibility between -m and -i ↵Nick Coghlan2007-08-251-5/+3
| | | | switches (better fix coming soon)
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+71