summaryrefslogtreecommitdiff
path: root/Modules/fcntlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Saiyang Gou2020-02-131-0/+18
* bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)Brandt Bucher2019-11-191-1/+3
* bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)Dong-hee Na2019-10-281-0/+9
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-281-0/+3
* bpo-26835: Add file sealing constants to fcntl (GH-13694)Christian Heimes2019-05-311-1/+9
* bpo-35189: Retry fnctl calls on EINTR (GH-10413)nierob2018-11-231-23/+32
* bpo-32747: Remove trailing spaces in docstrings. (GH-5491)oldk2018-02-021-1/+1
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-7/+7
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-1/+1
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-8/+8
* Issue #26716: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-141-1/+1
* Update fcntl doc: replace IOError with OSErrorVictor Stinner2016-04-091-1/+1
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-4/+6
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-2/+1
* Issue #22832: Tweaked parameter names for fcntl module to better matchSerhiy Storchaka2015-03-201-25/+24
* Issue #22883: Got rid of outdated references to PyInt and PyString in comments.Serhiy Storchaka2015-02-171-5/+2
* Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-3/+3
|\
| * Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endianSerhiy Storchaka2014-11-101-2/+2
* | Issue 20152, 22821: Port the fcntl module to Argument Clinic.Brett Cannon2014-11-091-210/+228
* | Issue #22207: Fix "comparison between signed and unsigned integers" warning inVictor Stinner2014-08-171-1/+1
|/
* Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-4/+0
* Issue #18994: Add a missing check for a return value in fcntmodule. Patch byCharles-François Natali2013-12-011-1/+3
* Merge #18985: Improve fcntl documentation.R David Murray2013-11-071-11/+13
|\
| * #18985: Improve fcntl documentation.R David Murray2013-11-071-11/+13
* | Issue #19147: merge from 3.3Ned Deily2013-10-021-1/+1
|\ \ | |/
| * Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.Ned Deily2013-10-021-1/+1
* | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali2013-05-201-89/+76
* | fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+.Victor Stinner2013-01-081-0/+3
* | #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-051-6/+0
|/
* Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.Charles-François Natali2011-11-021-1/+4
* Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,Antoine Pitrou2010-09-071-1/+1
* #9776: fix some spacing.Georg Brandl2010-09-051-3/+3
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-360/+360
* Merged revisions 72887 via svnmerge fromAntoine Pitrou2009-05-241-2/+2
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-4/+14
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-0/+5
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-0/+3
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-5/+14
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-8/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+10
* Explain why we use the unsigned int format for a signed int variable.Thomas Wouters2006-03-021-0/+4
* Make Py_ssize_t-cleanThomas Wouters2006-03-021-2/+4
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix a typo. (found by Jong-uk Kim)Hye-Shik Chang2005-07-281-1/+1
* This is barry-scott's patch:Michael W. Hudson2005-07-271-3/+3
* Hear the #error: change the default value of the mutable_arg argumentMichael W. Hudson2004-11-301-11/+1