summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix (hopefully) email address for PyPI upload4.4Thomas Kluyver2018-02-101-1/+1
* Version number -> 4.4.0Thomas Kluyver2018-02-102-2/+2
* Release notes for 4.4Thomas Kluyver2018-02-101-0/+13
* Merge pull request #466 from takluyver/i465Thomas Kluyver2018-02-101-3/+5
|\
| * Fix name in example codeThomas Kluyver2018-02-061-1/+1
| * Ensure spawn.closed gets set, improve sigwinch_passthrough exampleThomas Kluyver2018-02-061-3/+5
* | Merge pull request #464 from ryanpetrello/optimized-read-bufferThomas Kluyver2018-02-086-21/+59
|\ \ | |/ |/|
| * optimize pty buffering and searchingRyan Petrello2018-02-056-21/+59
|/
* Merge pull request #460 from tcwalther/masterThomas Kluyver2017-12-211-6/+6
|\
| * Merge remote-tracking branch 'upstream/master'Thomas Walther2017-12-2029-89/+168
| |\ | |/ |/|
* | Version number -> 4.3.14.3.1Thomas Kluyver2017-12-122-2/+2
* | Release notes for 4.3.1Thomas Kluyver2017-12-121-0/+8
* | Merge pull request #459 from takluyver/unset-prompt-commandThomas Kluyver2017-12-111-0/+4
|\ \
| * | Unset PROMPT_COMMAND when launching bash for replwrapThomas Kluyver2017-12-081-0/+3
| * | Explanatory comment about bashrc filesThomas Kluyver2017-12-081-0/+1
|/ /
* | Merge pull request #457 from zimbatm/better-bashrcThomas Kluyver2017-12-081-2/+9
|\ \
| * | handle more OSeszimbatm2017-11-211-2/+9
|/ /
* | Merge pull request #456 from nehaljwani/bad-importsThomas Kluyver2017-11-141-2/+0
|\ \
| * | Remove superfluous importsNehal J Wani2017-11-141-2/+0
|/ /
* | Version number -> 4.34.3Thomas Kluyver2017-11-092-3/+3
* | Release notes for 4.3Thomas Kluyver2017-11-091-0/+25
* | Merge pull request #452 from orulz/issue_451_pxssh_broken_with_password_in_ba...Thomas Kluyver2017-11-091-4/+4
|\ \
| * | Issue #451: Check for "password:" as password prompt instead of "password"oevans2017-10-251-4/+4
|/ /
* | Merge pull request #450 from tacaswell/fix_37_compatThomas Kluyver2017-10-213-3/+4
|\ \
| * | TST: add nightly to test suiteThomas A Caswell2017-10-211-0/+1
| * | FIX: rename async.py -> _async.py to avoid syntax errors in 3.7Thomas A Caswell2017-10-212-3/+3
|/ /
* | Merge pull request #449 from sobolevn/patch-1Thomas Kluyver2017-10-161-1/+1
|\ \
| * | Updates README.rst with svg badgeNikita Sobolev2017-10-141-1/+1
|/ /
* | Merge pull request #447 from rob356/win32-stringsThomas Kluyver2017-09-281-1/+1
|\ \
| * | Don't split cmd strings on win32Robert Holt2017-09-271-1/+1
|/ /
* | Merge pull request #445 from scop/36escThomas Kluyver2017-09-178-24/+24
|\ \
| * | Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-09-178-24/+24
|/ /
* | Merge pull request #446 from eli-b/patch-1Thomas Kluyver2017-09-161-1/+1
|\ \
| * | Use os.name instead of sys.platformEli Boyarski2017-09-161-1/+1
| * | Fix popen_spawn when specifying a path on Windows which contains "\" separatorsEli Boyarski2017-09-161-1/+1
* | | Merge pull request #444 from scop/travisThomas Kluyver2017-09-161-0/+1
|\ \ \
| * | | Travis: add 3.6Ville Skyttä2017-09-151-0/+1
| |/ /
* | | Merge pull request #443 from scop/spellingThomas Kluyver2017-09-169-16/+16
|\ \ \ | |/ / |/| |
| * | Spelling fixesVille Skyttä2017-09-159-16/+16
|/ /
* | Merge branch 'master' of github.com:pexpect/pexpectThomas Kluyver2017-08-225-27/+48
|\ \
| * \ Merge pull request #386 from kristopher-h/masterThomas Kluyver2017-08-221-1/+4
| |\ \
| | * | Raise ExceptionPexpect instead of PtyProcessError in spawn.closeKristopher H2016-10-191-1/+4
| * | | Merge pull request #431 from takluyver/i315Thomas Kluyver2017-08-222-25/+37
| |\ \ \
| | * | | Rename async= parameter to async_=Thomas Kluyver2017-07-192-25/+37
| * | | | Merge pull request #434 from takluyver/i433Thomas Kluyver2017-08-222-1/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Only pass strings to shlexThomas Kluyver2017-07-252-1/+7
| |/ / /
* | | | Ignore failures on PyPy on TravisThomas Kluyver2017-08-221-0/+5
* | | | Remove superfluous importsThomas Kluyver2017-08-221-1/+0
* | | | Add some more explanation about pexpect on WindowsThomas Kluyver2017-08-221-2/+12
|/ / /
* | | Merge pull request #430 from nresare/patch-1Thomas Kluyver2017-07-181-3/+3
|\ \ \