| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-09 | 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 | -94/+78 |
|\ \
| |/
|/| |
|
| * | 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-08 | 1 | -0/+3 |
| * | #16135: Removal of OS/2 support (Modules/*) | Jesus Cea | 2012-10-05 | 1 | -6/+0 |
* | | Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. | Ned Deily | 2013-10-02 | 1 | -1/+1 |
|/ |
|
* | Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. | Charles-François Natali | 2011-11-02 | 1 | -1/+4 |
* | Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-... | Georg Brandl | 2010-10-06 | 1 | -3/+3 |
* | Merged revisions 84589 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -1/+1 |
* | Recorded merge of revisions 81032 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 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -5/+10 |
* | Explain why we use the unsigned int format for a signed int variable. | Thomas Wouters | 2006-03-02 | 1 | -0/+4 |
* | Make Py_ssize_t-clean | Thomas Wouters | 2006-03-02 | 1 | -2/+4 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | Fix a typo. (found by Jong-uk Kim) | Hye-Shik Chang | 2005-07-28 | 1 | -1/+1 |
* | This is barry-scott's patch: | Michael W. Hudson | 2005-07-27 | 1 | -3/+3 |
* | Hear the #error: change the default value of the mutable_arg argument | Michael W. Hudson | 2004-11-30 | 1 | -11/+1 |
* | Warn abou missing mutate flag to ioctl. Fixes #696535. | Martin v. Löwis | 2004-06-03 | 1 | -1/+7 |
* | Fix typo, refer to proper argument name | Neal Norwitz | 2003-06-30 | 1 | -1/+1 |
* | Simple fix for | Michael W. Hudson | 2003-05-09 | 1 | -0/+5 |
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+4 |
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -11/+83 |
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 1 | -1/+38 |
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -12/+10 |