Andrew M. Kuchling
|
d3aad0199e
|
Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules
|
2006-10-27 14:53:41 +00:00 |
Fred Drake
|
e0d4aecfc2
|
lots of markup nits, most commonly Unix/unix --> \UNIX
|
2006-07-30 03:03:43 +00:00 |
Peter Astrand
|
7d1d43630e
|
Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.
|
2006-07-14 14:04:45 +00:00 |
Georg Brandl
|
b1582557aa
|
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes.
|
2006-05-10 16:09:03 +00:00 |
Georg Brandl
|
db815abc70
|
More \exception fixes.
|
2006-03-17 16:26:31 +00:00 |
Neal Norwitz
|
b7b54f78b3
|
SF bug 1415455, fix typo in module name
|
2006-02-04 23:00:48 +00:00 |
Georg Brandl
|
0f194234dc
|
Bug #1394868: doc typos
|
2006-01-01 21:35:20 +00:00 |
Walter Dörwald
|
769f8219a4
|
SF patch #1180062 by George Yoshida:
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.
|
2005-04-14 20:08:59 +00:00 |
Peter Astrand
|
454f76711c
|
New subprocess utility function: check_call. Closes #1071764.
|
2005-01-01 09:36:35 +00:00 |
Peter Astrand
|
5f5e141589
|
Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor
|
2004-12-05 20:15:36 +00:00 |
Peter Astrand
|
6fdf3cbb13
|
Corrected example for replacing shell pipeline. Fixes bug 1073790.
|
2004-11-30 18:06:42 +00:00 |
Peter Astrand
|
3546188123
|
Added more documentation about the executable argument.
Fixes #1056441.
|
2004-11-07 16:38:08 +00:00 |
Fredrik Lundh
|
b04b6afd01
|
SF Patch #1048341: subprocess documentation, based on PEP/docstring by
Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.
|
2004-10-17 16:29:48 +00:00 |