Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF #994605, fcntl example is broken | Neal Norwitz | 2004-07-21 | 1 | -3/+3 |
| | | | | | | | The last call to fcntl (which wasn't changed) doesn't work for me, but the first part works now. Backport candidate. | ||||
* | use file() in preference to open() | Skip Montanaro | 2004-06-30 | 1 | -3/+3 |
| | |||||
* | SF bug #970042, lockf() signature uses len, doc refers to length (use ↵ | Neal Norwitz | 2004-06-13 | 1 | -1/+1 |
| | | | | length, same as docstring) | ||||
* | minor markup improvements | Fred Drake | 2004-01-16 | 1 | -6/+6 |
| | |||||
* | SF patch #855195: fix typos | Raymond Hettinger | 2003-12-07 | 1 | -1/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -7/+54 |
| | | | | | | | | [ 555817 ] Flawed fcntl.ioctl implementation. with my patch that allows for an array to be mutated when passed as the buffer argument to ioctl() (details complicated by backwards compatibility considerations -- read the docs!). | ||||
* | reference the os module and the lock flags in the os.open() function. | Skip Montanaro | 2003-01-15 | 1 | -0/+8 |
| | | | | (Someone please review what I wrote for accuracy.) | ||||
* | Refer the reader to the correct module for constant definitions. | Fred Drake | 2002-06-14 | 1 | -1/+1 |
| | | | | This closes SF bug #550777. | ||||
* | Clarify that on some systems, lockf() using LOCK_EX requires that the file | Fred Drake | 2001-11-28 | 1 | -4/+9 |
| | | | | | | | is opened for writing; this closes SF bug #485342. Added notes that file objects are also accepted in the place of file descriptors. | ||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Update the fcntl module documentation. | Fred Drake | 2001-05-09 | 1 | -30/+26 |
| | |||||
* | Fixed bug in example. | Fred Drake | 2001-04-11 | 1 | -2/+2 |
| | | | | | | This closes SF bug #415522. Also fix markup error in text following the example. | ||||
* | Provide a much better (and complete!) description of the lockf() | Barry Warsaw | 2001-01-25 | 1 | -4/+38 |
| | | | | function, based on an eyeballing of the code. | ||||
* | Rob Hooft <rob@hooft.net>: | Fred Drake | 2000-08-02 | 1 | -2/+8 |
| | | | | Description of fcntl(): Added description of what can go wrong. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -1/+1 |
| | | | | (Very rough.) | ||||
* | Clarify the example by explicitly importing the fcntl module -- this | Guido van Rossum | 1999-06-24 | 1 | -2/+2 |
| | | | | | | | | | avoid being fooled into thinking that fcntl and FCNTL are the same thing -- they aren't! (fcntl is the extension, FCNTL.py is h2py output that defines all the constants). (XXX The example is still weird -- I think there's a more portable way to do locking now. That's for someone else to fix...) | ||||
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 1 | -5/+6 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Fix one typo. | Fred Drake | 1998-04-03 | 1 | -6/+6 |
| | | | | | | Add a manpage reference. Add an index entry. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -30/+31 |
| | | | | | | Markup consistency. Removed incorrect \setindexsubitem{}. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-18 | 1 | -0/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Do the right magic to make \UNIX{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 1 | -2/+2 |
| | |||||
* | Consistency: | Fred Drake | 1998-01-13 | 1 | -3/+3 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -5/+5 |
| | | | | Made references to files use \file{} instead of \code{}. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -1/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Added embryonic description of fcntl.lockf(). Added pointer to that | Guido van Rossum | 1996-10-11 | 1 | -0/+5 |
| | | | | in posixfile (which is obsolescent). | ||||
* | Add flock; warn about lockdata system dependency when using fcntl. | Guido van Rossum | 1996-06-26 | 1 | -1/+9 |
| | |||||
* | typos only | Guido van Rossum | 1995-08-10 | 1 | -1/+3 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -1/+1 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -6/+6 |
| | |||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -3/+3 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 1 | -0/+58 |
lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V |