summaryrefslogtreecommitdiff
path: root/Lib/test/test_devpoll.py
Commit message (Expand)AuthorAgeFilesLines
* Import USHRT_MAX to fix failing test_devpool testChristian Heimes2013-12-151-0/+1
* Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-0/+11
|\
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-0/+11
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-1/+10
* | Close #18794: Add a fileno() method and a closed attribute to select.devpollVictor Stinner2013-08-221-0/+25
* | Clean up the messages used by some tests.Brett Cannon2012-11-141-1/+1
|/
* Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...Jesus Cea2011-11-141-0/+94