COMMITS
/ Doc/library/fcntl.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
May 13, 2025
S
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
Serhiy Storchaka committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 24, 2025
R
gh-127385: Add F_DUPFD_QUERY to fcntl (GH-127386)
RUANG (James Roy) committed
S
gh-132742: Refactor fcntl.fcntl() and fcntl.ioctl() (GH-132768)
Serhiy Storchaka committed
April 23, 2025
S
gh-132742: Update documentation for the fcntl module (GH-132765)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
February 25, 2024
S
gh-101100: Fix broken xrefs in fcntl module doc (#115691)
Skip Montanaro committed
January 22, 2024
S
gh-114321: Expose more constants in the fcntl module (GH-114322)
Serhiy Storchaka committed
October 31, 2023
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
June 6, 2022
I
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii committed
April 30, 2022
S
gh-87192: Update wording for fcntl 'Changed in' (#91658)
slateny committed
December 8, 2021
D
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER committed
October 19, 2020
R
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Ruben Vorderman committed
February 13, 2020
October 28, 2019
D
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na committed
September 13, 2019
E
Doc: fcntl.lockf() is more powerful than written (GH-6750)
Eric O. LEBIGOT (EOL) committed
August 29, 2019
V
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma committed
May 31, 2019
C
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
June 3, 2016
S
issue8519 - Reference termios and ioctl manual pages in the library documentation.
Senthil Kumaran committed
April 9, 2016
V
Update fcntl doc: replace IOError with OSError
Victor Stinner committed
November 13, 2015
V
Merge 3.4 (issue #25605)
Victor Stinner committed
V
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
Victor Stinner committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 20, 2015
S
Issue #22832: Tweaked parameter names for fcntl module to better match
Serhiy Storchaka committed
November 7, 2013
R
#18985: Improve fcntl documentation.
R David Murray committed
October 9, 2013
S
#19194: Improved cross-references in the fcntl module documentation.
Serhiy Storchaka committed
October 12, 2011
A
Replace mentions of IOError
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 10, 2010
B
add reference to file object
Benjamin Peterson committed
May 19, 2010
June 8, 2009
G
Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from
Georg Brandl committed
June 4, 2009
G
Merged revisions 73215 via svnmerge from
Georg Brandl committed
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
March 20, 2008
C
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
Christian Heimes committed
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed