summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsubprocess.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-407/+0
|
* Bug #1753406: missing \versionadded for subprocess.check_call.Georg Brandl2007-07-141-0/+2
|
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-261-1/+4
|
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-011-8/+8
|
* Point users to the subprocess module in the docs for os.system, os.spawn*, ↵Andrew M. Kuchling2006-10-271-3/+0
| | | | os.popen2, and the popen2 and commands modules
* lots of markup nits, most commonly Unix/unix --> \UNIXFred Drake2006-07-301-1/+1
|
* Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.Peter Astrand2006-07-141-4/+3
|
* Bug #1485447: subprocess: document that the "cwd" parameter isn't used to ↵Georg Brandl2006-05-101-6/+9
| | | | find the executable. Misc. other markup fixes.
* More \exception fixes.Georg Brandl2006-03-171-2/+2
|
* SF bug 1415455, fix typo in module nameNeal Norwitz2006-02-041-1/+1
|
* Bug #1394868: doc typosGeorg Brandl2006-01-011-1/+1
|
* SF patch #1180062 by George Yoshida:Walter Dörwald2005-04-141-2/+2
| | | | | Doc/lib/libfunctional.tex: "in an new object" should read "in a new object" Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing.
* New subprocess utility function: check_call. Closes #1071764.Peter Astrand2005-01-011-1/+17
|
* Changed signature of call function to avoid confusion: this 'args' is not ↵Peter Astrand2004-12-051-1/+1
| | | | the same as the one to the Popen constructor
* Corrected example for replacing shell pipeline. Fixes bug 1073790.Peter Astrand2004-11-301-1/+1
|
* Added more documentation about the executable argument.Peter Astrand2004-11-071-0/+7
| | | | Fixes #1056441.
* SF Patch #1048341: subprocess documentation, based on PEP/docstring byFredrik Lundh2004-10-171-0/+380
Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.