Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4510e6de9d38987c5b00ce416da19fe9ffc2dde9
/
Include
/
fileutils.h
9fab79b
Issue #26900: Excluded underscored names and other private API from limited API.
by Serhiy Storchaka
· 8 years ago
940f33a
Issue #23524: Finish removing _PyVerify_fd from sources
by Steve Dower
· 8 years ago
8fc8980
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
by Steve Dower
· 10 years ago
82c3e45
Issue #23836: Add _Py_write_noraise() function
by Victor Stinner
· 10 years ago
e134a7f
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
by Victor Stinner
· 10 years ago
91afbb6
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
by Victor Stinner
· 10 years ago
f329878
Issue #23753: Python doesn't support anymore platforms without stat() or
by Victor Stinner
· 10 years ago
66aab0c
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
by Victor Stinner
· 10 years ago
a555cfc
Issue #23694: Enhance _Py_open(), it now raises exceptions
by Victor Stinner
· 10 years ago
d81431f
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
by Steve Dower
· 10 years ago
06a13f8
Issue #23152: Move declarations back to posixmodule.c.
by Serhiy Storchaka
· 10 years ago
12ebbc7
Issue #23152: Move declaration into a header and exclude from stable API.
by Serhiy Storchaka
· 10 years ago
f2f373f
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
by Steve Dower
· 10 years ago
f6a271a
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
by Victor Stinner
· 10 years ago
1db9e7b
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
by Victor Stinner
· 10 years ago
1c0689c
Issue #19526: Exclude all new API from the stable ABI.
by Martin v. Löwis
· 11 years ago
daf4555
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
by Victor Stinner
· 11 years ago
efb00c0
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
by Brett Cannon
· 13 years ago
2f02a51
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
by Victor Stinner
· 14 years ago
168e117
Add an optional size argument to _Py_char2wchar()
by Victor Stinner
· 14 years ago
5d1e3438
Mark _Py_char2wchar() input argument as constant
by Victor Stinner
· 14 years ago
015f4d8
_Py_wrealpath() requires the size of the output buffer
by Victor Stinner
· 14 years ago
a4a7595
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
by Victor Stinner
· 14 years ago
b306d75
Fix fileutils for Windows
by Victor Stinner
· 14 years ago
4e31443
Create fileutils.c/.h
by Victor Stinner
· 14 years ago