summaryrefslogtreecommitdiff
path: root/Doc/library/shlex.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35168: Make shlex.punctuation_chars read-only (#11631)Alex2019-09-111-3/+5
* bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)Evan2019-06-011-12/+23
* bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)Bo Bayles2019-05-291-0/+15
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-271-2/+4
* Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.Vinay Sajip2017-01-271-1/+3
* Fixes #29133: clarified shlex documentation.Vinay Sajip2017-01-091-15/+11
* Fix "default role used" warning in shlex.rstBerker Peksag2016-07-301-1/+1
* Closes #1521950: Made shlex parsing more shell-like.Vinay Sajip2016-07-291-11/+100
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+2
* Issue #19197: Improved cross-references in the shlex module documentation.Serhiy Storchaka2013-10-131-51/+59
* Add missing 'versionadded' for shlex.quote; closes #14165Eli Bendersky2012-03-011-0/+1
* Expand shlex.quote example (#9723)Éric Araujo2011-07-291-5/+22
* Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-271-2/+17
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-6/+6
* More source links.Raymond Hettinger2011-01-271-0/+3
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-7/+7
* remove warning about not accepting unicodeBenjamin Peterson2008-11-231-4/+0
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-9/+8
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-19/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+307