Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+0 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
| | |||||
* | Issue 3848: document the fact that epoll register raises an IOError if | R. David Murray | 2009-05-31 | 1 | -0/+28 |
| | | | | | an fd is registered twice, and add some additional epoll tests. Patch by Christian Heimes. | ||||
* | remove test_support.TestSkipped and just use unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | Skip the epoll test if epoll() does not work | Neal Norwitz | 2008-03-23 | 1 | -0/+6 |
| | |||||
* | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -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 |