COMMITS
/ Modules/fcntlmodule.c May 14, 2001
F
fcntl.ioctl(): Update error message; necessity noted by Michael Hudson.
Fred Drake committed
May 10, 2001
F
Fix the fcntl() docstring so the user is not mis-directed to the FCNTL
Fred Drake committed
May 9, 2001
F
Modify to allow file objects wherever file descriptors are needed.
Fred Drake committed
January 25, 2001
S
Let's keep things portable to non GCC compilers, please.
Sjoerd Mullender committed
B
lockf_doc: a much better description of the lockf() function, based on
Barry Warsaw committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
B
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw committed
August 2, 2000
G
Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.
Guido van Rossum committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
January 6, 1999
G
Changes for long file support by Steve Clift.
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
November 23, 1998
G
Doc strings by Chris Petrilli.
Guido van Rossum committed
August 15, 1997
G
Keep gcc -Wall happy
Guido van Rossum committed
July 31, 1997
G
Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}.
Guido van Rossum committed
December 17, 1996
R
Opps, left in a /*#include "modsupport.h"*/
Roger E. Masse committed
R
Grandly renamed.
Roger E. Masse committed
December 9, 1996
G
Include <sys/ioctl.h>, to keep gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
September 11, 1996
G
Added lockf() call
Guido van Rossum committed
June 11, 1996
G
A fcntl implementation for systems (like Solaris) without flock() call.
Guido van Rossum committed
May 23, 1996
G
Added flock().
Guido van Rossum committed
October 7, 1995
G
add BGN/END_SAVE macros around fcntl/ioctl calls
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
August 17, 1992
G
struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().
Guido van Rossum committed