summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ioctl.py
Commit message (Collapse)AuthorAgeFilesLines
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-5/+9
| | | | | with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron).
* Skip the ioctl test if we can't open /dev/tty. This happens onNeal Norwitz2003-03-201-0/+6
| | | | | Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at).
* Fix bugMichael W. Hudson2003-03-031-0/+31
[ 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!).