Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix docstring formatting of escape sequences. | Raymond Hettinger | 2004-10-17 | 1 | -1/+1 | |
| | ||||||
* | return codes are available on all platforms, not just on Unix | Fredrik Lundh | 2004-10-17 | 1 | -4/+3 | |
| | ||||||
* | Replace dynamic try/except with "if 0", to keep py2exe happy. If you | Fredrik Lundh | 2004-10-13 | 1 | -10/+10 | |
| | | | | want to use pywin32 instead of _subprocess, you have to edit the file. | |||||
* | Folded long lines. | Tim Peters | 2004-10-13 | 1 | -23/+42 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 1 | -24/+22 | |
| | ||||||
* | Typo fix | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 | |
| | ||||||
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 1 | -0/+1141 | |