1. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 3 years, 9 months ago
  2. e9684fa bpo-1635741: Port fcntl module to multiphase initialization (GH-20540) by Dong-hee Na · 4 years, 1 month ago
  3. 7514f4f bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407) by Saiyang Gou · 4 years, 5 months ago
  4. 54b32c9 bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236) by Brandt Bucher · 4 years, 8 months ago
  5. 3bfc8e0 bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) by Dong-hee Na · 4 years, 8 months ago
  6. 13f37f2 closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) by Vinay Sharma · 4 years, 10 months ago
  7. 8cbb5b6 bpo-26835: Add file sealing constants to fcntl (GH-13694) by Christian Heimes · 5 years ago
  8. b409ffa bpo-35189: Retry fnctl calls on EINTR (GH-10413) by nierob · 6 years ago
  9. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 6 years ago
  10. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  11. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  12. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  13. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  14. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  15. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  16. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  17. 17d3a58 Issue #22832: Tweaked parameter names for fcntl module to better match by Serhiy Storchaka · 9 years ago
  18. 483405b Issue #22883: Got rid of outdated references to PyInt and PyString in comments. by Serhiy Storchaka · 9 years ago
  19. 5a8dacf Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  20. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  21. b7299dd Issue 20152, 22821: Port the fcntl module to Argument Clinic. by Brett Cannon · 10 years ago
  22. 049e509 Issue #22207: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 10 years ago
  23. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  24. 5abca14 Issue #18994: Add a missing check for a return value in fcntmodule. Patch by by Charles-François Natali · 11 years ago
  25. 589327e Merge #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  26. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  27. f55697c Issue #19147: merge from 3.3 by Ned Deily · 11 years ago
  28. 2a8b3f2 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 11 years ago
  29. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  30. 2716d53 fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. by Victor Stinner · 11 years ago
  31. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  32. 23e1ecb Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. by Charles-François Natali · 13 years ago
  33. 5e38aae Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, by Antoine Pitrou · 14 years ago
  34. 1f94cd0 #9776: fix some spacing. by Georg Brandl · 14 years ago
  35. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 61f77b5 Merged revisions 72887 via svnmerge from by Antoine Pitrou · 15 years ago
  37. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  38. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  39. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  40. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  41. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  42. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  43. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  44. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  45. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  46. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  47. 857b300 Explain why we use the unsigned int format for a signed int variable. by Thomas Wouters · 18 years ago
  48. 26cc63f Make Py_ssize_t-clean by Thomas Wouters · 18 years ago
  49. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  50. 97bb8ad Fix a typo. (found by Jong-uk Kim) by Hye-Shik Chang · 19 years ago
  51. 8137bea This is barry-scott's patch: by Michael W. Hudson · 19 years ago
  52. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  53. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  54. 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
  55. 505c4c2 Simple fix for by Michael W. Hudson · 21 years ago
  56. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  57. f008998 Fix bug by Michael W. Hudson · 21 years ago
  58. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  59. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  60. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  61. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  62. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 22 years ago
  63. 1baeba6 Add fcntl.h constants from glibc 2.2.4. Fixes #496171. by Martin v. Löwis · 23 years ago
  64. 460f069 fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. by Fred Drake · 23 years ago
  65. 1d53199 Fix the fcntl() docstring so the user is not mis-directed to the FCNTL by Fred Drake · 23 years ago
  66. 152a25e Modify to allow file objects wherever file descriptors are needed. by Fred Drake · 23 years ago
  67. 82e00d6 Let's keep things portable to non GCC compilers, please. by Sjoerd Mullender · 23 years ago
  68. bd3dc1f lockf_doc: a much better description of the lockf() function, based on by Barry Warsaw · 23 years ago
  69. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  70. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  71. a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
  72. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  73. 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
  74. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  75. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  76. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  77. 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  78. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  79. 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
  80. 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
  81. f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 27 years ago
  82. 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
  83. 919213a Grandly renamed. by Roger E. Masse · 28 years ago
  84. 3d65fa3 Include <sys/ioctl.h>, to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  85. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  86. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  87. c864364 Added lockf() call by Guido van Rossum · 28 years ago
  88. 3c0b79c A fcntl implementation for systems (like Solaris) without flock() call. by Guido van Rossum · 28 years ago
  89. 3539b1e Added flock(). by Guido van Rossum · 28 years ago
  90. 903f487 add BGN/END_SAVE macros around fcntl/ioctl calls by Guido van Rossum · 29 years ago
  91. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  92. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  93. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  94. 0297512 struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). by Guido van Rossum · 32 years ago