COMMITS
/ Python/fileutils.c April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
October 4, 2019
V
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner committed
August 23, 2019
Z
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
June 17, 2019
Z
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 2, 2019
V
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner committed
March 19, 2019
V
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner committed
March 18, 2019
V
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner committed
March 4, 2019
P
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr committed
November 23, 2018
V
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner committed
November 20, 2018
V
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner committed
October 17, 2018
S
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
V
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner committed
August 28, 2018
V
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner committed
V
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner committed
April 20, 2018
V
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä committed
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