COMMITS
/ Python/fileutils.c June 17, 2024
S
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
Sam Gross committed
April 30, 2024
V
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner committed
April 25, 2024
N
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies committed
December 12, 2023
S
gh-112970: Detect and use closefrom() when available (#112969)
Sam James committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
November 13, 2023
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 15, 2023
S
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
Steve Dower committed
F
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
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