aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_runpy.py
Commit message (Expand)AuthorAge
* gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)Serhiy Storchaka2024-05-16
* GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...Brett Cannon2024-01-31
* gh-99437: runpy: decode path-like objects before setting globalsKamil Turek2024-01-15
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-02
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-06
* gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920)Serhiy Storchaka2022-04-26
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-25
* bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module...Thomas Grainger2020-09-22
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-03
* bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)Maor Kleinberger2020-03-08
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-05
* Issue #17211: Yield a namedtuple in pkgutil.Eric Snow2016-09-07
* Issue #27487: Warn if submodule already imported before runpy executionMartin Panter2016-08-21
* Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-10
* Issue #14285: Do not catch __init__.py exceptions in runpyMartin Panter2015-12-03
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-03
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-15
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-22
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-12
* #11420: merge with 3.2.Ezio Melotti2013-03-16
|\
| * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-16
* | merge 3.2Benjamin Peterson2012-10-12
|\|
| * fix to work if __doc__ is removedBenjamin Peterson2012-10-12
* | Merge Issue #15230 OS X buildbot fix from 3.2Nick Coghlan2012-07-17
|\|
| * Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp d...Nick Coghlan2012-07-17
* | Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-15
* | Merge fix for #15230 from 3.2Nick Coghlan2012-07-15
|\|
| * Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-14
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-14
* | (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script inVictor Stinner2011-07-04
|\|
| * Issue #12451: runpy: run_path() now opens the Python script in binary mode,Victor Stinner2011-07-04
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-30
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-21
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-01
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-03
* PEP 3147Barry Warsaw2010-04-17
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-25
* Merged revisions 76362 via svnmerge fromNick Coghlan2009-11-18
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-24
* Remove RISCOS supportSkip Montanaro2007-08-16