summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Use raw strings for strings with literal backslashNoa Resare2017-07-171-3/+3
|/ /
* | Merge pull request #417 from TheNuclearCat/masterThomas Kluyver2017-05-261-0/+1
|\ \
| * | added missing assignment of pid var to PopenSpawn classMarc Maurer2017-05-251-0/+1
|/ /
* | Merge pull request #376 from gescheit/masterThomas Kluyver2017-02-073-6/+29
|\ \
| * | dont remove reference to _UnixReadPipeTransportAleksandr Balezin2016-09-073-6/+29
| |/
* | Merge pull request #389 from lazymutt/masterThomas Kluyver2016-12-211-4/+1
|\ \
| * | Remove reference to missing scriptTodd McDaniel2016-10-301-4/+1
| |/
* | Reword info about encoding in exampleThomas Kluyver2016-12-061-2/+2
* | Merge pull request #395 from AngusP/patch-1Thomas Kluyver2016-12-061-2/+3
|\ \
| * | Update docstring for class spawn.__init__ in pty_spawn.py to remove reference...Angus Pearson2016-12-041-2/+3