summaryrefslogtreecommitdiff
path: root/pexpect
Commit message (Expand)AuthorAgeFilesLines
* Remove bundled six moduleThomas Kluyver2013-09-231-577/+0
* Remove use of six in pexpectThomas Kluyver2013-09-231-18/+15
* remove UnicodeEncodeError in __str__() for unicodejquast2013-09-231-6/+6
* fix:str() before %r still UnicodeEncodeErrorjquast2013-09-231-2/+2
* UnicodeEncodeError, not UnicodeDecodeError!jquast2013-09-231-1/+1
* only repr() on UnicodeDecodeError in __str__()jquast2013-09-231-2/+11
* absurd_match => Nonejquast2013-09-231-8/+6
* UnicodeEncodeError fix -- str => reprjquast2013-09-231-1/+1
* unicode fix, exception fixes for py3jquast2013-09-221-18/+24
* py2.5-compatible exception handlingjquast2013-09-221-2/+2
* py2.5 compatibilities w/six.pyjquast2013-09-221-31/+39
* 2 unicode fixes + some docfix lang brevityjquast2013-09-221-7/+8
* doc brevity and clean-upjquast2013-09-221-7/+7
* Fix run() for Python 3Thomas Kluyver2013-09-201-3/+3
* Fix fdpexpect for Python 3Thomas Kluyver2013-09-201-17/+10
* Fix logging tests for Python 3Thomas Kluyver2013-09-201-2/+5
* Fix pexpect.FSM for Python 3Thomas Kluyver2013-09-191-20/+19
* Move psh and pxssh into pexpectThomas Kluyver2013-09-192-0/+532
* Move fdpexpect -> pexpect.fdpexpectThomas Kluyver2013-09-191-0/+99
* Move ANSI -> pexpect.ANSIThomas Kluyver2013-09-191-0/+367
* Move FSM -> pexpect.FSMThomas Kluyver2013-09-191-0/+346
* Move screen -> pexpect.screenThomas Kluyver2013-09-191-0/+396
* Add spawnu interface for unicodeThomas Kluyver2013-09-191-33/+93
* Changes towards Python 3 compatibility.Thomas Kluyver2013-09-172-18/+613
* Start reorganising into packageThomas Kluyver2013-09-171-0/+1952
* Moved everything up one directory level.Noah Spurrier2012-10-26106-15102/+0
* Fixed tests and improved docs.Noah Spurrier2012-10-252-6/+39
* Added backward compatability back to Python 2.2.Noah Spurrier2012-10-253-33/+32
* This is mostly an update to the license.Noah Spurrier2012-10-2579-1172/+2667
* Minor changes.noah2009-02-013-7/+7
* Just some comment updates.noah2008-12-061-4/+10
* This is a waste of space...noah2008-10-021-7542/+0
* This is looking a little old now.noah2008-08-181-1/+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
* I changed the name of a method. It was driving me nuts.noah2008-02-091-2/+2
* Added patch by John Spiegel john at jspiegel.net.noah2008-02-092-3/+8
* This seemed more universal. Most systems have lamemp3noah2008-01-191-6/+14
* Getting ready for the next version 2.4 release.noah2008-01-052-3/+3
* Added :refresh command. This is similar to :resync.noah2008-01-051-1/+38
* Made assert messages more informative.noah2007-12-291-5/+10
* Added documentation for logfiles.noah2007-12-273-8/+34
* This is looking better.noah2007-12-271-98/+133
* I had to make a few tweaks to fix some broken tests. All tests pass at 82% co...noah2007-12-264-7/+11
* cleaned up fdpexpect a bit.noah2007-12-222-14/+23
* Mang... this is hard. And now two tests are failing. Super terrific...noah2007-12-213-9/+53
* Trying to add coverage for interact() methods.noah2007-12-2018-75/+310
* Adding waitnoecho and test functions.noah2007-12-194-4/+72
* My precious...noah2007-12-171-0/+0