Go to file
Thomas Kluyver acd00de9dd 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.
2013-10-29 12:24:24 -07:00
docs/source update reveal docs with recent changes 2013-09-13 11:16:04 -07:00
examples test clear_output callback 2013-10-22 19:43:56 -07:00
git-hooks add git hooks for submodules 2013-05-03 13:08:54 -07:00
IPython Simplify StreamCapturer for subprocess testing 2013-10-29 12:24:24 -07:00
.gitignore update frontend in MANIFEST and .gitignore 2013-06-27 11:14:09 -07:00
.mailmap updated .mailmap 2013-07-11 10:36:26 -07:00
setup.py Fix renaming scripts with 3 suffix on Python 3 2013-10-29 09:15:55 -07:00
setupbase.py Fix renaming scripts 2013-10-29 09:15:55 -07:00