| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | `is ucs is None` is not necessaryincremental-decoder | jquast | 2013-10-09 | 1 | -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 issue | jquast | 2013-10-09 | 2 | -28/+6 |
| | | |||||
| * | python3.3 bytes/str/unicode agnostic fix | jquast | 2013-10-09 | 1 | -4/+11 |
| | | |||||
| * | brevity | jquast | 2013-10-09 | 1 | -4/+1 |
| | | |||||
| * | incremental decode full buffer, not iterations | jquast | 2013-10-09 | 1 | -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'' | jquast | 2013-10-08 | 1 | -1/+1 |
| | | |||||
| * | use an incremental decoder for streams | jquast | 2013-10-08 | 1 | -1/+8 |
| | | | | This allows the test case that slowly prints each byte of a multibyte utf-8 stream to pass. | ||||
| * | expediate the test a bit | jquast | 2013-10-08 | 1 | -1/+1 |
| | | |||||
| * | this test case *should* pass, but doesn't | jquast | 2013-10-08 | 2 | -0/+27 |
| | | | | | per issue #8; this will soon be resolved. | ||||
| * | Merge pull request #6 from tomspur/tests-tarball | Thomas Kluyver | 2013-10-08 | 1 | -0/+2 |
| |\ | | | | | Add tests into source tarball | ||||
| | * | Add tests into source tarball | Thomas Spura | 2013-10-08 | 1 | -0/+2 |
| |/ | |||||
| * | Merge pull request #4 from myint/python3 | Thomas Kluyver | 2013-10-04 | 4 | -171/+165 |
| |\ | | | | | Fix mixture of tabs and spaces | ||||
| | * | Fix mixture of tabs and spaces | Steven Myint | 2013-10-04 | 4 | -171/+165 |
| |/ | |||||
| * | Add spawnu and runu to __all__ list | Thomas Kluyver | 2013-10-02 | 1 | -2/+2 |
| | | |||||
| * | Fix check on timeout | Thomas Kluyver | 2013-10-02 | 1 | -1/+1 |
| | | | | | Closes gh-2 | ||||
| * | Add failing test for spawn with timeout=None | Thomas Kluyver | 2013-10-02 | 1 | -0/+6 |
| | | |||||
| * | Ignore some more files | Thomas Kluyver | 2013-10-02 | 1 | -0/+3 |
| | | |||||
| * | Link to Github, show Travis status in docs | Thomas Kluyver | 2013-10-02 | 1 | -1/+7 |
| | | |||||
| * | Version 3.0 beta 13.0b1 | Thomas Kluyver | 2013-10-02 | 2 | -3/+3 |
| | | |||||
| * | Minor doc fixes | Thomas Kluyver | 2013-10-02 | 1 | -8/+4 |
| | | |||||
| * | Add runu function (unicode interface to run()) | Thomas Kluyver | 2013-10-02 | 3 | -15/+68 |
| | | |||||
| * | Explain version number increment | Thomas Kluyver | 2013-09-30 | 1 | -0/+4 |
| | | |||||
| * | Improve test for bad arguments to expect() and expect_exact() | Thomas Kluyver | 2013-09-30 | 2 | -13/+52 |
| | | |||||
| * | Rewrite test_greed | Thomas Kluyver | 2013-09-30 | 1 | -70/+31 |
| | | |||||
| * | Fix getch test sample for Python 3 | Thomas Kluyver | 2013-09-26 | 1 | -1/+7 |
| | | |||||
| * | Fix test for sending all possible bytes to child process | Thomas Kluyver | 2013-09-26 | 1 | -16/+15 |
| | | |||||
| * | Add history doc | Thomas Kluyver | 2013-09-26 | 3 | -1/+33 |
| | | |||||
| * | Minor fixes to some tests | Thomas Kluyver | 2013-09-26 | 1 | -2/+2 |
| | | |||||
| * | Add FAQ to docs | Thomas Kluyver | 2013-09-26 | 2 | -0/+130 |
| | | |||||
| * | Update README to point to docs | Thomas Kluyver | 2013-09-26 | 1 | -3/+5 |
| | | |||||
| * | Update install docs now Pexpect is the name again | Thomas Kluyver | 2013-09-26 | 1 | -9/+7 |
| | | |||||
| * | Add examples list to docs | Thomas Kluyver | 2013-09-26 | 2 | -0/+80 |
| | | |||||
| * | Hooray! Tests pass on Travis | Thomas Kluyver | 2013-09-26 | 1 | -0/+5 |
| | | |||||
| * | Make tests for interact more robust on slow machines | Thomas Kluyver | 2013-09-26 | 4 | -8/+23 |
| | | |||||
| * | before & after tests shouldn't depend on the format of the Python ↵ | Thomas Kluyver | 2013-09-26 | 2 | -12/+14 |
| | | | | | interactive prompt | ||||
| * | Don't run performance tests on Travis | Thomas Kluyver | 2013-09-25 | 1 | -0/+6 |
| | | |||||
| * | Fix some spelling mistakes | Thomas Kluyver | 2013-09-25 | 1 | -5/+5 |
| | | |||||
| * | Another unicode literal | Thomas Kluyver | 2013-09-25 | 1 | -1/+1 |
| | | |||||
| * | Disable echo to test order, hopefully fixing test_expect_order_exact on Travis | Thomas Kluyver | 2013-09-25 | 1 | -28/+8 |
| | | |||||
| * | Run garbage collection at start of destructor test | Thomas Kluyver | 2013-09-25 | 1 | -0/+2 |
| | | |||||
| * | Fix unicode literals for Python 3.2 | Thomas Kluyver | 2013-09-25 | 2 | -35/+36 |
| | | |||||
| * | Hopefully fix problem with test_sendcontrol on Travis | Thomas Kluyver | 2013-09-25 | 2 | -8/+13 |
| | | |||||
| * | Fix interact_unicode test | Thomas Kluyver | 2013-09-25 | 4 | -14/+29 |
| | | |||||
| * | Improvements to test framework | Thomas Kluyver | 2013-09-25 | 2 | -2/+3 |
| | | |||||
| * | Remove skipped test_interact_thread | Thomas Kluyver | 2013-09-25 | 1 | -30/+0 |
| | | |||||
| * | Test interact method on spawnu class | Thomas Kluyver | 2013-09-25 | 2 | -6/+17 |
| | | |||||
| * | Fix exception from interact() | Thomas Kluyver | 2013-09-25 | 1 | -37/+6 |
| | | |||||
| * | Clean up test_interact | Thomas Kluyver | 2013-09-25 | 1 | -12/+2 |
| | | |||||
| * | Fix some imports | Thomas Kluyver | 2013-09-25 | 1 | -2/+1 |
| | | |||||
| * | Code tidy-up | Thomas Kluyver | 2013-09-25 | 2 | -36/+2 |
| | | |||||
