]> granicus.if.org Git - python/commit
Applied patch #1657 epoll and kqueue wrappers for the select module
authorChristian Heimes <christian@cheimes.de>
Fri, 21 Mar 2008 23:49:44 +0000 (23:49 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 21 Mar 2008 23:49:44 +0000 (23:49 +0000)
commit0e9ab5f2f0f907b57c70557e21633ce8c341d1d1
treecff563d889c8bca44a7214739706e3674d402d26
parent5f79446af07b8bd7821ca4aacc96895c811f2733
Applied patch #1657 epoll and kqueue wrappers for the select module
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
Doc/library/select.rst
Doc/license.rst
Lib/test/regrtest.py
Lib/test/test_epoll.py [new file with mode: 0644]
Lib/test/test_kqueue.py [new file with mode: 0644]
Lib/test/test_poll.py
Misc/NEWS
Modules/selectmodule.c
configure
configure.in
pyconfig.h.in