summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Simplify pexpect.pshcoverallsThomas Kluyver2013-10-261-35/+7
* Simplify FSM running exampleThomas Kluyver2013-10-211-12/+1
* Test and cleanup of pexpect.pshThomas Kluyver2013-10-211-29/+20
* Add test for pxssh moduleThomas Kluyver2013-10-211-1/+0
* Add simple test for pexpect.FSMThomas Kluyver2013-10-211-2/+4
* Test and fix getting tracebacks excluding pexpect codeThomas Kluyver2013-10-211-17/+1
* No coverage for import failureThomas Kluyver2013-10-211-1/+1
* Update version numbers for 3.0 beta 23.0b2Thomas Kluyver2013-10-091-1/+1
* Improve test for setting and retrieving window sizebetter-test-winsizeThomas Kluyver2013-10-091-1/+1
* Merge pull request #10 from pexpect/incremental-decoderThomas Kluyver2013-10-091-1/+3
|\
| * `is ucs is None` is not necessaryincremental-decoderjquast2013-10-091-2/+1
| * brevityjquast2013-10-091-4/+1
| * incremental decode full buffer, not iterationsjquast2013-10-091-4/+3
| * use an incremental decoder for streamsjquast2013-10-081-1/+8
* | Ignore SIGHUP by default, for backwards compatibilityThomas Kluyver2013-10-081-1/+6
* | Make ignoring of SIGHUP optional (disabled by default) in order to preventKimmo Parviainen-Jalanko2013-10-041-5/+5
|/
* Add spawnu and runu to __all__ listThomas Kluyver2013-10-021-2/+2
* Fix check on timeoutThomas Kluyver2013-10-021-1/+1
* Version 3.0 beta 13.0b1Thomas Kluyver2013-10-021-1/+1
* Minor doc fixesThomas Kluyver2013-10-021-8/+4
* Add runu function (unicode interface to run())Thomas Kluyver2013-10-021-4/+22
* Improve test for bad arguments to expect() and expect_exact()Thomas Kluyver2013-09-301-9/+20
* Fix some spelling mistakesThomas Kluyver2013-09-251-5/+5
* Fix interact_unicode testThomas Kluyver2013-09-251-2/+8
* Fix exception from interact()Thomas Kluyver2013-09-251-37/+6
* Fix some importsThomas Kluyver2013-09-251-2/+1
* Code tidy-upThomas Kluyver2013-09-251-35/+0
* Document screen and ANSIThomas Kluyver2013-09-252-41/+8
* Document pxssh moduleThomas Kluyver2013-09-251-9/+11
* Document fdpexpect moduleThomas Kluyver2013-09-251-1/+6
* Remove bundled six moduleThomas Kluyver2013-09-231-577/+0
* Remove use of six in pexpectThomas Kluyver2013-09-231-18/+15
* remove UnicodeEncodeError in __str__() for unicodejquast2013-09-231-6/+6
* fix:str() before %r still UnicodeEncodeErrorjquast2013-09-231-2/+2
* UnicodeEncodeError, not UnicodeDecodeError!jquast2013-09-231-1/+1
* only repr() on UnicodeDecodeError in __str__()jquast2013-09-231-2/+11
* absurd_match => Nonejquast2013-09-231-8/+6
* UnicodeEncodeError fix -- str => reprjquast2013-09-231-1/+1
* unicode fix, exception fixes for py3jquast2013-09-221-18/+24
* py2.5-compatible exception handlingjquast2013-09-221-2/+2
* py2.5 compatibilities w/six.pyjquast2013-09-221-31/+39
* 2 unicode fixes + some docfix lang brevityjquast2013-09-221-7/+8
* doc brevity and clean-upjquast2013-09-221-7/+7
* Fix run() for Python 3Thomas Kluyver2013-09-201-3/+3
* Fix fdpexpect for Python 3Thomas Kluyver2013-09-201-17/+10
* Fix logging tests for Python 3Thomas Kluyver2013-09-201-2/+5
* Fix pexpect.FSM for Python 3Thomas Kluyver2013-09-191-20/+19
* Move psh and pxssh into pexpectThomas Kluyver2013-09-192-0/+532
* Move fdpexpect -> pexpect.fdpexpectThomas Kluyver2013-09-191-0/+99
* Move ANSI -> pexpect.ANSIThomas Kluyver2013-09-191-0/+367