1. 28 12月, 2015 1 次提交
    • C
      Pseudo terminals: add utility module · 003bfaed
      Cleber Rosa 提交于
      Based on previous experiences (GDB terminal redirection attempts),
      it's common for applications that need to allocate a pseudo to have
      the name of the allocated file. This is, unfortunately, something that
      the Python standard library doesn't give for free.
      
      This simple utility module wraps and extends the Python standard
      library `pty` module, providing a `openpty` function that, besides
      allocating the pseudo terminal, also returns its name.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      003bfaed
  2. 24 12月, 2015 2 次提交
  3. 23 12月, 2015 6 次提交
  4. 22 12月, 2015 1 次提交
  5. 19 12月, 2015 1 次提交
  6. 18 12月, 2015 29 次提交