summaryrefslogtreecommitdiff
path: root/pexpect/pexpect.py
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for logfiles.noah2007-12-271-0/+12
* Trying to add coverage for interact() methods.noah2007-12-201-29/+48
* Adding waitnoecho and test functions.noah2007-12-191-4/+37
* Updated license date.noah2007-12-171-1/+1
* Second patch by Jorgen Grahn.noah2007-12-161-4/+18
* Added Jorgen's pexpect-487-expect-order.patchnoah2007-12-161-5/+5
* Added Andrew Stone to credits also added his cache clearing patch.noah2007-06-271-2/+2
* Fixed minor bug in searcher_string.search. Forgot to index _string to get at ...noah2007-06-271-2/+4
* Added support for Unicode regular expressions by Andrew Stone.noah2007-06-271-81/+78
* I added Nick Craig-Wood's hasattr patch.noah2007-06-271-13/+7
* Added a comment.noah2007-06-231-0/+1
* Swapped out the old search algorithm for one that is smarter about lists of s...noah2007-06-231-38/+203
* Added expect_exact back in! For Andrew Stone.noah2007-05-301-17/+31
* Minor fix to buffer after a TIMEOUTnoah2007-05-141-0/+1
* Spelling fix in doc string.noah2007-03-291-1/+1
* Spellchecked comments with vim70.noah2007-03-261-4/+4
* Added vim modeline.noah2007-03-251-0/+2
* Updated docs.noah2007-03-071-2/+4
* I modified comments to be compatible with epydoc.noah2007-03-071-68/+68
* Added Andrewnoah2007-03-031-1/+1
* Minor formatting changes for docstrings.noah2007-03-031-16/+31
* Added tests for sendcontrol() method.noah2007-02-201-7/+9
* Fixed sendcontrol(). Added readline support to hive.py.noah2007-02-201-3/+5
* Added some of Guillaume Chazarain's changes.noah2007-02-191-13/+57
* Added __del__ fix by Fernando Perez.noah2007-02-191-1/+8
* Updated docs.noah2007-02-151-328/+407
* Added Jon Cohen name to the list of helpers.noah2007-01-281-1/+1
* check point. added CWD and fixing hive.py.noah2007-01-231-8/+11
* Enhanced pxssh.py so that login() will take a flag to determinnoah2006-10-251-2/+3
* checkpointnoah2006-10-201-1/+0
* Added sunos5 to platform detection for turning off native pty on Solaris.noah2006-10-191-3/+9
* Added some documentation about why | and > don't worknoah2006-10-051-6/+21
* typo in a commentnoah2006-09-121-1/+1
* There was a random sys.stdout.flush() that was messing things up.noah2006-08-271-1/+0
* Added send and read logging to pexpect. Got bd_client and bd_serv actually wo...noah2006-08-221-0/+10
* Added some svn:keywordsnoah2006-08-121-16/+17
* Checkpoint.noah2006-07-211-25/+28
* Chris Burroughsnoah2006-07-181-16/+26
* Updated the format of some comments.noah2006-06-011-29/+14
* Massive rootoring of Makefile and friends.noah2006-05-311-36/+36
* Added interact() filters as suggested by Karthik Gurusamy.noah2006-05-221-4/+13
* Cleaned up pxssh. It's now a little bit more of beta quality.noah2006-05-221-0/+1
* Added logfile to run() function.noah2006-05-221-3/+3
* interact() was not removing the escape_character before returning.noah2006-05-221-6/+14
* Added patch to allow spawn to work better under Solaris.noah2006-05-041-9/+90
* Added time.sleep(0.0001) as suggested by Jon Cohen.noah2006-05-021-3/+6
* spawn.instances was messing up garbage collectionnoah2006-02-191-8/+2
* pty not garbage collected on BSD systems. :-(noah2006-02-181-4/+5
* checkpointnoah2006-02-181-0/+5
* Found small bug in __select. Forgot module name for EINTR (errno)noah2006-02-181-2/+2