summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shlex.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21999: Handled empty strings correctly when in POSIX mode.Vinay Sajip2016-08-091-0/+13
* Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-9/+0
* Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-0/+9
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-201-7/+3
* 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