index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
fcntlmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)
Malcolm Smith
2024-08-01
1
-0/+5
*
gh-120296: Fix format string of fcntl.ioctl() audit (#120301)
Clinton
2024-06-10
1
-1/+1
*
gh-69214: Fix fcntl.ioctl() request type (#119498)
Victor Stinner
2024-05-24
1
-3/+3
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
1
-8/+11
*
gh-114321: Expose more constants in the fcntl module (GH-114322)
Serhiy Storchaka
2024-01-22
1
-0/+53
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-2/+3
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-0/+4
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-3/+0
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-0/+9
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
1
-0/+8
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
1
-0/+8
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-20/+8
*
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na
2020-06-01
1
-22/+19
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-0/+18
*
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
Brandt Bucher
2019-11-19
1
-1/+3
*
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na
2019-10-28
1
-0/+9
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
1
-0/+3
*
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes
2019-05-31
1
-1/+9
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
1
-23/+32
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-1/+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-7/+7
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-1/+1
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-8/+8
*
Issue #26716: Regenerate Argument Clinic code.
Serhiy Storchaka
2016-04-14
1
-1/+1
*
Update fcntl doc: replace IOError with OSError
Victor Stinner
2016-04-09
1
-1/+1
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-4/+6
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-2/+1
*
Issue #22832: Tweaked parameter names for fcntl module to better match
Serhiy Storchaka
2015-03-20
1
-25/+24
*
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Serhiy Storchaka
2015-02-17
1
-5/+2
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-3/+3
|
\
|
*
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka
2014-11-10
1
-2/+2
*
|
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
Brett Cannon
2014-11-10
1
-210/+228
*
|
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner
2014-08-17
1
-1/+1
|
/
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-4/+0
*
Issue #18994: Add a missing check for a return value in fcntmodule. Patch by
Charles-François Natali
2013-12-01
1
-1/+3
*
Merge #18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-11/+13
|
\
|
*
#18985: Improve fcntl documentation.
R David Murray
2013-11-07
1
-11/+13
*
|
Issue #19147: merge from 3.3
Ned Deily
2013-10-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
Ned Deily
2013-10-02
1
-1/+1
*
|
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
1
-89/+76
*
|
fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+.
Victor Stinner
2013-01-07
1
-0/+3
*
|
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea
2012-10-05
1
-6/+0
|
/
*
Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
Charles-François Natali
2011-11-02
1
-1/+4
*
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
Antoine Pitrou
2010-09-07
1
-1/+1
*
#9776: fix some spacing.
Georg Brandl
2010-09-05
1
-3/+3
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-360/+360
*
Merged revisions 72887 via svnmerge from
Antoine Pitrou
2009-05-24
1
-2/+2
*
Merged revisions 65654 via svnmerge from
Martin v. Löwis
2008-08-13
1
-4/+14
[next]