Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fileutils.c: document which encodings are used | Victor Stinner | 2010-10-07 | 1 | -6/+26 |
* | _Py_wrealpath() requires the size of the output buffer | Victor Stinner | 2010-10-07 | 1 | -2/+3 |
* | _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows | Victor Stinner | 2010-10-07 | 1 | -18/+6 |
* | Fix fileutils for Windows | Victor Stinner | 2010-10-07 | 1 | -8/+7 |
* | Ooops, fileutils.c contains twice the same code | Victor Stinner | 2010-10-07 | 1 | -380/+0 |
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -0/+758 |