summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Not all spawn classes have a kill methoduse-ptyprocessThomas Kluyver2014-10-131-4/+0
* Record control characters in log filesThomas Kluyver2014-10-111-3/+15
* Delegate sending control characters to ptyprocessThomas Kluyver2014-10-103-62/+17
* Refactor, creating SpawnBaseUnicode classThomas Kluyver2014-10-102-59/+40
* Refactor, creating SpawnBase classThomas Kluyver2014-10-103-454/+458
* Move code out of __init__Thomas Kluyver2014-10-105-1647/+1641
* Remove some long-dead codeThomas Kluyver2014-10-101-9/+0
* Add ptyprocess to Travis installationThomas Kluyver2014-10-091-1/+1
* Delegate more methods to ptyprocessThomas Kluyver2014-10-094-121/+56
* Start adapting pexpect to use ptyprocessThomas Kluyver2014-10-082-176/+19
* Add Pexpect development team to copyright statementThomas Kluyver2014-09-302-0/+3
* Merge pull request #69 from takluyver/asyncioThomas Kluyver2014-09-216-80/+283
|\
| * Stop testing on Python 2.6 and 3.2Thomas Kluyver2014-09-211-1/+0
| * Document asyncio integrationThomas Kluyver2014-09-212-3/+30
| * Expose async parameter for expect_exactThomas Kluyver2014-09-213-12/+26
| * Check already read data before async reading moreThomas Kluyver2014-09-211-2/+14
| * Expand tests for async expectThomas Kluyver2014-09-211-9/+28
| * support timeout in async expectThomas Kluyver2014-09-212-4/+10
| * Fix EOF in async on LinuxThomas Kluyver2014-09-211-1/+8
| * Expose async as parameter for expectThomas Kluyver2014-09-213-12/+34
| * Refactor expect codeThomas Kluyver2014-09-213-106/+131
| * Initial stab at asyncio integrationThomas Kluyver2014-09-211-0/+72
|/
* Merge pull request #114 from erikb85/masterThomas Kluyver2014-09-211-2/+2
|\
| * enable echo deactivation in pxsshErik Bernoth2014-09-211-2/+2
|/
* Merge pull request #109 from pexpect/issue-86-and-100-stdin-closedThomas Kluyver2014-09-043-4/+49
|\
| * add to changelogissue-86-and-100-stdin-closedjquast2014-08-271-0/+5
| * Closes issue #86 and issue #100jquast2014-08-242-4/+44
* | Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-255-48/+264
|\ \ | |/ |/|
| * Some changes based on reviewing the codeThomas Kluyver2014-08-042-50/+44
| * Address review comments regarding referring to "unicode strings" in docstrings.David O'Shea2014-08-041-5/+5
| * Fix problems found in review.David O'Shea2014-08-041-4/+2
| * Change SPACE to be a unicode string.David O'Shea2014-08-021-3/+3
| * Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-013-43/+37
| * Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+.David O'Shea2014-08-011-1/+0
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-012-13/+13
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-244-26/+257
* | Merge pull request #101 from BrianOn99/py3docstringThomas Kluyver2014-08-081-2/+10
|\ \
| * | update documentation string in pexpect/__init__.py to be compatible with pyth...Chiu Yue Chun2014-08-081-2/+10
|/ /
* | Merge pull request #89 from dcoshea/issue-85-try2Thomas Kluyver2014-07-222-11/+43
|\ \
| * | Address review comment (no parens around assert statement arguments).David O'Shea2014-07-221-2/+2
| * | Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.David O'Shea2014-07-082-11/+43
| |/
* | Merge pull request #93 from joedougherty/patch-1Thomas Kluyver2014-07-171-1/+1
|\ \ | |/ |/|
| * Update commonissues.rstJoe Dougherty2014-07-171-1/+1
|/
* Merge pull request #87 from dcoshea/issue-82Thomas Kluyver2014-07-062-2/+10
|\
| * Issue #82: Handle more than two numbers in ANSI sequencesDavid O'Shea2014-07-032-2/+10
|/
* Merge pull request #78 from pexpect/improve-upon-test-miscJeff Quast2014-06-281-161/+198
|\
| * Incremental housekeeping cleanup of test_misc.pyjquast2014-06-281-161/+198
* | Merge pull request #76 from takluyver/replwrap-bash-set-pagerJeff Quast2014-06-282-2/+13
|\ \
| * | Allow replwrap to reset pager so bash doesn't get stuck displaying thingsThomas Kluyver2014-06-262-2/+13
|/ /
* | Bump version number to 3.33.3Thomas Kluyver2014-06-252-3/+3