| Commit message (Expand) | Author | Age | Files | Lines |
* | [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) | Serhiy Storchaka | 2017-06-28 | 1 | -6/+17 |
|
|
* | bpo-29619: Convert st_ino using unsigned integer (#557) | Victor Stinner | 2017-03-09 | 1 | -2/+2 |
|
|
* | Issue #26919: On Android, operating system data is now always encoded/decoded | Xavier de Gaye | 2016-12-15 | 1 | -5/+5 |
|
|
* | Issue #28746: Fix the set_inheritable() file descriptor method on platforms | Xavier de Gaye | 2016-11-19 | 1 | -1/+1 |
|
|
* | Fix check_force_ascii() | Victor Stinner | 2016-09-10 | 1 | -8/+9 |
|
|
* | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -124/+4 |
|
|
* | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Merge 3.5 (issue #27057) | Victor Stinner | 2016-05-19 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Fix os.set_inheritable() on Android | Victor Stinner | 2016-05-19 | 1 | -2/+7 |
|
|
* | | Avoid fcntl() if possible in set_inheritable() | Victor Stinner | 2016-04-17 | 1 | -5/+13 |
|
|
* | | Add more checks on the GIL | Victor Stinner | 2016-03-14 | 1 | -0/+16 |
|/ |
|
* | Fix a couple of typos in code comments | Martin Panter | 2015-12-17 | 1 | -2/+2 |
|
|
* | Close #24784: Fix compilation without thread support | Victor Stinner | 2015-10-11 | 1 | -0/+6 |
|
|
* | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i... | Steve Dower | 2015-04-12 | 1 | -39/+56 |
|
|
* | Issue #23836: Document functions releasing the GIL in fileutils.c | Victor Stinner | 2015-04-01 | 1 | -3/+5 |
|
|
* | Issue #23836: Add _Py_write_noraise() function | Victor Stinner | 2015-04-01 | 1 | -48/+83 |
|
|
* | Issue #23752: _Py_fstat() is now responsible to raise the Python exception | Victor Stinner | 2015-03-30 | 1 | -11/+47 |
|
|
* | Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c | Victor Stinner | 2015-03-24 | 1 | -17/+0 |
|
|
* | Issue #23753: Python doesn't support anymore platforms without stat() or | Victor Stinner | 2015-03-24 | 1 | -16/+0 |
|
|
* | Issue #23708: Save/restore errno in _Py_read() and _Py_write() | Victor Stinner | 2015-03-20 | 1 | -15/+21 |
|
|
* | Issue #23708: Split assertion expression in two assertions in _Py_read() and | Victor Stinner | 2015-03-20 | 1 | -2/+4 |
|
|
* | Issue #23708: Fix _Py_read() compilation error on Windows | Victor Stinner | 2015-03-19 | 1 | -1/+1 |
|
|
* | Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle | Victor Stinner | 2015-03-19 | 1 | -0/+149 |
|
|
* | Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj() | Victor Stinner | 2015-03-18 | 1 | -13/+40 |
|
|
* | Issue #23694: Enhance _Py_fopen(), it now raises an exception on error | Victor Stinner | 2015-03-18 | 1 | -12/+36 |
|
|
* | Issue #23694: Enhance _Py_open(), it now raises exceptions | Victor Stinner | 2015-03-17 | 1 | -17/+55 |
|
|
* | Fixes incorrect use of GetLastError where errno should be used. | Steve Dower | 2015-03-14 | 1 | -6/+6 |
|\ |
|
| * | Fixes incorrect use of GetLastError where errno should be used. | Steve Dower | 2015-03-14 | 1 | -6/+6 |
|
|
* | | Issue #23524: Change back to using Windows errors for _Py_fstat instead of th... | Steve Dower | 2015-03-08 | 1 | -3/+5 |
|
|
* | | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in... | Steve Dower | 2015-03-06 | 1 | -5/+103 |
|
|
* | | Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes... | Steve Dower | 2015-02-21 | 1 | -4/+2 |
|
|
* | | Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat | Steve Dower | 2015-02-21 | 1 | -2/+2 |
|
|
* | | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind... | Steve Dower | 2015-02-21 | 1 | -2/+140 |
|
|
* | | merge 3.4 (#23165) | Benjamin Peterson | 2015-01-04 | 1 | -3/+13 |
|\ \
| |/ |
|
| * | merge 3.3 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -3/+13 |
| |\ |
|
| | * | merge 3.2 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -3/+13 |
| | |\ |
|
| | | * | add some overflow checks before multiplying (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -3/+13 |
|
|
* | | | | (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on | Victor Stinner | 2014-09-02 | 1 | -14/+34 |
|\ \ \ \
| |/ / / |
|
| * | | | Closes #22258: Fix the the internal function set_inheritable() on Illumos. | Victor Stinner | 2014-09-02 | 1 | -14/+34 |
|
|
* | | | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -32/+35 |
|
|
* | | | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 1 | -0/+53 |
|/ / / |
|
* | | | Merge from 3.3. | Stefan Krah | 2014-01-20 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. | Stefan Krah | 2014-01-20 | 1 | -1/+2 |
|
|
* | | | (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX | Victor Stinner | 2013-11-15 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | fileutils.c: use MAXPATHLEN instead of PATH_MAX | Victor Stinner | 2013-11-15 | 1 | -6/+6 |
|
|
| * | | (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the | Victor Stinner | 2013-01-03 | 1 | -23/+217 |
| |\ \
| | |/ |
|
| | * | Issue #16455: On FreeBSD and Solaris, if the locale is C, the | Victor Stinner | 2013-01-03 | 1 | -23/+222 |
|
|
| | * | Issue #16416: Fix compilation error | Victor Stinner | 2012-12-03 | 1 | -1/+3 |
|
|
| * | | (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always | Victor Stinner | 2012-12-03 | 1 | -6/+54 |
| |\ \
| | |/ |
|