COMMITS
/ Python/fileutils.c May 24, 2022
V
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
April 8, 2022
A
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
Alexey Izbyshev committed
March 5, 2022
S
Remove trailing spaces (GH-31695)
Serhiy Storchaka committed
January 13, 2022
N
January 8, 2022
S
bpo-46217: Revert use of Windows constant that is newer than what we support (GH-30473)
Steve Dower committed
January 6, 2022
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
October 22, 2021
E
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow committed
October 16, 2021
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
September 27, 2021
E
Do not check isabs() on Windows. (gh-28584)
Eric Snow committed
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
September 9, 2021
V
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Vincent Michel committed
August 6, 2021
V
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Victor Stinner committed
April 30, 2021
J
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
March 17, 2021
V
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner committed
January 20, 2021
December 9, 2020
V
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner committed
December 7, 2020
P
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
pxinwr committed
November 4, 2020
V
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner committed
October 20, 2020
T
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
June 24, 2020
S
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Serhiy Storchaka committed
June 13, 2020
C
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Christian Heimes committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
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