Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preserve the original environment (e.g. LD_LIBRARY_PATH) | Antoine Pitrou | 2010-11-09 | 1 | -4/+5 |
| | |||||
* | Use script_helper in one more test | Antoine Pitrou | 2010-11-09 | 1 | -7/+21 |
| | |||||
* | Close subprocess pipes to clear ResourceWarning messages in debug mode. | Brian Curtin | 2010-11-01 | 1 | -0/+2 |
| | |||||
* | Better Python spawning primitives in test.script_helper, for | Antoine Pitrou | 2010-10-08 | 1 | -12/+19 |
| | | | | easier writing of unit tests and better error reporting. | ||||
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the ↵ | Nick Coghlan | 2010-08-17 | 1 | -2/+2 |
| | | | | module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory | ||||
* | Syntax cleanup. | Florent Xicluna | 2010-07-28 | 1 | -2/+2 |
| | |||||
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -11/+12 |
| | |||||
* | Use UTF-8 encoding to create Python test scripts. | Florent Xicluna | 2010-02-27 | 1 | -1/+2 |
| | |||||
* | Merged revisions 76716 via svnmerge from | Antoine Pitrou | 2009-12-08 | 1 | -1/+2 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76716 | antoine.pitrou | 2009-12-08 20:25:51 +0100 (mar., 08 déc. 2009) | 4 lines Fix the transient refleaks in test_zipimport_support. Diagnosis and original patch by Florent Xicluna (flox). ........ | ||||
* | Merged revisions ↵ | Nick Coghlan | 2009-11-16 | 1 | -0/+119 |
76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76286 | nick.coghlan | 2009-11-15 17:30:34 +1000 (Sun, 15 Nov 2009) | 1 line Issue #6816: expose the zipfile and directory execution mechanism to Python 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. ........ r76321 | nick.coghlan | 2009-11-16 13:55:51 +1000 (Mon, 16 Nov 2009) | 1 line Account for another cache when hunting ref leaks ........ r76322 | nick.coghlan | 2009-11-16 13:57:32 +1000 (Mon, 16 Nov 2009) | 1 line Allow for backslashes in file paths passed to the regex engine ........ |