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
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík
2021-04-30
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
*
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
pxinwr
2020-12-07
*
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner
2020-11-04
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
*
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner
2020-11-01
*
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner
2020-10-31
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
2020-10-20
*
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans
2020-10-13
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Serhiy Storchaka
2020-06-24
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Christian Heimes
2020-06-14
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
*
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner
2019-10-04
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
*
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner
2019-03-18
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-07
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-18
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner
2018-08-28
*
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
[next]