summaryrefslogtreecommitdiff
path: root/Lib/test/test_shlex.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.Vinay Sajip2017-01-151-0/+8
* Closes #1521950: Made shlex parsing more shell-like.Vinay Sajip2016-07-291-0/+112
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-2/+18
|\
| * Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-2/+18
| |\
| | * Avoid unwanted behavior change in shlex.quote (see #9723).Éric Araujo2011-08-091-2/+19
| | |\
| | | * Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-2/+18
| | |/
* | | 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
|/
* Merged revisions 85861 via svnmerge fromAntoine 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
* 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