summaryrefslogtreecommitdiff
path: root/pexpect/screen.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecation warning in pexpect.screenThomas Kluyver2015-09-121-0/+7
* Some changes based on reviewing the codeThomas Kluyver2014-08-041-21/+16
* Address review comments regarding referring to "unicode strings" in docstrings.David O'Shea2014-08-041-5/+5
* Change SPACE to be a unicode string.David O'Shea2014-08-021-3/+3
* Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-011-21/+16
* Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-011-10/+10
* Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-241-14/+84
* Document screen and ANSIThomas Kluyver2013-09-251-36/+4
* Move screen -> pexpect.screenThomas Kluyver2013-09-191-0/+396
* Moved everything up one directory level.Noah Spurrier2012-10-261-396/+0
* This is mostly an update to the license.Noah Spurrier2012-10-251-55/+71
* Added test for ANSI screen torture test.noah2007-07-131-3/+21
* Updated docs.noah2007-03-071-53/+148
* Added some svn:keywordsnoah2006-08-121-2/+1
* bd_serve and bd_client are much more usable now. Almost useful.noah2006-03-061-6/+1
* Making the bd_client and bc_server examples actually work and be usefull.noah2006-03-051-6/+29
* Added CVS variables to the source code for Revision and Date.noah2002-08-281-1/+4
* Implemented get_region().noah2002-08-271-2/+8
* Cleaning up ANSI.py. New ANSI name and new method 'get_region()' for screen.py.noah2002-08-271-0/+14
* incremental update.noah2002-08-261-0/+227