COMMITS
/ Doc/library/pty.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
S
Remove unused :platform: in module's docs (GH-144988)
Stan Ulbrych committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 10, 2025
N
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
Nadeshiko Manju committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
December 14, 2023
R
gh-105912: document gotcha with using os.fork on macOS (#112871)
Ronald Oussoren committed
October 31, 2023
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
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
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
February 5, 2020
S
May 20, 2019
G
bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)
Geoff Shannon committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 12, 2015
B
Issue #23983: Update the pty module example.
Berker Peksag committed
September 29, 2012
G
pty.spawn() now returns the child process status as returned by os.waitpid().
Gregory P. Smith committed
December 30, 2010
G
Remove some of the old demos. (Put a few somewhere else.)
Georg Brandl committed
November 13, 2009
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
November 1, 2007
G
#1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed