summaryrefslogtreecommitdiffstats
path: root/Lib/test/script_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the transient refleaks in test_zipimport_support.Antoine Pitrou2009-12-081-1/+2
| | | | Diagnosis and original patch by Florent Xicluna (flox).
* Issue #6816: expose the zipfile and directory execution mechanism to Python ↵Nick Coghlan2009-11-151-0/+119
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.