Files
cpython/Modules
Victor Stinner b28ed92dd0 Issue #21932: os.read() now uses a :c:func:Py_ssize_t type instead of
:c:type:`int` for the size to support reading more than 2 GB at once. On
Windows, the size is truncted to INT_MAX. As any call to os.read(), the OS
may read less bytes than the number of requested bytes.
2014-07-11 17:04:41 +02:00
..
2014-02-04 10:12:18 -05:00
2014-04-14 11:48:21 -04:00
2014-05-11 16:17:34 -07:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00
2014-07-06 13:04:20 -07:00
2014-07-06 13:04:20 -07:00
2014-02-04 09:33:05 +01:00
2013-01-01 07:41:51 -08:00
2014-02-16 14:17:28 -05:00