| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -0/+5 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+17 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+3 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -5/+14 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+2 |
|
|