Age | Commit message (Collapse) | Author |
|
|
|
merge patch from Dwayne Litzenberger to fix unit tests on python 2.3.
|
|
bug 157205: select() doesn't notify incoming stderr data, because stderr's
pipe isn't hooked up to the fileno() BufferedPipe. to fix, i added an "or"
pipe-event that can be triggered by either stdout or stderr, and hooked
them both up to fileno(). added a unit test for the bug and one for the
"or" pipe.
|
|
bump copyright year to 2007
|
|
tweak a test that relied too much on timing
|
|
add a test that feed/read can happen piecemeal
|
|
factor out BufferedPipe into its own class
|