summaryrefslogtreecommitdiffstats
path: root/Doc/library/fcntl.rst
Commit message (Collapse)AuthorAgeFilesLines
* #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().Georg Brandl2009-06-081-3/+2
|
* #6176: fix man page section for flock(2).Georg Brandl2009-06-041-1/+1
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-201-3/+1
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-191-1/+3
| | | | documentation.
* Prevent ioctl op codes from being sign extended from int to unsigned longGregory P. Smith2008-03-191-0/+2
| | | | | | | | | | | when used on platforms that actually define ioctl as taking an unsigned long. (the BSDs and OS X / Darwin) Adds a unittest for fcntl.ioctl that tests what happens with both positive and negative numbers. This was done because of issue1471 but I'm not able to reproduce -that- problem in the first place on Linux 32bit or 64bit or OS X 10.4 & 10.5 32bit or 64 bit.
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+155