Files
cpython/Modules
Victor Stinner a555cfcb73 Issue #23694: Enhance _Py_open(), it now raises exceptions
* _Py_open() now raises exceptions on error. If open() fails, it raises an
  OSError with the filename.
* _Py_open() now releases the GIL while calling open()
* Add _Py_open_noraise() when _Py_open() cannot be used because the GIL is not
  held
2015-03-18 00:22:14 +01:00
..
2015-02-26 15:27:57 +02:00
2014-02-04 10:12:18 -05:00
2014-10-28 22:24:46 +01:00
2015-03-04 22:50:25 -05:00
2014-10-02 08:35:31 +02:00
2015-03-05 23:42:24 +02:00
2014-08-22 14:01:56 -04:00
2014-07-06 13:04:20 -07:00
2015-03-02 11:18:40 -05:00
2014-07-06 13:04:20 -07:00
2014-02-04 09:33:05 +01:00

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