| Commit message (Expand) | Author | Age |
* | Issue #19700: set __spec__ appropriately in runpy | Nick Coghlan | 2013-12-15 |
* | Close #18754: Run Python child processes in isolated more in the test suite. | Victor Stinner | 2013-10-12 |
* | Close #15415: Factor out temp dir helpers to test.support | Nick Coghlan | 2013-07-28 |
* | (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, | Victor Stinner | 2013-01-03 |
|\ |
|
| * | Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, | Victor Stinner | 2013-01-03 |
* | | Issue #16218, #16444: Backport improvment on tests for non-ASCII characters | Victor Stinner | 2012-11-12 |
* | | Issue #16218: Support non ascii characters in python launcher. | Andrew Svetlov | 2012-11-01 |
* | | Fix typo in a comment (noticed by Terry Reedy) | Nick Coghlan | 2012-07-15 |
* | | Actually initialize __main__.__loader__ with loader instances, not the corres... | Nick Coghlan | 2012-07-15 |
* | | Note why we can't write an automated test for the code path that brings up th... | Nick Coghlan | 2012-07-15 |
* | | Take the first step in resolving the messy pkgutil vs importlib edge cases by... | Nick Coghlan | 2012-07-15 |
* | | Fix issue # 15033 - Return the proper exitcode for failure when modules are i... | Senthil Kumaran | 2012-07-04 |
|\| |
|
| * | Fix issue # 15033 - Return the proper exitcode for failure when modules are i... | Senthil Kumaran | 2012-07-04 |
* | | Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur... | Nick Coghlan | 2012-05-21 |
* | | Issue #14605: Make explicit the entries on sys.path_hooks that used to | Brett Cannon | 2012-04-25 |
|/ |
|
* | Close issue #14026 by better testing sys.argv handling in test_cmd_line_scrip... | Nick Coghlan | 2012-04-22 |
* | Close #14032: fix incorrect variable reference in test_cmd_line_script | Nick Coghlan | 2012-04-19 |
* | test_cmd_line_script: format paths with ascii() instead of repr() | Victor Stinner | 2010-10-17 |
* | #9964: fix running test_cmd_line_script under -O and -OO. | Georg Brandl | 2010-10-14 |
* | Better Python spawning primitives in test.script_helper, for | Antoine Pitrou | 2010-10-08 |
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 |
* | Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-... | Nick Coghlan | 2009-11-16 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Merged revisions 69419-69420 via svnmerge from | Nick Coghlan | 2009-02-08 |
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 |
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 |
* | Merged revisions 59041-59055 via svnmerge from | Guido van Rossum | 2007-11-19 |
* | Tweak the imports so this script will run stand-alone. | Guido van Rossum | 2007-11-19 |
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 |