summaryrefslogtreecommitdiff
path: root/pexpect/pexpect.py
Commit message (Expand)AuthorAgeFilesLines
* Applied patch 877254, implementing the expect_lookahead() methodpatch_877254actsofcreation2004-04-241-0/+29
* Added netstat to monitor example.noah2004-03-051-0/+4
* expect() and expect_exact() originally would only preserve the 'before' andnoah2004-03-021-12/+12
* Added a new example to keep open an SSH tunnel.noah2004-03-011-8/+15
* Just converting spaces to tabs.noah2004-02-291-2/+2
* Applied patch 844524 Fixed an OSError in pexpect.close * 2003-11-18 16:30 sub...noah2004-02-271-1/+4
* Buffering, man.noah2003-09-171-44/+51
* fixed cvs merge problem.noah2003-07-201-10/+0
* Changes to support multibyte read.noah2003-07-201-6/+51
* Beefed up some of the comments.noah2003-06-041-3/+5
* Added option to waitpid on close()noah2003-05-171-2/+9
* Added waitpid to close() method to eliminate <defuct> processes :-Pnoah2003-05-161-0/+1
* islive(), will you ever work?noah2003-05-081-16/+17
* Adding support to set/get child windows size.noah2003-05-081-32/+69
* Tweaks suggested by pychecker.noah2003-05-061-11/+10
* Fixed bugs introduced by renaming some of the global functions.noah2003-05-051-8/+8
* I changed the name of setwinsize and others to be private.noah2003-05-051-13/+13
* Did I mention that I hate Solaris?noah2003-04-201-18/+8
* Always with the fixing isalive()...noah2003-04-201-2/+4
* Added "exitstatus" to spawn object.noah2003-04-201-0/+3
* Clarified comment on close behavior.noah2003-04-201-1/+3
* Beefed up testing to not close externally created file descriptors.noah2003-04-101-14/+21
* changed version numbersnoah2003-04-101-1/+1
* Now supports file iterators.noah2003-04-101-0/+12
* Updated comments. Made documentation more clear.noah2003-04-071-20/+20
* Fixed some commentsnoah2003-04-061-3/+12
* Added an eof() flag test mthod.noah2003-03-171-1/+7
* Added run() function to Pexpect library.noah2003-03-121-2/+8
* Made isalive work better with both external fd and internal child pid.noah2003-02-261-13/+22
* For pexpect.py I did something wrong that I will have to fix in a minute...noah2003-02-261-5/+7
* The default timeouts of None was ambiguous because read_nonblockingnoah2003-02-251-2/+2
* Fixed some bugs with timeout default values in the expect methods.noah2003-02-251-3/+10
* Changed all 'local_timeout' variable names to 'timeout'.noah2003-02-251-6/+6
* Added Chad Schroeder's suggestions for making Pexpect work with genericnoah2003-02-251-5/+26
* Added type check for TIMEOUT in compile list method.noah2003-02-211-1/+3
* Added TIMEOUT as a 'pattern' that can be expected.noah2003-02-201-5/+24
* Reorganized the code.noah2003-01-061-194/+193
* changed 'name' attribute.noah2003-01-061-5/+10
* Fixed tests on Solaris. I think isalive() finally works on Solaris.noah2003-01-061-1/+3
* I think I fixed isalive()...noah2003-01-061-4/+12
* Added type check to args on __init__ method.noah2003-01-061-2/+5
* Trying to remove isalive. It's not very portable.noah2003-01-061-5/+8
* Added new read() method.noah2003-01-051-4/+30
* Changing read() to read_nonblocking()noah2003-01-051-6/+17
* forgot self as argument in some new methods.noah2003-01-051-61/+11
* Added more file object methods. Improved readline(). Starting to addnoah2003-01-051-23/+35
* Updated version number to 0.96.noah2003-01-051-1/+1
* Making it more file-like.noah2003-01-051-19/+17
* Added some attributes.noah2003-01-051-1/+4
* Several improvements have been made. Patterns are not compiled with DOTALLnoah2002-12-241-29/+34