Victor Stinner 1db9e7bb19 Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
set the blocking mode of a file descriptor (False if the O_NONBLOCK flag is
set, True otherwise). These functions are not available on Windows.
2014-07-29 22:32:47 +02:00
..
2014-06-16 23:07:15 -07:00
2013-12-31 22:02:22 -06:00

Miscellaneous source files for the main Python shared library