Benjamin Peterson
|
cae5848f12
|
fix a small typo
|
2008-10-10 20:38:49 +00:00 |
Andrew M. Kuchling
|
cad8da8abd
|
Markup fixes. (optparse.rst probably needs an entire revision pass.)
|
2008-09-30 13:01:46 +00:00 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Gregory P. Smith
|
33ede08cdd
|
more cleanup ups of the recently added warnings in the subprocess docs.
|
2008-08-04 18:34:07 +00:00 |
Georg Brandl
|
143de623e7
|
Fix markup.
|
2008-08-04 06:29:36 +00:00 |
Gregory P. Smith
|
0879250284
|
issue1606: Add warnings to the subprocess documentation about common pitfalls
of using pipes that cause deadlocks.
|
2008-08-04 01:03:50 +00:00 |
Benjamin Peterson
|
fff5cf67d0
|
clarify Popen argument
|
2008-07-27 15:22:14 +00:00 |
Georg Brandl
|
68b4e74a8d
|
Add a link to PEP 324.
|
2008-07-01 19:59:00 +00:00 |
Georg Brandl
|
8bd05191fa
|
#3085: Fix syntax error.
|
2008-06-22 18:11:52 +00:00 |
Georg Brandl
|
0ba92b24b7
|
Turn section references into proper cross-references.
|
2008-06-22 09:05:29 +00:00 |
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 |