summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* `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
* 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
* 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 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 logging tests for Python 3Thomas Kluyver2013-09-201-2/+5
* Add spawnu interface for unicodeThomas Kluyver2013-09-191-33/+93
* Changes towards Python 3 compatibility.Thomas Kluyver2013-09-171-18/+36
* Start reorganising into packageThomas Kluyver2013-09-171-0/+1952