summaryrefslogtreecommitdiff
path: root/test/test_command_line.py
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* argv_encoding != sys.stdin.encodingmilde2011-12-051-5/+5
* fix encodings discrpancy in Windowsmilde2011-11-231-6/+16
* Fix command line parsing with Python 3.milde2011-07-051-1/+6
* command line test updatemilde2011-05-051-10/+6
* Simpler and more robust test of command line decoding.milde2011-04-121-24/+9
* One more fix to the command line testmilde2011-04-091-3/+2
* Let command line test work without installing Docutilsmilde2011-04-081-5/+4
* Fix command line test.milde2011-04-011-21/+15
* test_argv_encoding: windows does not seem to accept ".." in command pathmilde2011-03-301-2/+3
* Minor fixes for Python 3.1milde2011-01-031-10/+13
* Explicitely close stdin of the test sub-process to prevent lock.milde2010-12-071-3/+6
* Decode command line arguments with the locales preferred encoding.milde2010-11-291-0/+54