| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124405: Fix `NameError` in `openpty` (#124406) | sobolevn | 2024-09-24 | 1 | -2/+2 |
|
|
* | gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826) | Nikita Sobolev | 2024-05-28 | 1 | -38/+9 |
|
|
* | gh-96522: Fix deadlock in pty.spawn (#96639) | Youfu Zhang | 2023-05-19 | 1 | -14/+44 |
|
|
* | gh-85984: Remove legacy Lib/pty.py code. (#92365) | Soumendra Ganguly | 2023-02-09 | 1 | -13/+7 |
|
|
* | bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) | Serhiy Storchaka | 2022-05-08 | 1 | -1/+1 |
|
|
* | bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) | Łukasz Langa | 2021-08-13 | 1 | -1/+1 |
|
|
* | bpo-26228: Fix pty EOF handling (GH-12049) | Zephyr Shannon | 2021-08-11 | 1 | -15/+30 |
|
|
* | bpo-39184: Add audit events to command execution functions in os and pty modu... | Saiyang Gou | 2020-02-05 | 1 | -0/+2 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | #18066: remove vestigial code depending on the sgi module | Andrew Kuchling | 2013-06-01 | 1 | -12/+1 |
|
|
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -3/+3 |
|
|
* | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 |
|
|
* | pty.spawn() now returns the child process status as returned by os.waitpid(). | Gregory P. Smith | 2012-09-29 | 1 | -0/+1 |
|
|
* | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. | Gregory P. Smith | 2012-02-16 | 1 | -5/+11 |
|
|
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -1/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+4 |
|
|
* | Removed no-longer-needed convolutions to recover from damaged modules | Tim Peters | 2004-08-02 | 1 | -11/+0 |
|
|
* | [Bug #897935] Fix fd leak in pty.spawn(). Reported by James Henstridge; 2.3 ... | Andrew M. Kuchling | 2004-06-05 | 1 | -0/+2 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-01-29 | 1 | -2/+2 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 1 | -1/+11 |
|
|
* | Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate. | Martin v. Löwis | 2002-07-28 | 1 | -4/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 1 | -1/+1 |
|
|
* | A disgusting "fix" for the test___all__ failure under Windows. | Tim Peters | 2001-05-13 | 1 | -0/+11 |
|
|
* | Clean up bare except where only IOError makes sense. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Update to reflect deprecation of the FCNTL module: The fcntl module does | Fred Drake | 2001-05-10 | 1 | -4/+4 |
|
|
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -113/+113 |
|
|
* | Fix bug #379, reported by Phillip Porch <root@theproch.com>: | Fred Drake | 2000-07-03 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-28 | 1 | -16/+57 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -13/+15 |
|
|
* | No need to import sys. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | New tty/pty modules by Steen; new urlparser. | Guido van Rossum | 1994-09-12 | 1 | -0/+106 |
|
|