Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #182 from takluyver/reintegrate-unicode | Thomas Kluyver | 2015-09-09 | 1 | -1/+1 |
|\ | | | | | 'Unicode mode' in spawn class | ||||
| * | Integrate unicode API into spawn, rather than subclassing | Thomas Kluyver | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #202 from detly/eof-fix | Thomas Kluyver | 2015-04-25 | 1 | -1/+2 |
|\ \ | | | | | | | Set flag_eof in async protocol. Fixes #200. | ||||
| * | | Set flag_eof in async protocol. Fixes #200. | Jason Heeris | 2015-04-07 | 1 | -1/+2 |
| |/ | |||||
* | | Fix async expect when data was already read | Thomas Kluyver | 2015-03-31 | 1 | -3/+4 |
|/ | | | | Closes gh-195 | ||||
* | Delegate more methods to ptyprocess | Thomas Kluyver | 2014-11-23 | 1 | -0/+2 |
| | |||||
* | Check already read data before async reading more | Thomas Kluyver | 2014-09-21 | 1 | -2/+14 |
| | |||||
* | support timeout in async expect | Thomas Kluyver | 2014-09-21 | 1 | -3/+7 |
| | |||||
* | Fix EOF in async on Linux | Thomas Kluyver | 2014-09-21 | 1 | -1/+8 |
| | |||||
* | Expose async as parameter for expect | Thomas Kluyver | 2014-09-21 | 1 | -8/+3 |
| | |||||
* | Refactor expect code | Thomas Kluyver | 2014-09-21 | 1 | -36/+14 |
| | |||||
* | Initial stab at asyncio integration | Thomas Kluyver | 2014-09-21 | 1 | -0/+72 |