summaryrefslogtreecommitdiff
path: root/Lib/test/test_runpy.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-151-35/+144
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-1/+4
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-8/+1
* #11420: merge with 3.2.Ezio Melotti2013-03-161-25/+29
|\
| * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-161-22/+26
* | merge 3.2Benjamin Peterson2012-10-121-8/+50
|\ \ | |/ |/|
| * Merge Issue #15230 OS X buildbot fix from 3.2Nick Coghlan2012-07-171-1/+1
| |\
| * | Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-151-1/+36
| * | Merge fix for #15230 from 3.2Nick Coghlan2012-07-151-7/+14
| |\ \
| | * | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+7
| | * | (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script inVictor Stinner2011-07-041-7/+7
| | |\ \
| | | * | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-7/+5
| | | * | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-1/+3
* | | | | fix to work if __doc__ is removedBenjamin Peterson2012-10-121-2/+2
| |_|_|/ |/| | |
* | | | Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp d...Nick Coghlan2012-07-171-1/+1
|/ / /
* | | Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-156/+268
|/ /
* | Issue #12451: runpy: run_path() now opens the Python script in binary mode,Victor Stinner2011-07-041-0/+10
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-2/+2
* Make importlib.abc.SourceLoader the primary mechanism for importlib.Brett Cannon2010-07-031-2/+9
* PEP 3147Barry Warsaw2010-04-171-8/+17
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-10/+10
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-5/+32
* Merged revisions 76362 via svnmerge fromNick Coghlan2009-11-181-2/+2
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-20/+142
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-29/+29
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-7/+26
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-38/+28
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+2
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+4
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-33/+104
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-5/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-16/+16
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+172