summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* `is ucs is None` is not necessaryincremental-decoderjquast2013-10-091-2/+1
| | | | | | Don't know why I had this in one of my own implementations. An incrementaldecoder never returns None, only u'', which is what we'd want in this context, anywaay.
* use 'cat' with maxread=1 to reproduce same issuejquast2013-10-092-28/+6
|
* python3.3 bytes/str/unicode agnostic fixjquast2013-10-091-4/+11
|
* brevityjquast2013-10-091-4/+1
|
* incremental decode full buffer, not iterationsjquast2013-10-091-4/+3
| | | forgot that iterating over a byte string yields integers, making for strange values for the incremental decoder !
* python 3.2 compat, which wont allow u''jquast2013-10-081-1/+1
|
* use an incremental decoder for streamsjquast2013-10-081-1/+8
| | | This allows the test case that slowly prints each byte of a multibyte utf-8 stream to pass.
* expediate the test a bitjquast2013-10-081-1/+1
|
* this test case *should* pass, but doesn'tjquast2013-10-082-0/+27
| | | | per issue #8; this will soon be resolved.
* Merge pull request #6 from tomspur/tests-tarballThomas Kluyver2013-10-081-0/+2
|\ | | | | Add tests into source tarball
| * 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 spaces
| * 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
| | | | Closes gh-2
* 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 ↵Thomas Kluyver2013-09-262-12/+14
| | | | interactive prompt
* 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
|