summaryrefslogtreecommitdiff
path: root/pexpect/pexpect.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-30/+26
* Cleaned up 'which' function.noah2012-09-131-41/+34
* Finished PEP8 modifications.noah2012-08-231-7/+8
* Syntax error fix. Forgot to run the test suite.noah2012-08-231-2/+2
* Updated for PEP8.noah2012-08-231-275/+376
* Added a fix to ANSI.py by Shane Kerr.noah2010-07-111-25/+32
* Minor changes.noah2009-02-011-2/+2
* It turns out someone was getting another exception besides AttributeError.noah2008-05-231-5/+5
* Following up on all the bug reports on SourceForge.net.noah2008-03-221-1/+1
* Patch from Jan Grant for solaris cron.noah2008-03-191-5/+9
* Added patch by John Spiegel john at jspiegel.net.noah2008-02-091-1/+2
* Getting ready for the next version 2.4 release.noah2008-01-051-2/+2
* 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