Victor Stinner
|
daf455554b
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
|
2013-08-28 00:53:59 +02:00 |
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 |