| Commit message (Expand) | Author | Age | Files | Lines |
| * | unit tests can now be imported on windows | Tapple | 2023-02-21 | 1 | -2/+3 |
| * | tests: Replace deprecated unittest.makeSuite | Scott Talbert | 2023-02-02 | 1 | -1/+1 |
| * | Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580) | dluyer | 2019-08-07 | 1 | -5/+8 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | correctly test control characters | jquast | 2013-09-22 | 1 | -15/+19 |
| * | 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 |