| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delegate sending control characters to ptyprocess | Thomas Kluyver | 2014-11-23 | 1 | -2/+5 |
| | | |||||
| * | gah; fix constant VINTR -> INTR | jquast | 2014-06-24 | 1 | -1/+1 |
| | | |||||
| * | Use const child._VINTR instead of '3' | Jeff Quast | 2014-06-24 | 1 | -1/+1 |
| | | |||||
| * | Solaris support, tested on SmartOS from cron(1). | Jeff Quast | 2014-06-08 | 1 | -50/+50 |
| | | |||||
| * | Fix imports in tests for Python 3 | Thomas Kluyver | 2014-06-01 | 1 | -1/+1 |
| | | | | | Closes gh-59 | ||||
| * | Fix test for sending all possible bytes to child process | Thomas Kluyver | 2013-09-26 | 1 | -16/+15 |
| | | |||||
| * | Hopefully fix problem with test_sendcontrol on Travis | Thomas Kluyver | 2013-09-25 | 1 | -8/+12 |
| | | |||||
| * | Fix interact_unicode test | Thomas Kluyver | 2013-09-25 | 1 | -0/+3 |
| | | |||||
| * | remove trailing ',', forcing a tuple and breaking | jquast | 2013-09-23 | 1 | -1/+1 |
| | | |||||
| * | increase timeout, remove leading ^ from pattern | jquast | 2013-09-23 | 1 | -4/+4 |
| | | |||||
| * | add missing %s | jquast | 2013-09-23 | 1 | -1/+1 |
| | | |||||
| * | quit mucking with join() and use string formatting | jquast | 2013-09-23 | 1 | -1/+2 |
| | | |||||
| * | regexp fix for some platforms, actually match '^' | jquast | 2013-09-23 | 1 | -1/+1 |
| | | |||||
| * | SyntaxError fix, missing comma, woops! | jquast | 2013-09-23 | 1 | -1/+1 |
| | | |||||
| * | KeyboardInterrupt may need catch in some platforms | jquast | 2013-09-23 | 1 | -1/+1 |
| | | | | | need to read full p.before, p.after to discover it in this test case. | ||||
| * | increase timeout, massage regexp of ^A/1 .. | jquast | 2013-09-23 | 1 | -2/+5 |
| | | |||||
| * | fixing join, again! | jquast | 2013-09-23 | 1 | -1/+1 |
| | | |||||
| * | join() fix | jquast | 2013-09-22 | 1 | -2/+1 |
| | | |||||
| * | missing import fix for sys | jquast | 2013-09-22 | 1 | -0/+1 |
| | | |||||
| * | exception fixes for py2.5<->3.2 compat | jquast | 2013-09-22 | 1 | -2/+4 |
| | | |||||
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 1 | -5/+4 |
| | | | | | | | | | | | -except Exception as e: +except Exception, err: the unfortunate use of six.b('') instead of b'' print(arg0, arg1) => six.print_(arg0, arg1) some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines. | ||||
| * | correctly test control characters | jquast | 2013-09-22 | 1 | -15/+19 |
| | | | | | previously any digit passed ('[0-9]+') -- this is no longer the case -- the number expected by ord() is explicitly matched. Also, notice how p.isalive() returns True even if the child process soon exits -- i wonder if isalive() should recieve a "waitfor=-1" timeout parameter, looping if >0 until False? ah well. | ||||
| * | remove unused imports, test return values of send | jquast | 2013-09-22 | 1 | -10/+8 |
| | | |||||
| * | Use new style except statements in tests | Thomas Kluyver | 2013-09-17 | 1 | -2/+2 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+109 |
