COMMITS
/ Modules/fcntlmodule.c 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
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
June 1, 2020
D
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na committed
February 13, 2020
November 19, 2019
B
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
Brandt Bucher committed
October 28, 2019
D
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na 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
November 23, 2018
N
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
September 17, 2016
M
Issue #28139: Fix messed up indentation
Martin Panter committed
July 7, 2016
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 14, 2016
S
Issue #26716: Regenerate Argument Clinic code.
Serhiy Storchaka committed
April 9, 2016
V
Update fcntl doc: replace IOError with OSError
Victor Stinner committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 20, 2015
S
Issue #22832: Tweaked parameter names for fcntl module to better match
Serhiy Storchaka committed
February 17, 2015
S
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Serhiy Storchaka committed
November 10, 2014
S
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka committed
S
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka committed
B
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
Brett Cannon committed
August 17, 2014
V
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
December 1, 2013
C
Issue #18994: Add a missing check for a return value in fcntmodule. Patch by
Charles-François Natali committed
November 7, 2013
R
Merge #18985: Improve fcntl documentation.
R David Murray committed
R
#18985: Improve fcntl documentation.
R David Murray committed
October 2, 2013
N
Issue #19147: merge from 3.3
Ned Deily committed
N
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
Ned Deily committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
January 7, 2013
V
fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+.
Victor Stinner committed
October 5, 2012
J
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea committed
November 2, 2011
C
Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
Charles-François Natali committed
September 7, 2010
A
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
Antoine Pitrou committed
September 5, 2010
G
#9776: fix some spacing.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 24, 2009
A
Merged revisions 72887 via svnmerge from
Antoine Pitrou committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
August 12, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 16, 2008
A
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Alexandre Vassalotti committed
March 20, 2008
C
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
Christian Heimes committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
March 2, 2006
T
Explain why we use the unsigned int format for a signed int variable.
Thomas Wouters committed
T
Make Py_ssize_t-clean
Thomas Wouters committed