Files
cpython/Modules
Victor Stinner 9001d8089c Issue #23834: Fix initial value of the socket timeout
Use _PyTime_FromSeconds() to initialize the default socket timeout to -1
second, instead of -1 nanosecond which causes rounding issues in
internal_select().
2015-04-06 23:06:01 +02:00
..
2014-10-28 22:24:46 +01:00
2015-04-06 13:06:21 -04:00
2015-03-18 16:05:32 +01:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.