summaryrefslogtreecommitdiff
path: root/Lib/test/test_ioctl.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-1/+1
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-3/+1
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-301-3/+3
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Use a file context manager for test_ioctl.Brett Cannon2010-10-291-4/+4
* Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,Antoine Pitrou2010-09-071-5/+26
* Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.Florent Xicluna2010-08-081-1/+9
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-7/+4
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-5/+5
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-261-3/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-0/+29
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-5/+9
* Skip the ioctl test if we can't open /dev/tty. This happens onNeal Norwitz2003-03-201-0/+6
* Fix bugMichael W. Hudson2003-03-031-0/+31