##// 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:

r13388:3f0b506e
r13405:4ad2c011
Show More
index.rst
27 lines | 683 B | text/x-rst | RstLexer
Brian Granger
Work on documentation....
r2276 .. _developer_guide:
=========================
IPython developer's guide
=========================
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian Granger
Adding link from Sphinx dev docs to GH wiki Dev: Index.
r9683 This are two categories of developer focused documentation:
1. Documentation for developers of *IPython itself*.
2. Documentation for developers of third party tools and libraries
that use IPython.
This part of our documentation only contains information in the second category.
Developers interested in working on IPython itself should consult
our `developer information <https://github.com/ipython/ipython/wiki/Dev:-Index>`_
on the IPython GitHub wiki.
Brian E Granger
Beginning to organize the rst documentation.
r1256 .. toctree::
Brian Granger
Major work on the documentation....
r2277 :maxdepth: 1
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian Granger
Removing old dev docs. All of this has been moved to GH wiki.
r9678
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 gitwash/index
messaging
parallel_messages
parallel_connections
Thomas Kluyver
Document single codebase Python 3 compatibility
r13388 pycompat