| Commit message (Expand) | Author | Age |
* | Closes #22258: Fix the the internal function set_inheritable() on Illumos. | Victor Stinner | 2014-09-02 |
* | Merge from 3.3. | Stefan Krah | 2014-01-20 |
|\ |
|
| * | Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. | Stefan Krah | 2014-01-20 |
* | | (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX | Victor Stinner | 2013-11-15 |
|\| |
|
| * | fileutils.c: use MAXPATHLEN instead of PATH_MAX | Victor Stinner | 2013-11-15 |
| * | (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the | Victor Stinner | 2013-01-03 |
| |\ |
|
| | * | Issue #16455: On FreeBSD and Solaris, if the locale is C, the | Victor Stinner | 2013-01-03 |
| | * | Issue #16416: Fix compilation error | Victor Stinner | 2012-12-03 |
| * | | (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always | Victor Stinner | 2012-12-03 |
| |\| |
|
| | * | Issue #16416: On Mac OS X, operating system data are now always | Victor Stinner | 2012-12-03 |
* | | | Add unused third arg for the benefit of Valgrind. | Stefan Krah | 2013-11-14 |
* | | | Don't export internal symbols ("make smelly") | Antoine Pitrou | 2013-10-12 |
* | | | Close #18954: Fix some typo in fileutils.c comments | Victor Stinner | 2013-09-07 |
* | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-28 |
* | | | Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _P... | Victor Stinner | 2013-07-07 |
* | | | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | Victor Stinner | 2013-07-07 |
* | | | If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. | Victor Stinner | 2013-06-25 |
* | | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-05 |
* | | | Fix a compiler warning: in and out are unused in _Py_char2wchar() if | Victor Stinner | 2013-05-07 |
* | | | thinko | Philip Jenvey | 2013-01-15 |
* | | | Issue #16455: On FreeBSD and Solaris, if the locale is C, the | Victor Stinner | 2012-12-04 |
* | | | Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions | Victor Stinner | 2012-11-12 |
* | | | Issue #16416: OS data are now always encoded/decoded to/from | Victor Stinner | 2012-11-12 |
* | | | Merge 3.3. | Stefan Krah | 2012-11-12 |
|\| | |
|
| * | | Issue #15835: Define PATH_MAX on HP-UX. | Stefan Krah | 2012-11-12 |
* | | | Issue #16330: Use surrogate-related macros | Victor Stinner | 2012-10-30 |
|/ / |
|
* | | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 |
* | | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the | Antoine Pitrou | 2011-12-22 |
* | | _Py_fopen now allows bytes filenames under non-Windows platforms. | Antoine Pitrou | 2011-12-19 |
* | | import.c now catchs _Py_stat() exceptions | Victor Stinner | 2011-12-18 |
* | | Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() | Victor Stinner | 2011-12-16 |
* | | Catch PyUnicode_AS_UNICODE() errors in fileutils.c | Victor Stinner | 2011-11-17 |
|/ |
|
* | _Py_char2wchar() frees the memory on conversion error | Victor Stinner | 2010-11-08 |
* | PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails | Victor Stinner | 2010-11-08 |
* | Add an optional size argument to _Py_char2wchar() | Victor Stinner | 2010-10-16 |
* | _Py_wrealpath() uses _Py_char2wchar() to decode the result, to support | Victor Stinner | 2010-10-16 |
* | _Py_wreadlink(): catch _Py_char2wchar() failure | Victor Stinner | 2010-10-16 |
* | _Py_wreadlink() uses _Py_char2wchar() to decode the result, to support | Victor Stinner | 2010-10-16 |
* | Mark _Py_char2wchar() input argument as constant | Victor Stinner | 2010-10-15 |
* | _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates | Victor Stinner | 2010-10-14 |
* | fileutils.c: document which encodings are used | Victor Stinner | 2010-10-07 |
* | _Py_wrealpath() requires the size of the output buffer | Victor Stinner | 2010-10-07 |
* | _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows | Victor Stinner | 2010-10-07 |
* | Fix fileutils for Windows | Victor Stinner | 2010-10-07 |
* | Ooops, fileutils.c contains twice the same code | Victor Stinner | 2010-10-07 |
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 |