summaryrefslogtreecommitdiff
path: root/Lib/test/script_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-151-2/+4
* Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-121-1/+17
* Add some docstrings, clarify others, and fix formatting.Eli Bendersky2013-08-111-3/+11
* Merge #15415 from 3.3Nick Coghlan2013-07-281-11/+1
|\
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-11/+1
* | Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-251-1/+1
* | Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-151-1/+1
|/
* Invalidate finder caches after creating a new script.Brett Cannon2012-04-271-0/+2
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-2/+5
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-2/+5
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-2/+5
| | * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-111-0/+3
| | * I'm only backporting the tests (which run fine), as well asAntoine Pitrou2010-11-101-0/+123
* | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-2/+3
|/
* Have script_helper._assert_python strip refcount strings from stderr.R. David Murray2010-12-081-1/+3
* Preserve the original environment (e.g. LD_LIBRARY_PATH)Antoine Pitrou2010-11-091-4/+5
* Use script_helper in one more testAntoine Pitrou2010-11-091-7/+21
* Close subprocess pipes to clear ResourceWarning messages in debug mode.Brian Curtin2010-11-011-0/+2
* Better Python spawning primitives in test.script_helper, forAntoine Pitrou2010-10-081-12/+19
* Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-2/+2
* Syntax cleanup.Florent Xicluna2010-07-281-2/+2
* PEP 3147Barry Warsaw2010-04-171-11/+12
* Use UTF-8 encoding to create Python test scripts.Florent Xicluna2010-02-271-1/+2
* Merged revisions 76716 via svnmerge fromAntoine Pitrou2009-12-081-1/+2
* Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-0/+119