##// END OF EJS Templates
Simplify StreamCapturer for subprocess testing...
Simplify StreamCapturer for subprocess testing Rather than using a transient pipe for each subprocess started, the StreamCapturer now makes a single pipe, and subprocesses redirect their output to it. So long as this works on Windows (I've done brief testing, and os.pipe() seems to be functional), this will hopefully make this much more robust. The recent failures in ShiningPanda on IPython.parallel have been caused by StreamCapturer.

File last commit:

r11034:3d78ea30
r13405:4ad2c011
Show More
.gitmodules
3 lines | 121 B | text/plain | TextLexer
MinRK
add ipython-components as submodule
r10472 [submodule "components"]
MinRK
re-add components submodule
r11034 path = IPython/html/static/components
MinRK
use https for submodule
r10535 url = https://github.com/ipython/ipython-components.git