summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 3.0 beta 13.0b1Thomas Kluyver2013-10-022-3/+3
* Minor doc fixesThomas Kluyver2013-10-021-8/+4
* Add runu function (unicode interface to run())Thomas Kluyver2013-10-023-15/+68
* Explain version number incrementThomas Kluyver2013-09-301-0/+4
* Improve test for bad arguments to expect() and expect_exact()Thomas Kluyver2013-09-302-13/+52
* Rewrite test_greedThomas Kluyver2013-09-301-70/+31
* Fix getch test sample for Python 3Thomas Kluyver2013-09-261-1/+7
* Fix test for sending all possible bytes to child processThomas Kluyver2013-09-261-16/+15
* Add history docThomas Kluyver2013-09-263-1/+33
* Minor fixes to some testsThomas Kluyver2013-09-261-2/+2
* Add FAQ to docsThomas Kluyver2013-09-262-0/+130
* Update README to point to docsThomas Kluyver2013-09-261-3/+5
* Update install docs now Pexpect is the name againThomas Kluyver2013-09-261-9/+7
* Add examples list to docsThomas Kluyver2013-09-262-0/+80
* Hooray! Tests pass on TravisThomas Kluyver2013-09-261-0/+5
* Make tests for interact more robust on slow machinesThomas Kluyver2013-09-264-8/+23
* before & after tests shouldn't depend on the format of the Python interactive...Thomas Kluyver2013-09-262-12/+14
* Don't run performance tests on TravisThomas Kluyver2013-09-251-0/+6
* Fix some spelling mistakesThomas Kluyver2013-09-251-5/+5
* Another unicode literalThomas Kluyver2013-09-251-1/+1
* Disable echo to test order, hopefully fixing test_expect_order_exact on TravisThomas Kluyver2013-09-251-28/+8
* Run garbage collection at start of destructor testThomas Kluyver2013-09-251-0/+2
* Fix unicode literals for Python 3.2Thomas Kluyver2013-09-252-35/+36
* Hopefully fix problem with test_sendcontrol on TravisThomas Kluyver2013-09-252-8/+13
* Fix interact_unicode testThomas Kluyver2013-09-254-14/+29
* Improvements to test frameworkThomas Kluyver2013-09-252-2/+3
* Remove skipped test_interact_threadThomas Kluyver2013-09-251-30/+0
* Test interact method on spawnu classThomas Kluyver2013-09-252-6/+17
* Fix exception from interact()Thomas Kluyver2013-09-251-37/+6
* Clean up test_interactThomas Kluyver2013-09-251-12/+2
* Fix some importsThomas Kluyver2013-09-251-2/+1
* Code tidy-upThomas Kluyver2013-09-252-36/+2
* Document screen and ANSIThomas Kluyver2013-09-258-48/+41
* Document pxssh moduleThomas Kluyver2013-09-253-10/+42
* pexpect is now a packageThomas Kluyver2013-09-251-1/+2
* Document fdpexpect moduleThomas Kluyver2013-09-254-4/+32
* Remove reference to Pexpected in the docs - it will be the next version of pe...Thomas Kluyver2013-09-251-5/+2
* Merge pull request #1 from pexpected/desixThomas Kluyver2013-09-2315-842/+265
|\
| * Fix tests in test_performanceThomas Kluyver2013-09-231-11/+23
| * Remove bundled six moduleThomas Kluyver2013-09-231-577/+0
| * Don't use six for testsThomas Kluyver2013-09-2313-248/+239
| * Remove use of six in pexpectThomas Kluyver2013-09-231-18/+15
|/
* Fix SyntaxError in test_miscThomas Kluyver2013-09-231-1/+1
* Python 3.3 is supported, 2.5 is not.Thomas Kluyver2013-09-231-1/+1
* remove trailing ',', forcing a tuple and breakingjquast2013-09-231-1/+1
* add note about line buffering, add sleep timersjquast2013-09-231-7/+17
* catch ^C as KeyboardInterrupt and just the samejquast2013-09-231-1/+4
* remove UnicodeEncodeError in __str__() for unicodejquast2013-09-231-6/+6
* increase timeout, remove leading ^ from patternjquast2013-09-231-4/+4
* add missing %sjquast2013-09-231-1/+1