| Commit message (Expand) | Author | Age | Files | Lines |
* | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -2/+2 |
|
|
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+16 |
|\ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+16 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+16 |
|
|
| | * | Merged revisions 86081 via svnmerge from | Brian Curtin | 2010-11-01 | 1 | -0/+1 |
|
|
| | * | Merged revisions 80116 via svnmerge from | Victor Stinner | 2010-04-16 | 1 | -1/+9 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -3/+3 |
|
|
* | | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream. | Antoine Pitrou | 2011-11-28 | 1 | -0/+39 |
|\ \ \
| |/ / |
|
| * | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream. | Antoine Pitrou | 2011-11-28 | 1 | -0/+39 |
|
|
* | | | Issue #13444: When stdout has been closed explicitly, we should not attempt t... | Antoine Pitrou | 2011-11-26 | 1 | -0/+19 |
|\ \ \
| |/ / |
|
| * | | Issue #13444: When stdout has been closed explicitly, we should not attempt t... | Antoine Pitrou | 2011-11-26 | 1 | -0/+19 |
|
|
* | | | Merge #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 1 | -0/+7 |
|
|
| * | | Merged revisions 88530 via svnmerge from | Victor Stinner | 2011-02-23 | 1 | -0/+26 |
|
|
* | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -6/+0 |
|
|
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -2/+2 |
|
|
* | | | Issue #11272: Fix input() and sys.stdin for Windows newline | Victor Stinner | 2011-02-23 | 1 | -0/+26 |
|/ / |
|
* | | Issue #10601: sys.displayhook uses 'backslashreplace' error handler on | Victor Stinner | 2010-12-04 | 1 | -0/+18 |
|
|
* | | Use script_helper in one more test | Antoine Pitrou | 2010-11-09 | 1 | -28/+14 |
|
|
* | | Close subprocess pipes to clear ResourceWarning messages in debug mode. | Brian Curtin | 2010-11-01 | 1 | -0/+1 |
|
|
* | | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+9 |
|
|
* | | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of | Victor Stinner | 2010-10-20 | 1 | -0/+32 |
|
|
* | | Move non-ascii test from test_run_code() to a new function: test_non_ascii() | Victor Stinner | 2010-10-20 | 1 | -7/+9 |
|
|
* | | Move test_undecodable_code() from test_sys to test_cmd_line | Victor Stinner | 2010-10-20 | 1 | -0/+38 |
|
|
* | | Add some debug output in verbose mode | Antoine Pitrou | 2010-10-08 | 1 | -0/+4 |
|
|
* | | Better Python spawning primitives in test.script_helper, for | Antoine Pitrou | 2010-10-08 | 1 | -49/+27 |
|
|
* | | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod... | Nick Coghlan | 2010-08-17 | 1 | -5/+1 |
|
|
* | | Issue #7605: Fix test_cmd_line if the current working directory is not ASCII | Victor Stinner | 2010-04-16 | 1 | -2/+9 |
|
|
* | | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -6/+6 |
|
|
* | | Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-... | Nick Coghlan | 2009-11-16 | 1 | -24/+22 |
|
|
* | | Note that a number of the changes listed below were not applicable to the Py3... | Nick Coghlan | 2009-10-18 | 1 | -10/+0 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
|/ |
|
* | #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ig... | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -0/+10 |
|
|
* | Merged revisions 72817 via svnmerge from | Philip Jenvey | 2009-05-22 | 1 | -2/+4 |
|
|
* | Fix test so as to also pass in debug mode | Antoine Pitrou | 2009-01-26 | 1 | -1/+1 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -0/+10 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -0/+17 |
|
|
* | Enable this test only when subprocess supports non-ascii arguments. | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -6/+5 |
|
|
* | Temporarily print some information in test_cmd_line, | Amaury Forgeot d'Arc | 2008-11-12 | 1 | -0/+2 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -0/+6 |
|
|
* | Revert r33661, which broke all buildbots. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -6/+0 |
|
|
* | #3705: Fix crash when given a non-ascii value on the command line for the "-c... | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -0/+6 |
|
|
* | Merged revisions 65686 via svnmerge from | Antoine Pitrou | 2008-08-14 | 1 | -1/+15 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python... | Trent Nelson | 2008-03-19 | 1 | -2/+20 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -0/+3 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -5/+2 |
|
|
* | Make test_cmd_line work with strict str/bytes. | Guido van Rossum | 2007-08-29 | 1 | -4/+4 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -11/+29 |
|
|