summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Version number back to 4.1.devThomas Kluyver2015-10-061-1/+1
* Version number -> 4.0.14.0.1Thomas Kluyver2015-10-061-1/+1
* Version number -> 4.1.devThomas Kluyver2015-10-051-1/+1
* Version number -> 4.04.0Thomas Kluyver2015-10-051-1/+1
* Make Pexpect importable on WindowsThomas Kluyver2015-10-031-153/+7
* Merge pull request #182 from takluyver/reintegrate-unicodeThomas Kluyver2015-09-091-20/+16
|\
| * Fix deprecated runu functionThomas Kluyver2015-02-271-1/+2
| * Deprecate runu functionThomas Kluyver2015-02-261-20/+15
* | Document that a method may also be used.Jeff Quast2015-02-141-2/+2
* | Display well-formed TypeError for events callbackJeff Quast2015-02-141-1/+3
* | PEP8: do not use backslash continuation char '\'Jeff Quast2015-02-141-2/+2
* | Begin __version__ "4.0.dev"Jeff Quast2015-02-141-1/+1
* | Updated Error message to mention MethodTypeSamuel Bancal2015-02-121-1/+1
* | Allows also method callback for events argument in pexpect.run()Samuel Bancal2015-02-121-1/+2
|/
* Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-181-1883/+8
|\
| * Change run* timeout=-1 -> timeout=30Jeff Quast2014-11-241-2/+2
| * Move code out of __init__Thomas Kluyver2014-11-231-1649/+6
| * Remove some long-dead codeThomas Kluyver2014-11-231-9/+0
| * Delegate more methods to ptyprocessThomas Kluyver2014-11-231-120/+40
| * Start adapting pexpect to use ptyprocessThomas Kluyver2014-11-231-176/+18
* | Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-11-231-95/+87
|\ \ | |/
| * Merge pull request #142 from pexpect/failed-str-selfJeff Quast2014-11-221-2/+4
| |\
| | * Use ternary if/else in spawn.__str__Jeff Quast2014-11-221-2/+2
| | * Failure in __str__() before any output.Jeff Quast2014-11-221-2/+4
| * | Rectify docstring typo in compile_pattern_list()Rick Lin2014-11-201-1/+1
| |/
| * Modify run() to allow a tuple list of events.Hideaki Suzuki2014-10-111-10/+24
| * Document asyncio integrationThomas Kluyver2014-09-211-3/+21
| * Expose async parameter for expect_exactThomas Kluyver2014-09-211-7/+14
| * support timeout in async expectThomas Kluyver2014-09-211-1/+3
| * Expose async as parameter for expectThomas Kluyver2014-09-211-4/+8
| * Refactor expect codeThomas Kluyver2014-09-211-70/+10
| * Closes issue #86 and issue #100jquast2014-08-241-3/+8
* | Closes issue #104 -- cannot execute sudo(8)jquast2014-08-241-32/+16
|/
* update documentation string in pexpect/__init__.py to be compatible with pyth...Chiu Yue Chun2014-08-081-2/+10
* Bump version number to 3.33.3Thomas Kluyver2014-06-251-1/+1
* Merge branch 'issue-44-solaris-try-3' of github.com:pexpect/pexpect into issu...Jeff Quast2014-06-241-2/+2
|\
| * Fix up except syntax againThomas Kluyver2014-06-241-2/+2
* | Provide example of SRV4-like systemsJeff Quast2014-06-241-3/+4
|/
* Refactor exceptions in __pty_make_controlling_ttyJeff Quast2014-06-241-39/+17
* 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