| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | interact logs by self._log(s, 'read') and 'send'interact-logfix | Jeff Quast | 2015-09-21 | 1 | -5/+9 |
| | | | | | | | | | | | Closes issue #190: __interact_copy implements its own read() and write() calls, circumventing the self._log() system, and omitting to log data that is sent to the child pty. Related, resolve old docstring about a setlog() method that was removed in SpawnBase refactor. | ||||
| * | Allow {p}.interact(escape_character=None) | Jeff Quast | 2015-09-18 | 1 | -7/+8 |
| | | | | | | | | | | | | For those who wish to disable the ability to escape using escape_character until normal process termination, they may now set the value of escape_character to None. Some of the related docstring on escape_character was made more brief and clear about its related value behavior. This closes #131 #132 #167 | ||||
| * | Update docstring mention of unicode interface | Thomas Kluyver | 2015-09-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #182 from takluyver/reintegrate-unicode | Thomas Kluyver | 2015-09-09 | 1 | -30/+15 |
| |\ | | | | | 'Unicode mode' in spawn class | ||||
| | * | Integrate unicode API into spawn, rather than subclassing | Thomas Kluyver | 2015-02-26 | 1 | -30/+15 |
| | | | |||||
| * | | Tests cases and documentation to supplement wait() | Jeff Quast | 2015-04-26 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | This matches the same branch of ptyprocess, noexception-on-wait-after-terminate, which allows calling the wait() method multiple times without raising an exception. | ||||
| * | | FreeBSD: Document magic max canon value of 1920 | Jeff Quast | 2015-02-22 | 1 | -1/+1 |
| |/ | |||||
| * | Allow the user to specify a preexec_fn, which will be passed to ptyprocess | Thomas Kluyver | 2014-12-11 | 1 | -5/+15 |
| | | |||||
| * | ptyprocess API changed to a single preexec_fn function | Thomas Kluyver | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | all together -> altogether (thanks TK) | Jeff Quast | 2014-11-25 | 1 | -1/+1 |
| | | |||||
| * | docstring grammer fixes in send*() functiondoc-and-test-max-canon | Jeff Quast | 2014-11-24 | 1 | -3/+3 |
| | | |||||
| * | Tell about MAX_CANON in send*() functions | Jeff Quast | 2014-11-24 | 1 | -3/+36 |
| | | |||||
| * | Fix failure in str(spawnobj) before any output | Jeff Quast | 2014-11-23 | 1 | -2/+4 |
| | | |||||
| * | Record control characters in log files | Thomas Kluyver | 2014-11-23 | 1 | -3/+15 |
| | | |||||
| * | Delegate sending control characters to ptyprocess | Thomas Kluyver | 2014-11-23 | 1 | -54/+12 |
| | | |||||
| * | Refactor, creating SpawnBaseUnicode class | Thomas Kluyver | 2014-11-23 | 1 | -57/+2 |
| | | |||||
| * | Refactor, creating SpawnBase class | Thomas Kluyver | 2014-11-23 | 1 | -427/+4 |
| | | |||||
| * | Move code out of __init__ | Thomas Kluyver | 2014-11-23 | 1 | -0/+1282 |
