summaryrefslogtreecommitdiff
path: root/Modules/fcntlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-3/+3
* Merged revisions 84589 via svnmerge fromAntoine Pitrou2010-09-071-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-340/+340
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-2/+2
* Patch by Ian Charnas from issue 3517.Guido van Rossum2008-08-071-0/+5
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* #2890: support os.O_ASYNC and fcntl.FASYNC.Georg Brandl2008-05-161-0/+3
* Prevent ioctl op codes from being sign extended from int to unsigned longGregory P. Smith2008-03-191-5/+14
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Tweak wordingAndrew M. Kuchling2006-07-291-1/+1
* Fix function name in error msgNeal Norwitz2006-07-121-1/+1
* SF bug/patch #1433877: string parameter to ioctl not null terminatedThomas Wouters2006-04-251-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
* Warn abou missing mutate flag to ioctl. Fixes #696535.Martin v. Löwis2004-06-031-1/+7
* Fix typo, refer to proper argument nameNeal Norwitz2003-06-301-1/+1
* Simple fix forMichael W. Hudson2003-05-091-0/+5
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+4
* Fix bugMichael W. Hudson2003-03-031-11/+83
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-1/+38
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-12/+10
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-1/+7
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Add fcntl.h constants from glibc 2.2.4. Fixes #496171.Martin v. Löwis2001-12-281-0/+70
* fcntl.ioctl(): Update error message; necessity noted by Michael Hudson.Fred Drake2001-05-141-1/+3
* Fix the fcntl() docstring so the user is not mis-directed to the FCNTLFred Drake2001-05-101-7/+7
* Modify to allow file objects wherever file descriptors are needed.Fred Drake2001-05-091-8/+71
* Let's keep things portable to non GCC compilers, please.Sjoerd Mullender2001-01-251-22/+22
* lockf_doc: a much better description of the lockf() function, based onBarry Warsaw2001-01-251-4/+23
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-4/+0
* Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.Guido van Rossum2000-08-021-21/+27
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-18/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-9/+33
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-11-231-6/+44
* Keep gcc -Wall happyGuido van Rossum1997-08-151-0/+1
* Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}.Guido van Rossum1997-07-311-0/+25
* Opps, left in a /*#include "modsupport.h"*/Roger E. Masse1996-12-171-1/+0
* Grandly renamed.Roger E. Masse1996-12-171-61/+65