summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_epoll.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip the epoll test if epoll() does not workNeal Norwitz2008-03-231-0/+6
|
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-0/+189
The patch adds wrappers for the Linux epoll syscalls and the BSD kqueue syscalls. Thanks to Thomas Herve and the Twisted people for their support and help. TODO: Finish documentation documentation