10 Commits (c585990f969de756c130008bf6a381b35c7ff758)

Author SHA1 Message Date
Steven Silvester 8da70a352a Restart bash if we get an EOF error.
Restart bash if there are any errors

Limit catches to pexpect.EOF, print previous output

Catch keyboard interrupts while waiting for bash prompt

Revert try/catch around expect_prompt
11 years ago
Steven Silvester 41bc603506 Fix possible IndexError and add whitespace 11 years ago
Steven Silvester 5a3d3b795c Allow completions to work for files, directories, and aliases. 11 years ago
Steven Silvester f8629ab8ff Use length of token not len of code for start_pos 11 years ago
Steven Silvester 59f5dc5e3e Add code completion using bash compgen command. 11 years ago
Steven Silvester fe6de313e7 Fix handling of exitcode, name of "payload" key, add stub for shutdown. 11 years ago
Thomas Kluyver 87aad44f14 Version 0.2 11 years ago
Thomas Kluyver d7f79edb8c Make bash subprocess interruptible
Prevent inheriting SIG_IGN

Closes gh-1
11 years ago
Thomas Kluyver b563d4321b Version is 0.1 11 years ago
Thomas Kluyver cb0df82ba8 Initial commit (made in the IPython Qtconsole) 11 years ago