Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf(). | Georg Brandl | 2009-06-08 | 1 | -3/+2 |
| | |||||
* | #6176: fix man page section for flock(2). | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | revert r69777 since all the experts agree that extra import lines distract ↵ | Benjamin Peterson | 2009-02-20 | 1 | -3/+1 |
| | | | | from the code | ||||
* | Since we recommend one module per import line, reflect this also in the | Jeroen Ruigrok van der Werven | 2009-02-19 | 1 | -1/+3 |
| | | | | documentation. | ||||
* | Prevent ioctl op codes from being sign extended from int to unsigned long | Gregory P. Smith | 2008-03-19 | 1 | -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 Brandl | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+155 |