summaryrefslogtreecommitdiff
path: root/Lib/test/test_ioctl.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* Merged revisions 84589 via svnmerge fromAntoine Pitrou2010-09-071-5/+26
* Merged revisions 83833,83838-83839,83859,83878 via svnmerge fromFlorent Xicluna2010-08-091-1/+9
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-7/+4
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-5/+5
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-5/+5
* Don't try to get the window size if it was never set before.Martin v. Löwis2008-05-241-3/+0
* Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalidGregory P. Smith2008-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