##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2697:c4637156
Cleanup of the XREQ channel. * Removed dead handler code. * Simplified things.
Brian Granger
0
r2696:14e7e241
Merge branch 'kernelmanager' of git://github.com/ellisonbg/ipython into qtfrontend
epatters
merge
0
r2695:c04e6487
Fixed high CPU usage of XREQ channel. Previously, the XReqSocketChannel was consuming nearly 100% CPU. This was caused by the ioloop polling for POLLIN|POLLOUT|POLLERR always. Now we are only polling for POLLOUT when there is a message waiting to be sent. This seems to have fixed the problem.
Brian Granger
0
r2694:3ed0a1d7
SUB channel _handle_recv is now greedy. This change is needed so that a single ioloop iteration will handle all of the messages that have been received. Otherwise the ioloop has to run multiple time to get everything.
Brian Granger
0
r2693:a6cdb64c
Added initial draft of blockingkernelmanager.py.
Brian Granger
0
r2692:8c504af5
General cleanup of kernelmanager.py. * Old handlers code removed. * Comments added.
Brian Granger
0
r2691:edff99ef
Channels can no longer be restarted.
Brian Granger
0
r2690:b7273f50
Changing -1=>0 for bind to random ports.
Brian Granger
0
r2689:b1a7241a
* Fixed history breakage due to recent refactoring. * Minor documentation and cleanup.
epatters
0
r2688:42928a5e
* Refactored ConsoleWidget execution API for greater flexibility and clarity. * Fixed bug where multi-line input was broken when the buffer size was exceeded * Properly implemented execute_file
epatters
0
r2687:022578d1
* Added ability to interrupt a kernel to FrontendWidget * Fixed bug where 'Cut' operation was permitted with keyboard shortcut * Fixed usability issue: calltips are now closed when Enter is pressed
epatters
0
r2686:740eb8b5
* Implemented KernelManager's 'signal_kernel' method. * Added 'set_kernel' method to permit the use of existing kernel processes. * General cleanup and documentation improvement.
epatters
0
r2685:babedec4
Updated to FrontendWidget to reflect BlockBreaker API changes.
epatters
0
r2684:6e4f2e29
Merge branch 'blockbreaker' of git://github.com/fperez/ipython into qtfrontend Conflicts: IPython/core/blockbreaker.py
epatters
merge
0
r2683:1505a879
update ipcluster docs w/ latest PBS/SGE/LSF changes
Justin Riley
0
r2682:09567cac
add bsub wrapper for LSFEngineSet LSF requires that job scripts be submitted to bsub through stdin. twisted.internet.utils.getProcessOutput does not support shell redirection so the bsub wrapper takes care of doing this.
Justin Riley
0
r2681:11c0776a
force /bin/sh in default SGE/PBS/LFS templates
Justin Riley
0
r2680:bfb3a62a
Fixes for LSF
Matthieu Brucher
0
r2679:7952c77c
add --queue to ipcluster's SGE/PBS/LSF subcmds
Justin Riley
0
r2678:fe180bb0
add main_lsf for experimental LSF support
Justin Riley
0
load next
< 1 .. 1302 1303 1304 1305 1306 .. 1438 >
showing 20 out of 28758 commits