summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python 3.2 fixbuildbot-changesjquast2014-03-161-1/+1
* show only first 30 lines of hexdiffjquast2014-03-161-2/+2
* export TERM=dumb for /bin/ls testsjquast2014-03-162-8/+13
* Merge pull request #43 from pexpect/issue-42-cannot-implicit-bytes-to-strJeff Quast2014-03-072-3/+18
|\
| * display expected prompt as PROMPT, not PROMPT_SET_SHissue-42-cannot-implicit-bytes-to-strjquast2014-03-071-1/+1
| * assertRaises is not 2.6->3.x compatiblejquast2014-03-061-1/+7
| * closes issue #42, self.buffer decoded implicitlyjquast2014-03-062-3/+12
|/
* Merge pull request #41 from chrismerck/patch-1Thomas Kluyver2014-02-201-14/+1
|\
| * FAQ.rst: Removed redundant paragraph.Chris Merck2014-02-201-14/+1
|/
* Merge pull request #40 from emaste/masterThomas Kluyver2014-02-131-11/+4
|\
| * Remove workaround for bug affecting very old platformsEd Maste2014-02-131-11/+4
|/
* Merge pull request #38 from mattprintz/masterThomas Kluyver2014-02-073-1/+63
|\
| * Fixing test for signal interrupt exceptionMatthew Printz2014-02-063-16/+31
| * Adding test to for signal handling errorMatthew Printz2014-02-062-0/+47
| * 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
|/
* Merge pull request #36 from takluyver/pxssh-docsThomas Kluyver2014-01-272-61/+66
|\
| * Update pxssh example for Python 3Thomas Kluyver2014-01-231-10/+10
| * Document force_password attributeThomas Kluyver2014-01-231-0/+6
| * Polish pxssh docstringsThomas Kluyver2014-01-231-19/+27
| * Make code style more regularThomas Kluyver2014-01-231-24/+21
| * Fix documentation of using auto_prompt_reset.Thomas Kluyver2014-01-232-12/+6
|/
* Prepare for 3.1 release3.1Thomas Kluyver2014-01-224-5/+176
* Squash some Sphinx warningsThomas Kluyver2014-01-221-1/+9
* Merge pull request #29 from takluyver/examples-main-blocksThomas Kluyver2014-01-077-70/+18
|\
| * Don't catch unhandled exceptions in examples.Thomas Kluyver2013-12-137-70/+18
* | 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-072-0/+15
|\ \
| * | Test for previous commitEric Hanchrow2014-01-071-0/+14
| * | ExceptionPexpect.__init__: invoke super's initEric Hanchrow2014-01-061-0/+1
| |/
* | Merge pull request #33 from aho-iridium/masterThomas Kluyver2014-01-071-1/+1
|\ \ | |/ |/|
| * Correct handle when select in spawn returns with an error (e.g. SIGWINCH)Alex Ho2013-12-301-1/+1
|/
* Merge pull request #28 from joeledwards/masterThomas Kluyver2013-12-111-17/+54
|\
| * Merge branch 'master' of github.com:joeledwards/pexpectJoel Edwards2013-12-110-0/+0
| |\
| | * Switched to a simpler approache for appending to the promptJoel Edwards2013-12-101-11/+3
| | * Removed call to self._coerce_read_string in try_read_promptJoel Edwards2013-12-101-1/+1
| | * Removed coerce_result argument from pexpect read_nonblocking method.Joel Edwards2013-12-102-8/+4
| | * __init__.py (pexpect)Joel Edwards2013-12-102-7/+19
| | * Cleaned up prompt synchronizationJoel Edwards2013-12-041-24/+36
| | * Added a control arguments to pxssh login methodJoel Edwards2013-11-151-14/+42
| * | Cleanup of unused import and loop exit strategy in try_read_promptJoel Edwards2013-12-111-4/+1
| * | Switched to a simpler approache for appending to the promptJoel Edwards2013-12-111-11/+3
| * | Removed call to self._coerce_read_string in try_read_promptJoel Edwards2013-12-111-1/+1
| * | Removed coerce_result argument from pexpect read_nonblocking method.Joel Edwards2013-12-112-8/+4
| * | __init__.py (pexpect)Joel Edwards2013-12-112-7/+19
| * | Cleaned up prompt synchronizationJoel Edwards2013-12-111-24/+36
| * | Added a control arguments to pxssh login methodJoel Edwards2013-12-111-14/+42
|/ /
* | Merge pull request #26 from takluyver/examples-cleanup-1Thomas Kluyver2013-12-037-1733/+0
|\ \ | |/ |/|
| * Remove unhelpful examplesThomas Kluyver2013-12-027-1733/+0
|/