Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -407/+0 |
| | |||||
* | Bug #1753406: missing \versionadded for subprocess.check_call. | Georg Brandl | 2007-07-14 | 1 | -0/+2 |
| | |||||
* | Applied patch 1669481, slightly modified: Support close_fds on Win32 | Peter Astrand | 2007-05-26 | 1 | -1/+4 |
| | |||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 1 | -8/+8 |
| | |||||
* | Point users to the subprocess module in the docs for os.system, os.spawn*, ↵ | Andrew M. Kuchling | 2006-10-27 | 1 | -3/+0 |
| | | | | os.popen2, and the popen2 and commands modules | ||||
* | lots of markup nits, most commonly Unix/unix --> \UNIX | Fred Drake | 2006-07-30 | 1 | -1/+1 |
| | |||||
* | Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. | Peter Astrand | 2006-07-14 | 1 | -4/+3 |
| | |||||
* | Bug #1485447: subprocess: document that the "cwd" parameter isn't used to ↵ | Georg Brandl | 2006-05-10 | 1 | -6/+9 |
| | | | | find the executable. Misc. other markup fixes. | ||||
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 1 | -2/+2 |
| | |||||
* | SF bug 1415455, fix typo in module name | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | Bug #1394868: doc typos | Georg Brandl | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | SF patch #1180062 by George Yoshida: | Walter Dörwald | 2005-04-14 | 1 | -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 Astrand | 2005-01-01 | 1 | -1/+17 |
| | |||||
* | Changed signature of call function to avoid confusion: this 'args' is not ↵ | Peter Astrand | 2004-12-05 | 1 | -1/+1 |
| | | | | the same as the one to the Popen constructor | ||||
* | Corrected example for replacing shell pipeline. Fixes bug 1073790. | Peter Astrand | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | Added more documentation about the executable argument. | Peter Astrand | 2004-11-07 | 1 | -0/+7 |
| | | | | Fixes #1056441. | ||||
* | SF Patch #1048341: subprocess documentation, based on PEP/docstring by | Fredrik Lundh | 2004-10-17 | 1 | -0/+380 |
Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger. |