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