summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Added __del__ destructor to release file descriptors.noah2002-09-043-3/+48
* Updated documentation for the current version.noah2002-09-033-5/+7
* Just added some notes to myself in the code.noah2002-09-031-21/+26
* Oops... I broke ANSI.py by leaving some test crap lying around.noah2002-08-312-32/+29
* Moved non pyunittest test files to platform_tests/ directory.noah2002-08-316-46/+5
* Added test for expect_eof().noah2002-08-311-22/+40
* Added test to expect as well as expect_exact. Not a GREAT test, but itnoah2002-08-311-10/+16
* Added expect_exact() method to pexpect and added a test for it()noah2002-08-312-0/+85
* More ANSI tweaks.noah2002-08-301-13/+15
* Added some more ANSI features to the tables.noah2002-08-301-1/+22
* Another ANSI/VT100 test file.noah2002-08-291-0/+61
* This test ANSI file seems to fail. Why?noah2002-08-291-0/+417
* Test data. ASCII animation.noah2002-08-291-0/+690
* Added CVS variables to the source code for Revision and Date.noah2002-08-286-5/+25
* Experimenting with source control variables.noah2002-08-281-0/+4
* This test does not work. I remember writing this, but someone it got lost.noah2002-08-271-109/+2
* These tests did not work with the latest pexpect interface. I fixed this.noah2002-08-272-7/+9
* Some documentation tightening and version increment.noah2002-08-279-12/+30
* This is a big turd. I'm using it to help me figure out what I need innoah2002-08-272-3/+140
* Implemented get_region().noah2002-08-271-2/+8
* Test file for screen.py module and test data for ANSI.py module.noah2002-08-272-0/+172
* Added a comment.noah2002-08-271-0/+3
* Cleaning up ANSI.py. New ANSI name and new method 'get_region()' for screen.py.noah2002-08-273-10/+18
* updated tests. Tweaked ANSI.py.noah2002-08-272-14/+25
* Broke apart ansi.py and screen.py.noah2002-08-262-113/+19
* incremental update.noah2002-08-266-286/+296
* It's getting much closer to working. Fixed on bad bug with cursor_backnoah2002-08-251-5/+17
* This bastard is getting complicated and I still can't handle thenoah2002-08-251-4/+56
* This is a raw text file. It will be used as test data to test ansi.py.noah2002-08-251-0/+3
* Fixed some tab and space issues.noah2002-08-241-99/+97
* Halfway working increment.noah2002-08-241-22/+89
* Incremental update of ansi.pynoah2002-08-242-134/+168
* Working on ansi with some new tests.noah2002-08-242-64/+136
* Test suite for ansi.pynoah2002-08-241-0/+52
* Modified MANIFEST to reflect name change of fsm.py to FSM.py.noah2002-08-231-1/+1
* New and improved Finite State Machine with example.noah2002-08-232-297/+262
* Enhanced doc generation to remove index.html (which is static and notnoah2002-08-151-0/+2
* Index for doc pages since pydoc does not generate an index :-(noah2002-08-151-0/+29
* Newish FSM.noah2002-08-151-54/+118
* Initial revisionnoah2002-08-1330-0/+2198