1. 684364c Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are by Skip Montanaro · 19 years ago
  2. 5c47355 Minor wording fix. by Michael W. Hudson · 19 years ago
  3. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  4. 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 20 years ago
  5. 2ccf5d6 use file() in preference to open() by Skip Montanaro · 20 years ago
  6. 965eeca SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) by Neal Norwitz · 20 years ago
  7. 990a46b minor markup improvements by Fred Drake · 21 years ago
  8. ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  9. f008998 Fix bug by Michael W. Hudson · 21 years ago
  10. a5caa6f reference the os module and the lock flags in the os.open() function. by Skip Montanaro · 22 years ago
  11. 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 22 years ago
  12. 6a6bb18 Clarify that on some systems, lockf() using LOCK_EX requires that the file by Fred Drake · 23 years ago
  13. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  14. d0de57c Update the fcntl module documentation. by Fred Drake · 23 years ago
  15. b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 23 years ago
  16. 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 24 years ago
  17. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  18. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  19. cf6905f Clarify the example by explicitly importing the fcntl module -- this by Guido van Rossum · 25 years ago
  20. a54a887 "\platform{UNIX}" should really be spelled "\platform{Unix}". by Fred Drake · 25 years ago
  21. f6863c1 Added \platform annotations. by Fred Drake · 25 years ago
  22. 295da24 New section header style. by Fred Drake · 26 years ago
  23. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  24. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  25. 55e3cbd Fix one typo. by Fred Drake · 26 years ago
  26. c71585e Logical markup. by Fred Drake · 26 years ago
  27. 12918af Added \label{} for logical addressing. by Fred Drake · 27 years ago
  28. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  29. 19b97b1 Do the right magic to make \UNIX{} get sorted correctly in the index. by Fred Drake · 27 years ago
  30. efc1e0f Consistency: by Fred Drake · 27 years ago
  31. 19d5827 Fixed index references to modules. by Fred Drake · 27 years ago
  32. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  33. 9b05811 Added embryonic description of fcntl.lockf(). Added pointer to that by Guido van Rossum · 28 years ago
  34. 50ec5c0 Add flock; warn about lockdata system dependency when using fcntl. by Guido van Rossum · 28 years ago
  35. 0bbbea1 typos only by Guido van Rossum · 29 years ago
  36. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  37. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 29 years ago
  38. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  39. 7f61b35 README: correct typo (lib.index) by Guido van Rossum · 30 years ago