- 8d9a01a Tweak wording by Andrew M. Kuchling · 18 years ago
- 41efc14 Fix function name in error msg by Neal Norwitz · 18 years ago
- 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
- 857b300 Explain why we use the unsigned int format for a signed int variable. by Thomas Wouters · 19 years ago
- 26cc63f Make Py_ssize_t-clean by Thomas Wouters · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 19 years ago
- 8137bea This is barry-scott's patch: by Michael W. Hudson · 19 years ago
- 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
- 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
- 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
- 505c4c2 Simple fix for by Michael W. Hudson · 22 years ago
- c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 22 years ago
- f008998 Fix bug by Michael W. Hudson · 22 years ago
- 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
- 460f069 fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. by Fred Drake · 23 years ago
- 1d53199 Fix the fcntl() docstring so the user is not mis-directed to the FCNTL by Fred Drake · 24 years ago
- 152a25e Modify to allow file objects wherever file descriptors are needed. by Fred Drake · 24 years ago
- 82e00d6 Let's keep things portable to non GCC compilers, please. by Sjoerd Mullender · 24 years ago
- bd3dc1f lockf_doc: a much better description of the lockf() function, based on by Barry Warsaw · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
- a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
- 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
- f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 27 years ago
- 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
- 919213a Grandly renamed. by Roger E. Masse · 28 years ago
- 3d65fa3 Include <sys/ioctl.h>, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- c864364 Added lockf() call by Guido van Rossum · 28 years ago
- 3c0b79c A fcntl implementation for systems (like Solaris) without flock() call. by Guido van Rossum · 28 years ago
- 3539b1e Added flock(). by Guido van Rossum · 28 years ago
- 903f487 add BGN/END_SAVE macros around fcntl/ioctl calls by Guido van Rossum · 29 years ago
- 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago