summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit these utf8 tests; there are issues ...more-utf8-testsjquast2013-10-081-0/+54
* Merge pull request #6 from tomspur/tests-tarballThomas Kluyver2013-10-081-0/+2
|\
| * Add tests into source tarballThomas Spura2013-10-081-0/+2
|/
* Merge pull request #4 from myint/python3Thomas Kluyver2013-10-044-171/+165
|\
| * Fix mixture of tabs and spacesSteven Myint2013-10-044-171/+165
|/
* Add spawnu and runu to __all__ listThomas Kluyver2013-10-021-2/+2
* Fix check on timeoutThomas Kluyver2013-10-021-1/+1
* Add failing test for spawn with timeout=NoneThomas Kluyver2013-10-021-0/+6
* Ignore some more filesThomas Kluyver2013-10-021-0/+3
* Link to Github, show Travis status in docsThomas Kluyver2013-10-021-1/+7
* 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_performancedesixThomas Kluyver2013-09-231-11/+23
| * Remove bundled six moduleThomas Kluyver2013-09-231-577/+0