This website requires JavaScript.
Explore
Help
Sign In
1berry
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80,422
Commits
7
Branches
618
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
Victor Stinner
13423c3726
Close
#18794
: Add a fileno() method and a closed attribute to select.devpoll
...
objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue.
2013-08-22 00:19:50 +02:00
Brett Cannon
cd8efa3704
Clean up the messages used by some tests.
2012-11-14 15:16:53 -05:00
Jesus Cea
d8b9ae6e8f
Issue
#6397
: Support '/dev/poll' polling objects in select module, under Solaris & derivatives.
2011-11-14 19:07:41 +01:00