summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test_cmd_line.py. Fix by Christian Heimes.Guido van Rossum2007-07-111-3/+3
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-6/+7
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+37
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+3
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-091-13/+2
* Fix test not to fail on FreeBSD. Directories work also as dataHye-Shik Chang2005-12-131-0/+4
* SF patch #1364545: test_cmd_line.py relied on english error messages whenWalter Dörwald2005-11-251-13/+12
* test_directories(): This test had no chance of passing onTim Peters2005-10-301-2/+14
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+50