summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Experimental support for code covereage test analysis.noah2003-04-201-0/+596
* Add support to make tests more directory independent.noah2003-04-102-1/+10
* Beefed up testing to not close externally created file descriptors.noah2003-04-103-19/+37
* This test is broken (the test, not pexpect).noah2003-04-102-3/+12
* changed version numbersnoah2003-04-103-3/+3
* 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 "mysql SHOW STATUS" to the bunch.noah2003-03-131-1/+16
* foonoah2003-03-121-6/+8
* Improved simple monitor scriptnoah2003-03-121-14/+64
* This is the start of a remote monitoring utility.noah2003-03-121-0/+40
* Improved the regex in uptime to work on more variants.noah2003-03-121-2/+4
* Changed wording of the readme.noah2003-03-121-22/+14
* Added run() function to Pexpect library.noah2003-03-122-2/+11
* foonoah2003-03-011-1/+13
* 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-262-6/+8
* The default timeouts of None was ambiguous because read_nonblockingnoah2003-02-252-3/+3
* Fixed some bugs with timeout default values in the expect methods.noah2003-02-251-3/+10
* This runs testall.py on many different platforms on the Compile Farm.noah2003-02-251-0/+54
* Changed all 'local_timeout' variable names to 'timeout'.noah2003-02-251-6/+6
* This tests if the new facility to use expect with already open file descriptors.noah2003-02-252-21/+28
* Added Chad Schroeder's suggestions for making Pexpect work with genericnoah2003-02-254-11/+75
* Added type check for TIMEOUT in compile list method.noah2003-02-211-1/+3
* Added TIMEOUT test.noah2003-02-211-0/+7
* Test was TURNED OFF for quite a while. Damn I will have to runnoah2003-02-201-3/+3
* Added TIMEOUT as a 'pattern' that can be expected.noah2003-02-201-5/+24
* This is the same as the old one. I was just trying to change permissions.noah2003-02-061-0/+258
* Trying again to change file permission by removing then checking back in.noah2003-02-061-258/+0
* Added some comments and more status printing.noah2003-02-051-4/+20
* Eat my own dog food. Why do this with a shell script when it's easiernoah2003-02-042-12/+43
* Reorganized the code.noah2003-01-061-194/+193
* changed 'name' attribute.noah2003-01-061-5/+10
* Added a note about Solaris problems.noah2003-01-061-2/+5
* This has the same old problem on OSX...noah2003-01-061-0/+1
* Fixing tests. Mac OSX does not flush it's buffers when a child dies... Damn!noah2003-01-062-19/+1
* Fixed tests on Solaris. I think isalive() finally works on Solaris.noah2003-01-063-7/+35
* 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-053-3/+3
* 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-242-29/+58