Andrew M. Kuchling
|
64c6a0ef6e
|
Markup fix
|
2008-04-21 02:08:00 +00:00 |
Georg Brandl
|
f801b0f04c
|
#2633: clarify meaning of env parameter.
|
2008-04-19 16:58:49 +00:00 |
Georg Brandl
|
734de68dd5
|
Fix-up docs for revision 62386.
|
2008-04-19 08:23:59 +00:00 |
Christian Heimes
|
e74c8f2879
|
Added kill, terminate and send_signal to subprocess.Popen
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
|
2008-04-19 02:23:57 +00:00 |
Georg Brandl
|
2cb103ffa9
|
#1727024: document that Popen.returncode is set by Popen.poll/wait.
|
2008-01-06 16:01:26 +00:00 |
Georg Brandl
|
439f250c00
|
#1344: document that you need to open std{in,out,err} with PIPE if you want
communicate() to work as described.
|
2007-11-24 11:31:46 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |