notebook/IPython
MinRK 4eb4926812 use ROUTER/DEALER sockets for stdin
stdin requests are now directed to the frontend that made the execution
request that called raw_input.

allow_stdin flag added to execution_request to indicate whether stdin_requests are allowed.

StdInNotImplementedError exception class added to IPython.core.error, and is raised if raw_input is called from execute requests where allow_input is undefined.

closes gh-673
2011-10-12 14:29:22 -07:00
..
frontend/html/notebook use ROUTER/DEALER sockets for stdin 2011-10-12 14:29:22 -07:00
testing remove all trailling spaces 2011-10-04 11:14:41 -03:00
utils/tests Various fixes to tests in IPython.utils. 2011-10-08 13:08:44 +01:00