summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shlex.py
Commit message (Collapse)AuthorAgeFilesLines
* Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-271-3/+2
|
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
|
* Fix test_shlex: Use io.StringIO.Walter Dörwald2007-06-121-7/+2
|
* Whitespace normalization.Tim Peters2003-04-241-2/+2
|
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-201-7/+3
| | | | meaningful parameters.
* Get test to work under regrtest when running whole suiteNeal Norwitz2003-04-171-1/+6
|
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-0/+191
mailing list, and in patch #722686.