COMMITS
/ Python/fileutils.c February 18, 2018
A
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Alexey Izbyshev committed
February 6, 2018
A
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev committed
January 22, 2018
V
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner committed
January 15, 2018
V
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner committed
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
January 10, 2018
V
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 15, 2017
V
bpo-29240: Don't define decode_locale() on macOS (#4895)
Victor Stinner committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
March 9, 2017
V
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner committed
December 15, 2016
X
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye committed
November 19, 2016
X
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye committed
September 10, 2016
V
Fix check_force_ascii()
Victor Stinner committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
May 19, 2016
V
Merge 3.5 (issue #27057)
Victor Stinner committed
V
Fix os.set_inheritable() on Android
Victor Stinner committed
April 17, 2016
V
Avoid fcntl() if possible in set_inheritable()
Victor Stinner committed
March 14, 2016
V
Add more checks on the GIL
Victor Stinner committed
December 17, 2015
M
Fix a couple of typos in code comments
Martin Panter committed
October 11, 2015
V
Close #24784: Fix compilation without thread support
Victor Stinner committed
April 12, 2015
April 1, 2015
V
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner committed
V
Issue #23836: Add _Py_write_noraise() function
Victor Stinner committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 24, 2015
V
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner committed
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
March 20, 2015
V
Issue #23708: Save/restore errno in _Py_read() and _Py_write()
Victor Stinner committed
V
Issue #23708: Split assertion expression in two assertions in _Py_read() and
Victor Stinner committed
March 19, 2015
V
Issue #23708: Fix _Py_read() compilation error on Windows
Victor Stinner committed
V
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner committed
March 18, 2015
V
Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Victor Stinner committed
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
March 14, 2015
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
March 8, 2015
S
March 6, 2015
February 21, 2015
S
S
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
Steve Dower committed
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
January 4, 2015
B
merge 3.4 (#23165)
Benjamin Peterson committed
B
merge 3.3 (closes #23165)
Benjamin Peterson committed