index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
shlex.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502)
Ammar Askar
2020-11-11
1
-0/+14
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
1
-0/+3
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
1
-3/+5
*
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Evan
2019-06-01
1
-12/+23
*
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
Bo Bayles
2019-05-29
1
-0/+15
*
bpo-27200: Fix several doctests (GH-604)
Marco Buttu
2017-04-27
1
-2/+4
*
Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.
Vinay Sajip
2017-01-27
1
-1/+3
*
Fixes #29133: clarified shlex documentation.
Vinay Sajip
2017-01-09
1
-15/+11
*
Fix "default role used" warning in shlex.rst
Berker Peksag
2016-07-30
1
-1/+1
*
Closes #1521950: Made shlex parsing more shell-like.
Vinay Sajip
2016-07-29
1
-11/+100
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+2
*
Issue #19197: Improved cross-references in the shlex module documentation.
Serhiy Storchaka
2013-10-13
1
-51/+59
*
Add missing 'versionadded' for shlex.quote; closes #14165
Eli Bendersky
2012-03-01
1
-0/+1
*
Expand shlex.quote example (#9723)
Éric Araujo
2011-07-29
1
-5/+22
*
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-2/+17
*
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...
Senthil Kumaran
2011-07-04
1
-6/+6
*
More source links.
Raymond Hettinger
2011-01-27
1
-0/+3
*
Switch more function arguments docs to new-style.
Georg Brandl
2009-09-02
1
-7/+7
*
remove warning about not accepting unicode
Benjamin Peterson
2008-11-23
1
-4/+0
*
Renamed ConfigParser to configparser.
Alexandre Vassalotti
2008-05-14
1
-1/+1
*
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl
2008-05-12
1
-9/+8
*
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl
2007-09-01
1
-19/+0
*
Move the 3k reST doc tree in place.
Georg Brandl
2007-08-15
1
-0/+307