Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and | Johannes Gijsbers | 2004-10-11 | 1 | -1/+5 |
| | | | | | | | | | | popen2.popen2/3/4 functions can be a sequence. All texts are a variation on the following: On \UNIX, \var{cmd} may be a sequence, in which case arguments will be passed directly to the program without shell intervention (as with \function{os.spawnv()}). If \var{cmd} is a string it will be passed to the shell (as with \function{os.system()}). | ||||
* | - make a module reference a hyperlink | Fred Drake | 2004-08-09 | 1 | -2/+3 |
| | | | | - wrap a long line | ||||
* | [Bug #998066] Mention result mismatch | Andrew M. Kuchling | 2004-08-07 | 1 | -0/+2 |
| | |||||
* | [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing ↵ | Andrew M. Kuchling | 2003-12-23 | 1 | -3/+4 |
| | | | | description | ||||
* | Typo fixes | Andrew M. Kuchling | 2003-02-06 | 1 | -2/+2 |
| | |||||
* | Typo: "dead lock" --> "deadlock" | Fred Drake | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | Typo: bites --> bytes | Fred Drake | 2002-06-18 | 1 | -1/+1 |
| | | | | (Hanging around small kids too much...;) | ||||
* | Add description of the deadlock problem with child processes and pipes, and | Fred Drake | 2002-06-18 | 1 | -0/+62 |
| | | | | | hints about how to work around it. Closes SF bug #530637. | ||||
* | Document clearly that the only way to retrieve the return code from the | Fred Drake | 2001-09-11 | 1 | -0/+7 |
| | | | | | child processes is to use the Popen3 and Popen4 classes. This fixes SF bug #460512. | ||||
* | Explain the exit code for the wait() method, including a reference to | Fred Drake | 2001-07-06 | 1 | -1/+6 |
| | | | | | | the os.W*() functions used to interpret the return value. This fixes SF bug #429361. | ||||
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 1 | -24/+49 |
| | | | | for Windows & Unix. | ||||
* | Tell what the result objects are (based on comment from the list). | Fred Drake | 1999-08-19 | 1 | -4/+5 |
| | |||||
* | Fix availability clause; mention availability of similar functionality | Fred Drake | 1999-06-01 | 1 | -2/+5 |
| | | | | for Windows using win32pipe. | ||||
* | Document the "pid" attribute of the Popen3 class. | Fred Drake | 1999-05-27 | 1 | -9/+12 |
| | | | | | Use memberdesc instead of datadesc to document object attributes. This gets the index right. | ||||
* | Fix availability declaration for popen2 module; report by Barry Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | <barry@scottb.demon.co.uk>. | ||||
* | Fixup the module keys. There were some problems with hosting / processing | Fred Drake | 1999-03-12 | 1 | -1/+1 |
| | | | | file HTML files on Windows machines do to case insensitivity. | ||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -8/+4 |
| | |||||
* | Second definition of popen2 should be popen3. | Guido van Rossum | 1998-08-13 | 1 | -1/+1 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+4 |
| | | | | Fix up a few synopses. | ||||
* | Added the popen2 synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | popen2 section for the library reference, contributed by Drew Csillag, with | Fred Drake | 1998-04-28 | 1 | -0/+71 |
some reorganization. |