summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update docs to use context managerRafał2022-11-091-0/+6
* Spelling fixesVille Skyttä2020-05-091-1/+1
* Update version # for new releasedluyer2020-01-161-1/+1
* Update version number, docs and release history due to #528, #562 and #563.Red_M2019-03-241-1/+1
* Version number -> 4.64.6Thomas Kluyver2018-05-291-1/+1
* Allow for configurable select.poll() usageCooper Ry Lees2018-03-231-1/+1
* Version number -> 4.4.0Thomas Kluyver2018-02-101-1/+1
* Version number -> 4.3.14.3.1Thomas Kluyver2017-12-121-1/+1
* Version number -> 4.34.3Thomas Kluyver2017-11-091-1/+1
* Prepare to release 4.2.14.2.1Thomas Kluyver2016-08-211-1/+1
* Prepare for 4.2.0 release for spawn_env_path changeJeff Quast2016-06-061-1/+1
* Version number -> 4.1.04.1.0Thomas Kluyver2016-05-211-1/+1
* 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__failed-str-selfJeff 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
|/