Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate unicode API into spawn, rather than subclassing | Thomas Kluyver | 2015-02-26 | 1 | -64/+61 |
* | Allow spawn() and friends to be used as context managers | Thomas Kluyver | 2014-12-19 | 1 | -0/+9 |
* | Not all spawn classes have a kill method | Thomas Kluyver | 2014-11-23 | 1 | -4/+0 |
* | Delegate sending control characters to ptyprocess | Thomas Kluyver | 2014-11-23 | 1 | -6/+0 |
* | Refactor, creating SpawnBaseUnicode class | Thomas Kluyver | 2014-11-23 | 1 | -2/+38 |
* | Refactor, creating SpawnBase class | Thomas Kluyver | 2014-11-23 | 1 | -0/+449 |