Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on ↵ | Steve Dower | 2015-02-21 | 1 | -2/+2 | |
| | | | | | | Windows. fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer. | |||||
* | Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. | Berker Peksag | 2014-11-24 | 1 | -1/+1 | |
| | ||||||
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -1/+1 | |
| | | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions. | |||||
* | Issue #18093: Factor out the programs that embed the runtime | Nick Coghlan | 2014-07-25 | 4 | -0/+362 | |