Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d81999a0742f3fc29c2ed9682c38799e6c45c831
/
Lib
/
shlex.py
e766c74
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
0362b54
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
6d61eaa
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
7a05113
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
67321cc
#9723: refactor regex.
by Ezio Melotti
· 13 years ago
7fc0394
Avoid unwanted behavior change in shlex.quote (see #9723).
by Éric Araujo
· 13 years ago
9bce311
Add shlex.quote function, to escape filenames and command lines (#9723).
by Éric Araujo
· 13 years ago
d72402e
Recode modules from latin-1 to utf-8
by Antoine Pitrou
· 14 years ago
45a26b9
Revert -r82559; it's not clear that this is the right thing to do, and the change obscures the original intentions.
by Mark Dickinson
· 14 years ago
30b570b
Re-encode shlex.py in UTF-8, and remove coding cookie.
by Mark Dickinson
· 14 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 17 years ago
68937b4
Change some uses of cStringIO.StringIO to io.StringIO.
by Guido van Rossum
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
756b3f3
* Move collections.deque() in from the sandbox
by Raymond Hettinger
· 21 years ago
48f3dcc
- Changed shlex.split() method to have more useful and meaningful parameters.
by Gustavo Niemeyer
· 22 years ago
10cf218
Use True in a few more places.
by Neal Norwitz
· 22 years ago
2431523
- use Tue/False for booleans - some very minor cleanups
by Fred Drake
· 22 years ago
68d8cef
Implemented posix-mode parsing support in shlex.py, as dicussed in
by Gustavo Niemeyer
· 22 years ago
f13eb55
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
bc41957
Unused variable (caught by PyChecker) removed.
by Eric S. Raymond
· 24 years ago
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
70c4378
Whitespace normalization.
by Tim Peters
· 24 years ago
bddbaf7
Make pop_source and push_source available, as documented.
by Eric S. Raymond
· 24 years ago
495ad3c
Whitespace normalization.
by Tim Peters
· 24 years ago
9d56cd1
Patch #102953: Fix bug #125452, where shlex.shlex hangs when it
by Andrew M. Kuchling
· 24 years ago
49d27c8
Remove superfluous semicolons
by Andrew M. Kuchling
· 24 years ago
dbbf76b
Make tabnanny happy. mailbox.py: Convert to 4-space indents.
by Fred Drake
· 24 years ago
52dc76c
Eric S. Raymond <esr@thyrsus.com>:
by Fred Drake
· 24 years ago
4b83ecb
Eric Raymond:
by Guido van Rossum
· 25 years ago
eb4e11a
Eric Raymond:
by Guido van Rossum
· 25 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
73898c7
No need to import os or string. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
6a86f66
Get rid of #! line
by Guido van Rossum
· 26 years ago
f247d75
Bug reported by Tobias Thelen: missing "self." in assignment target.
by Guido van Rossum
· 26 years ago
9c30c24
Adding shlex and netrc by Eric Raymond.
by Guido van Rossum
· 26 years ago