summaryrefslogtreecommitdiff
path: root/pexpect/fdpexpect.py
Commit message (Expand)AuthorAgeFilesLines
* docsTapple2023-02-211-2/+4
* docsTapple2023-02-211-0/+2
* Make poll_ignore_interrupts register multiple FDs like select.select call and...Cooper Ry Lees2018-04-131-1/+1
* Move poll_ignore_interrupts to accept a fd at a time onlyCooper Ry Lees2018-04-011-1/+1
* Allow for configurable select.poll() usageCooper Ry Lees2018-03-231-8/+14
* Spelling fixesVille Skyttä2017-09-151-1/+1
* suggest docstring improvements for fdpexpect.pyJeff Quast2016-07-021-9/+12
* Further improve docstring for read_nonblocking.David Cullen2016-06-291-2/+10
* Improve docstring for read_nonblocking in fdspawn.David Cullen2016-06-291-4/+4
* Restore POSIX support to fdpexpect.David Cullen2016-06-281-1/+18
* Update docs for PopenSpawn and Windows supportThomas Kluyver2015-10-031-1/+2
* Add encoding parameter for fdspawnThomas Kluyver2015-09-121-3/+6
* Restore send/write methods to fdpexpectThomas Kluyver2015-09-091-0/+24
* Refactor, creating SpawnBase classThomas Kluyver2014-11-231-29/+5
* Delegate more methods to ptyprocessThomas Kluyver2014-11-231-0/+13
* Some more test coverage for fdpexpectThomas Kluyver2014-06-041-2/+2
* Document fdpexpect moduleThomas Kluyver2013-09-251-1/+6
* Fix fdpexpect for Python 3Thomas Kluyver2013-09-201-17/+10
* Move fdpexpect -> pexpect.fdpexpectThomas Kluyver2013-09-191-0/+99
* Moved everything up one directory level.Noah Spurrier2012-10-261-99/+0
* Added backward compatability back to Python 2.2.Noah Spurrier2012-10-251-0/+1
* This is mostly an update to the license.Noah Spurrier2012-10-251-10/+26
* I had to make a few tweaks to fix some broken tests. All tests pass at 82% co...noah2007-12-261-3/+3
* cleaned up fdpexpect a bit.noah2007-12-221-13/+21
* Added some svn:keywordsnoah2006-08-121-0/+1
* Syntax Error typo in __all__ declaration.noah2006-03-021-1/+1
* rleased 2.1beta. Added INSTALL file. A Few last minute tweaksnoah2006-03-011-0/+2
* Added Alexander Gattin's changes to support setting environment.noah2006-02-181-12/+21
* Added some changes suggested by Nicolas Cesar.noah2006-02-171-6/+17
* pexpect.spawn() allows cmd argument to be None to support subclassesnoah2006-02-091-0/+51