index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
fileutils.c
Commit message (
Expand
)
Author
Age
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
*
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Alexey Izbyshev
2018-02-18
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-05
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
*
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner
2017-12-21
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
*
bpo-29240: Don't define decode_locale() on macOS (#4895)
Victor Stinner
2017-12-15
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
*
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner
2017-03-09
*
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
*
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye
2016-11-19
*
Fix check_force_ascii()
Victor Stinner
2016-09-09
*
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
*
|
Merge 3.5 (issue #27057)
Victor Stinner
2016-05-19
|
\
|
|
*
Fix os.set_inheritable() on Android
Victor Stinner
2016-05-19
*
|
Avoid fcntl() if possible in set_inheritable()
Victor Stinner
2016-04-17
*
|
Add more checks on the GIL
Victor Stinner
2016-03-14
|
/
*
Fix a couple of typos in code comments
Martin Panter
2015-12-17
*
Close #24784: Fix compilation without thread support
Victor Stinner
2015-10-11
*
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
*
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner
2015-04-01
*
Issue #23836: Add _Py_write_noraise() function
Victor Stinner
2015-04-01
*
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
*
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner
2015-03-24
*
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner
2015-03-24
*
Issue #23708: Save/restore errno in _Py_read() and _Py_write()
Victor Stinner
2015-03-20
*
Issue #23708: Split assertion expression in two assertions in _Py_read() and
Victor Stinner
2015-03-20
*
Issue #23708: Fix _Py_read() compilation error on Windows
Victor Stinner
2015-03-19
*
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner
2015-03-19
*
Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Victor Stinner
2015-03-18
*
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner
2015-03-18
*
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner
2015-03-18
*
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower
2015-03-14
|
\
|
*
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower
2015-03-14
*
|
Issue #23524: Change back to using Windows errors for _Py_fstat instead of th...
Steve Dower
2015-03-07
*
|
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
*
|
Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes...
Steve Dower
2015-02-21
*
|
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
Steve Dower
2015-02-21
*
|
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
*
|
merge 3.4 (#23165)
Benjamin Peterson
2015-01-04
|
\
|
[next]