Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in ↵ | Senthil Kumaran | 2016-06-03 | 1 | -1/+3 |
| | | | | the library documentation. | ||||
* | Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() | Victor Stinner | 2015-11-13 | 1 | -0/+4 |
| | |||||
* | backport #18985: Improve fcntl documentation. | R David Murray | 2013-11-07 | 1 | -5/+8 |
| | |||||
* | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+22 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -5/+5 |
| | |||||
* | Remove LaTeXy index entry syntax. | Georg Brandl | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | #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 |