History log of /external/python/cpython2/Lib/shlex.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fd16fcaf6b0cb7f54f8cc659e943dd6578e81e86 09-Aug-2016 Vinay Sajip <vinay_sajip@yahoo.co.uk> Issue #21999: Handled empty strings correctly when in POSIX mode.
/external/python/cpython2/Lib/shlex.py
f794bde17dbdddbf35358941b4cd13ef0c339b4c 23-Feb-2013 Petri Lehtinen <petri@digip.org> Revert "Issue #16121: Fix line number accounting in shlex"
/external/python/cpython2/Lib/shlex.py
43072780dfcf8bda7d89dfc02e94b4e16973940b 23-Feb-2013 Petri Lehtinen <petri@digip.org> Issue #16121: Fix line number accounting in shlex
/external/python/cpython2/Lib/shlex.py
dd96ca3d6b7e6091ccaea56044139ffe7228712c 24-May-2007 Georg Brandl <georg@python.org> Fix parameter passing.
/external/python/cpython2/Lib/shlex.py
c90bc7599441632a0b6d0b9bfc92563fe7e19104 24-May-2007 Georg Brandl <georg@python.org> shlex.split() now has an optional "posix" parameter.
/external/python/cpython2/Lib/shlex.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/shlex.py
756b3f3c15bd314ffa25299ca25465ae21e62a30 29-Jan-2004 Raymond Hettinger <python@rcn.com> * Move collections.deque() in from the sandbox
* Add unittests, newsitem, and whatsnew
* Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py
* Docs are forthcoming
/external/python/cpython2/Lib/shlex.py
48f3dcc93e57e75e43f9e1a82daa02d2c2f29ec8 20-Apr-2003 Gustavo Niemeyer <gustavo@niemeyer.net> - Changed shlex.split() method to have more useful and
meaningful parameters.
/external/python/cpython2/Lib/shlex.py
10cf21802d2417c794630f7642a128b757b0a5cb 18-Apr-2003 Neal Norwitz <nnorwitz@gmail.com> Use True in a few more places.
Use isinstance(somestring, basestring) instead of type() as per PEP 8
/external/python/cpython2/Lib/shlex.py
243152384b201a07a6942b44a71aa41a4bf30cfe 18-Apr-2003 Fred Drake <fdrake@acm.org> - use Tue/False for booleans
- some very minor cleanups
/external/python/cpython2/Lib/shlex.py
68d8cef89a307bafc752da68dce078306bc51352 17-Apr-2003 Gustavo Niemeyer <gustavo@niemeyer.net> Implemented posix-mode parsing support in shlex.py, as dicussed in
mailing list, and in patch #722686.
/external/python/cpython2/Lib/shlex.py
f13eb55d59d80907c9f86574ddd23bce2cb41ff3 02-Jun-2002 Raymond Hettinger <python@rcn.com> Replace boolean test with is None.
/external/python/cpython2/Lib/shlex.py
bc41957d2b58dfaae24e8a996e3e7c4fe3b475dd 17-Apr-2001 Eric S. Raymond <esr@thyrsus.com> Unused variable (caught by PyChecker) removed.
/external/python/cpython2/Lib/shlex.py
0de65807e6bdc5254f5a7e99b2f39adeea6b883b 15-Feb-2001 Skip Montanaro <skip@pobox.com> bunch more __all__ lists
also modified check_all function to suppress all warnings since they aren't
relevant to what this test is doing (allows quiet checking of regsub, for
instance)
/external/python/cpython2/Lib/shlex.py
70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7 17-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/shlex.py
bddbaf7023b913786c6360b50d57e8dcd280e4b6 16-Jan-2001 Eric S. Raymond <esr@thyrsus.com> Make pop_source and push_source available, as documented.
/external/python/cpython2/Lib/shlex.py
495ad3c8ccb9ed3554177a3e8687676c78e667de 15-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/shlex.py
9d56cd100e55b8bdac7cc65edc31687e102702e1 09-Jan-2001 Andrew M. Kuchling <amk@amk.ca> Patch #102953: Fix bug #125452, where shlex.shlex hangs when it
encounters a string with an unmatched quote, by adding a check for
EOF in the 'quotes' state.
/external/python/cpython2/Lib/shlex.py
49d27c82e62a555d415aaf63562fd22971a2961d 23-Dec-2000 Andrew M. Kuchling <amk@amk.ca> Remove superfluous semicolons
/external/python/cpython2/Lib/shlex.py
dbbf76bd5a727934554e4272144f6605ce66083d 09-Jul-2000 Fred Drake <fdrake@acm.org> Make tabnanny happy.
mailbox.py: Convert to 4-space indents.
/external/python/cpython2/Lib/shlex.py
52dc76c81fffa709fae35af92538723d23ad18d6 03-Jul-2000 Fred Drake <fdrake@acm.org> Eric S. Raymond <esr@thyrsus.com>:
This patch implements relative-path semantics for the "source" facility resembling
those of cpp(1), documents the change, and improves the shlex test main to
make it easier to test this feature. Along the way, it fixes a name error
in the existing docs.

[Additional documentation markup changes for consistency by FLD.]
/external/python/cpython2/Lib/shlex.py
4b83ecbbaa413f5459098d4a011cf4bed685b06b 01-May-2000 Guido van Rossum <guido@python.org> Eric Raymond:

Add a convenience function to generate C-compiler style error leaders.
/external/python/cpython2/Lib/shlex.py
eb4e11ae44c48bde77405584e8834d3ace57144b 01-May-2000 Guido van Rossum <guido@python.org> Eric Raymond:

Added and documented the capability for shlex to handle lexical-level
inclusion and a stack of input sources. Also, the input stream member
is now documented, and the constructor takes an optional source-filename.
The class provides facilities to generate error messages that track
file and line number.

[GvR: I changed the __main__ code so that it actually stops at EOF, as
Eric surely intended -- however it returned '' instead of the None he
was testing for.]
/external/python/cpython2/Lib/shlex.py
e7b146fb3bdca62a0d5ecc06dbf3348e5a4fe757 04-Feb-2000 Guido van Rossum <guido@python.org> The third and final doc-string sweep by Ka-Ping Yee.

The attached patches update the standard library so that all modules
have docstrings beginning with one-line summaries.

A new docstring was added to formatter. The docstring for os.py
was updated to mention nt, os2, ce in addition to posix, dos, mac.
/external/python/cpython2/Lib/shlex.py
73898c7b159f898cffff1c5cfc529a10a38e0011 03-May-1999 Guido van Rossum <guido@python.org> No need to import os or string. (Andrew Dalke & kjpylint)
/external/python/cpython2/Lib/shlex.py
6a86f66ad785daf738dc70e7b1a479515a0beee0 09-Apr-1999 Guido van Rossum <guido@python.org> Get rid of #! line
/external/python/cpython2/Lib/shlex.py
f247d75507ec767df5ed38e9a2264acb123fe493 22-Mar-1999 Guido van Rossum <guido@python.org> Bug reported by Tobias Thelen: missing "self." in assignment target.
/external/python/cpython2/Lib/shlex.py
9c30c24bc2285438dbe94c28c05f1aa9127a04a3 22-Dec-1998 Guido van Rossum <guido@python.org> Adding shlex and netrc by Eric Raymond.
/external/python/cpython2/Lib/shlex.py