summaryrefslogtreecommitdiff
path: root/Lib/shlex.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.Vinay Sajip2017-01-151-5/+5
* Closes #1521950: Made shlex parsing more shell-like.Vinay Sajip2016-07-291-21/+53
* Issue #24113: Remove unreachable code in shlex.Raymond Hettinger2015-05-041-3/+0
* #18853: Fix resource warning in shlex's __main__ section.R David Murray2014-10-171-9/+11
* Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-15/+1
|\
| * Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-15/+1
* | Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-1/+15
|\ \ | |/
| * Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-1/+15
* | #9723: refactor regex.Ezio Melotti2011-08-161-1/+1
* | Avoid unwanted behavior change in shlex.quote (see #9723).Éric Araujo2011-08-091-1/+1
|\ \ | |/
* | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-2/+18
|/
* Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-271-3/+2
* Revert -r82559; it's not clear that this is the right thing to do, and the c...Mark Dickinson2010-07-041-2/+3
* Re-encode shlex.py in UTF-8, and remove coding cookie.Mark Dickinson2010-07-041-3/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+3
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+2
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-20/+20
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-8/+8
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-201-3/+5
* Use True in a few more places.Neal Norwitz2003-04-171-7/+5
* - use Tue/False for booleansFred Drake2003-04-171-9/+8
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-24/+108
* Replace boolean test with is None.Raymond Hettinger2002-06-021-4/+4
* Unused variable (caught by PyChecker) removed.Eric S. Raymond2001-04-171-1/+0
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+2
* Whitespace normalization.Tim Peters2001-01-171-7/+7
* Make pop_source and push_source available, as documented.Eric S. Raymond2001-01-161-23/+36
* Whitespace normalization.Tim Peters2001-01-151-4/+4
* Patch #102953: Fix bug #125452, where shlex.shlex hangs when itAndrew M. Kuchling2001-01-091-0/+5
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-231-6/+6
* Make tabnanny happy.Fred Drake2000-07-091-11/+12
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-031-9/+21
* Eric Raymond:Guido van Rossum2000-05-011-0/+8
* Eric Raymond:Guido van Rossum2000-05-011-17/+66
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-0/+2
* No need to import os or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* Get rid of #! lineGuido van Rossum1999-04-091-1/+0
* Bug reported by Tobias Thelen: missing "self." in assignment target.Guido van Rossum1999-03-221-1/+1
* Adding shlex and netrc by Eric Raymond.Guido van Rossum1998-12-221-0/+119