Files
cpython/Modules
Fred Drake 8cef4cf737 Thomas Wouters <thomas@xs4all.net>:
This patch adds the openpty() and forkpty() library calls to posixmodule.c,
when they are available on the target
system. (glibc-2.1-based Linux systems, FreeBSD and BSDI at least, probably
the other BSD-based systems as well.)

Lib/pty.py is also rewritten to use openpty when available, but falls
back to the old SGI method or the "manual" BSD open-a-pty
code. Openpty() is necessary to use the Unix98 ptys under Linux 2.2,
or when using non-standard tty names under (at least) BSDI, which is
why I needed it, myself ;-) forkpty() is included for symmetry.
2000-06-28 16:40:38 +00:00
..
2000-03-28 20:29:59 +00:00
2000-06-27 21:49:47 +00:00
2000-05-03 22:30:13 +00:00
2000-05-02 18:34:30 +00:00
1997-04-29 21:34:16 +00:00
1997-04-29 20:31:59 +00:00
2000-05-26 21:49:07 +00:00
1997-10-01 04:29:29 +00:00
1996-08-19 22:12:39 +00:00
2000-06-18 19:06:49 +00:00
1998-12-07 14:28:47 +00:00
1999-04-10 15:48:23 +00:00
1996-12-10 00:32:31 +00:00
2000-05-16 13:30:12 +00:00
2000-05-09 19:52:40 +00:00
1996-01-26 21:10:22 +00:00
1996-10-25 14:44:06 +00:00