summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Another "as err" vs ", err" exception fix.jquast2014-06-151-5/+5
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-151-71/+139
* For python3, exceptions should use "as err", not ", err"jquast2014-06-151-2/+2
* Document and detect EOF condition in interact()jquast2014-06-151-26/+15
* Merge pull request #70 from pexpect/more-exacting-whichThomas Kluyver2014-06-101-5/+45
|\
| * Make execute permission check more explicitThomas Kluyver2014-06-101-4/+11
| * Provide new 'is_exe' function used by 'which'jquast2014-06-071-5/+38
* | PR #66: TypeError thrown by spawnu.readline()jquast2014-06-081-2/+6
|/
* Mark a few unsupported code paths as not needed for test coverageThomas Kluyver2014-06-041-7/+7
* Merge pull request #46 from a-tal/masterJeff Quast2014-06-011-2/+0
|\
| * removes excepted raisea-tal2014-04-031-2/+0
* | folders should not be returned by pexpect.which()jquast2014-06-011-5/+6
* | Bump version number for 3.2Thomas Kluyver2014-04-141-1/+1
|/
* Remove workaround for bug affecting very old platformsEd Maste2014-02-131-11/+4
* Simplifying code to use format of select.error arguments that works in both P...Matthew Printz2014-02-051-5/+1
* Fixing issue where errno does not exist on select.errorMatthew Printz2014-02-041-1/+5
* Prepare for 3.1 release3.1Thomas Kluyver2014-01-221-1/+1
* Merge pull request #31 from takluyver/stdout-bytes-py3Thomas Kluyver2014-01-071-1/+8
|\
| * Allow importing when sys.stdout is reassigned on Python 3Thomas Kluyver2013-12-181-1/+8
* | Merge pull request #34 from offby1/masterThomas Kluyver2014-01-071-0/+1
|\ \
| * | ExceptionPexpect.__init__: invoke super's initEric Hanchrow2014-01-061-0/+1
| |/
* | Correct handle when select in spawn returns with an error (e.g. SIGWINCH)Alex Ho2013-12-301-1/+1
|/
* Bump version numbers for 3.0 final release3.0Thomas Kluyver2013-11-111-1/+1
* Bump version numbers for release candidate 33.0rc3Thomas Kluyver2013-11-041-1/+1
* Bump version numbers for release candidate 23.0rc2Thomas Kluyver2013-10-281-1/+1
* Fix silly mistake from previous commitThomas Kluyver2013-10-271-2/+2
* Update version number for 3.0rc13.0rc1Thomas Kluyver2013-10-271-2/+2
* 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 sizeThomas Kluyver2013-10-091-1/+1
* Merge pull request #10 from pexpect/incremental-decoderThomas Kluyver2013-10-091-1/+3
|\
| * `is ucs is None` is not necessaryjquast2013-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
* 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