summaryrefslogtreecommitdiff
path: root/Doc/library/shlex.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* 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
| | | | | | | | This function used to live as pipes.quote, where it was undocumented but used anyway. (An alias still exists for backward compatibility.) The tests have been moved as is, but the code of the function was changed to use a regex instead of a loop with string comparisons (at Ian Bicking’s suggestion). I’m terrible at regexes, so any feedback is welcome.
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-6/+6
| | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* 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
| | | | I don't know if it actually works with unicode, though...
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | Merged revisions 63247-63248 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63247 | georg.brandl | 2008-05-14 18:30:31 -0400 (Wed, 14 May 2008) | 2 lines Update configparser docs for lowercasing rename. ........ r63248 | alexandre.vassalotti | 2008-05-14 18:44:22 -0400 (Wed, 14 May 2008) | 8 lines Updated import statements to use the new `configparser` module name. Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. ........
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-9/+8
| | | | | | but just some text embedded in the docs. Also remove paragraph about implicit relative imports from tutorial.
* 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