COMMITS
/ Python/fileutils.c May 30, 2023
V
gh-80064: Fix is_valid_wide_char() return type (#105099)
Victor Stinner committed
May 24, 2023
March 16, 2023
March 15, 2023
M
gh-102281: Fix potential nullptr dereference + use of uninitialized memory (gh-102282)
Max Bachmann committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
March 1, 2023
M
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann committed
February 16, 2023
R
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Rayyan Ansari committed
February 13, 2023
J
gh-101810: Remove duplicated st_ino calculation (GH-101811)
James Lee committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
July 26, 2022
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
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