1. 460f069 fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. by Fred Drake · 23 years ago
  2. 1d53199 Fix the fcntl() docstring so the user is not mis-directed to the FCNTL by Fred Drake · 23 years ago
  3. 152a25e Modify to allow file objects wherever file descriptors are needed. by Fred Drake · 23 years ago
  4. 82e00d6 Let's keep things portable to non GCC compilers, please. by Sjoerd Mullender · 23 years ago
  5. bd3dc1f lockf_doc: a much better description of the lockf() function, based on by Barry Warsaw · 23 years ago
  6. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  7. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  8. a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
  9. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  10. 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
  11. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  12. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  13. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  14. 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  15. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  16. 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
  17. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  18. f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 27 years ago
  19. 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
  20. 919213a Grandly renamed. by Roger E. Masse · 28 years ago
  21. 3d65fa3 Include <sys/ioctl.h>, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  22. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. c864364 Added lockf() call by Guido van Rossum · 28 years ago
  25. 3c0b79c A fcntl implementation for systems (like Solaris) without flock() call. by Guido van Rossum · 28 years ago
  26. 3539b1e Added flock(). by Guido van Rossum · 28 years ago
  27. 903f487 add BGN/END_SAVE macros around fcntl/ioctl calls by Guido van Rossum · 29 years ago
  28. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  31. 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago