aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/fileutils.c
Commit message (Expand)AuthorAge
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* Fix os.set_inheritable() on AndroidVictor Stinner2016-05-19
* Fix a couple of typos in code commentsMartin Panter2015-12-17
* Close #24784: Fix compilation without thread supportVictor Stinner2015-10-11
* Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-12
* Issue #23836: Document functions releasing the GIL in fileutils.cVictor Stinner2015-04-01
* Issue #23836: Add _Py_write_noraise() functionVictor Stinner2015-04-01
* Issue #23752: _Py_fstat() is now responsible to raise the Python exceptionVictor Stinner2015-03-30
* Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.cVictor Stinner2015-03-24
* Issue #23753: Python doesn't support anymore platforms without stat() orVictor Stinner2015-03-24
* Issue #23708: Save/restore errno in _Py_read() and _Py_write()Victor Stinner2015-03-20
* Issue #23708: Split assertion expression in two assertions in _Py_read() andVictor Stinner2015-03-20
* Issue #23708: Fix _Py_read() compilation error on WindowsVictor Stinner2015-03-19
* Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handleVictor Stinner2015-03-19
* Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()Victor Stinner2015-03-18
* Issue #23694: Enhance _Py_fopen(), it now raises an exception on errorVictor Stinner2015-03-18
* Issue #23694: Enhance _Py_open(), it now raises exceptionsVictor Stinner2015-03-18
* Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-14
|\
| * Fixes incorrect use of GetLastError where errno should be used.Steve Dower2015-03-14
* | Issue #23524: Change back to using Windows errors for _Py_fstat instead of th...Steve Dower2015-03-07
* | Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-06
* | Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes...Steve Dower2015-02-21
* | Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_statSteve Dower2015-02-21
* | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...Steve Dower2015-02-21
* | merge 3.4 (#23165)Benjamin Peterson2015-01-04
|\|
| * merge 3.3 (closes #23165)Benjamin Peterson2015-01-04
| |\
| | * merge 3.2 (closes #23165)Benjamin Peterson2015-01-04
| | |\
| | | * add some overflow checks before multiplying (closes #23165)Benjamin Peterson2015-01-04
* | | | (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() onVictor Stinner2014-09-02
|\| | |
| * | | Closes #22258: Fix the the internal function set_inheritable() on Illumos.Victor Stinner2014-09-02
* | | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-01
* | | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-29
|/ / /
* | | Merge from 3.3.Stefan Krah2014-01-20
|\| |
| * | Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.Stefan Krah2014-01-20
* | | (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAXVictor Stinner2013-11-15
|\| |
| * | fileutils.c: use MAXPATHLEN instead of PATH_MAXVictor Stinner2013-11-15
| * | (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, theVictor Stinner2013-01-03
| |\|
| | * Issue #16455: On FreeBSD and Solaris, if the locale is C, theVictor Stinner2013-01-03
| | * Issue #16416: Fix compilation errorVictor Stinner2012-12-03
| * | (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now alwaysVictor Stinner2012-12-03
| |\|
| | * Issue #16416: On Mac OS X, operating system data are now alwaysVictor Stinner2012-12-03
* | | Add unused third arg for the benefit of Valgrind.Stefan Krah2013-11-14
* | | Don't export internal symbols ("make smelly")Antoine Pitrou2013-10-12
* | | Close #18954: Fix some typo in fileutils.c commentsVictor Stinner2013-09-07
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-28
* | | Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _P...Victor Stinner2013-07-07
* | | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initializationVictor Stinner2013-07-07
* | | If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.Victor Stinner2013-06-25
* | | Issue #9566: Fix compiler warning on Windows 64-bitVictor Stinner2013-06-05
* | | Fix a compiler warning: in and out are unused in _Py_char2wchar() ifVictor Stinner2013-05-07