summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* enable hash randomization by defaultBenjamin Peterson2012-02-211-2/+2
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+16
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+16
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+16
| | * Merged revisions 86081 via svnmerge fromBrian Curtin2010-11-011-0/+1
| | * Merged revisions 80116 via svnmerge fromVictor Stinner2010-04-161-1/+9
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* | | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+39
|\ \ \ | |/ /
| * | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-281-0/+39
* | | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+19
|\ \ \ | |/ /
| * | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-261-0/+19
* | | Merge #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+7
|\ \ \ | |/ /
| * | #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+7
| * | Merged revisions 88530 via svnmerge fromVictor Stinner2011-02-231-0/+26
* | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-6/+0
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
* | | Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-231-0/+26
|/ /
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler onVictor Stinner2010-12-041-0/+18
* | Use script_helper in one more testAntoine Pitrou2010-11-091-28/+14
* | Close subprocess pipes to clear ResourceWarning messages in debug mode.Brian Curtin2010-11-011-0/+1
* | Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+9
* | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead ofVictor Stinner2010-10-201-0/+32
* | Move non-ascii test from test_run_code() to a new function: test_non_ascii()Victor Stinner2010-10-201-7/+9
* | Move test_undecodable_code() from test_sys to test_cmd_lineVictor Stinner2010-10-201-0/+38
* | Add some debug output in verbose modeAntoine Pitrou2010-10-081-0/+4
* | Better Python spawning primitives in test.script_helper, forAntoine Pitrou2010-10-081-49/+27
* | Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the mod...Nick Coghlan2010-08-171-5/+1
* | Issue #7605: Fix test_cmd_line if the current working directory is not ASCIIVictor Stinner2010-04-161-2/+9
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-6/+6
* | Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-...Nick Coghlan2009-11-161-24/+22
* | Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-10/+0
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
|/
* #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ig...Amaury Forgeot d'Arc2009-06-091-0/+10
* Merged revisions 72817 via svnmerge fromPhilip Jenvey2009-05-221-2/+4
* Fix test so as to also pass in debug modeAntoine Pitrou2009-01-261-1/+1
* Followup of #4705: we can't skip the binary buffering layer for stdin because...Antoine Pitrou2009-01-261-0/+10
* Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-lineAntoine Pitrou2009-01-091-0/+17
* Enable this test only when subprocess supports non-ascii arguments.Amaury Forgeot d'Arc2008-11-121-6/+5
* Temporarily print some information in test_cmd_line,Amaury Forgeot d'Arc2008-11-121-0/+2
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-0/+6
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-6/+0
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-0/+6
* Merged revisions 65686 via svnmerge fromAntoine Pitrou2008-08-141-1/+15
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python...Trent Nelson2008-03-191-2/+20
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+3
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-5/+2
* Make test_cmd_line work with strict str/bytes.Guido van Rossum2007-08-291-4/+4
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-11/+29