GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
shlex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add docstring for shlex.split (GH-16740) (GH-17013)
Miss Skeleton (bot)
2019-10-31
1
-0
/
+1
*
[3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927)
Vinay Sajip
2019-09-11
1
-1
/
+5
*
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Evan
2019-06-01
1
-1
/
+2
*
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
Bo Bayles
2019-05-29
1
-1
/
+6
*
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
Vinay Sajip
2017-01-15
1
-5
/
+5
*
Closes #1521950: Made shlex parsing more shell-like.
Vinay Sajip
2016-07-29
1
-21
/
+53
*
Issue #24113: Remove unreachable code in shlex.
Raymond Hettinger
2015-05-04
1
-3
/
+0
*
#18853: Fix resource warning in shlex's __main__ section.
R David Murray
2014-10-17
1
-9
/
+11
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
1
-15
/
+1
|
\
|
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
1
-15
/
+1
*
|
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
1
-1
/
+15
|
\
|
|
*
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
1
-1
/
+15
*
|
#9723: refactor regex.
Ezio Melotti
2011-08-16
1
-1
/
+1
*
|
Avoid unwanted behavior change in shlex.quote (see #9723).
Éric Araujo
2011-08-09
1
-1
/
+1
|
\
|
*
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-2
/
+18
|
/
*
Recode modules from latin-1 to utf-8
Antoine Pitrou
2010-10-27
1
-3
/
+2
*
Revert -r82559; it's not clear that this is the right thing to do, and the c...
Mark Dickinson
2010-07-04
1
-2
/
+3
*
Re-encode shlex.py in UTF-8, and remove coding cookie.
Mark Dickinson
2010-07-04
1
-3
/
+2
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-3
/
+3
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-2
/
+2
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-2
/
+2
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4
/
+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1
/
+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-20
/
+20
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4
/
+4
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-8
/
+8
*
- Changed shlex.split() method to have more useful and
Gustavo Niemeyer
2003-04-20
1
-3
/
+5
*
Use True in a few more places.
Neal Norwitz
2003-04-17
1
-7
/
+5
*
- use Tue/False for booleans
Fred Drake
2003-04-17
1
-9
/
+8
*
Implemented posix-mode parsing support in shlex.py, as dicussed in
Gustavo Niemeyer
2003-04-17
1
-24
/
+108
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
1
-4
/
+4
*
Unused variable (caught by PyChecker) removed.
Eric S. Raymond
2001-04-17
1
-1
/
+0
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-17
1
-7
/
+7
*
Make pop_source and push_source available, as documented.
Eric S. Raymond
2001-01-16
1
-23
/
+36
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-4
/
+4
*
Patch #102953: Fix bug #125452, where shlex.shlex hangs when it
Andrew M. Kuchling
2001-01-09
1
-0
/
+5
*
Remove superfluous semicolons
Andrew M. Kuchling
2000-12-23
1
-6
/
+6
*
Make tabnanny happy.
Fred Drake
2000-07-09
1
-11
/
+12
*
Eric S. Raymond <esr@thyrsus.com>:
Fred Drake
2000-07-03
1
-9
/
+21
*
Eric Raymond:
Guido van Rossum
2000-05-01
1
-0
/
+8
*
Eric Raymond:
Guido van Rossum
2000-05-01
1
-17
/
+66
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-0
/
+2
*
No need to import os or string. (Andrew Dalke & kjpylint)
Guido van Rossum
1999-05-03
1
-1
/
+1
*
Get rid of #! line
Guido van Rossum
1999-04-09
1
-1
/
+0
*
Bug reported by Tobias Thelen: missing "self." in assignment target.
Guido van Rossum
1999-03-22
1
-1
/
+1
*
Adding shlex and netrc by Eric Raymond.
Guido van Rossum
1998-12-22
1
-0
/
+119