Commits
User selector
Commit History
Commits on Jun 17, 2024
Commits on Apr 30, 2024
gh-118422: Fix run_fileexflags() test (#118429)
Show description for e93c39bauthored
Commits on Apr 25, 2024
Commits on Dec 12, 2023
gh-112970: Detect and use closefrom() when available (#112969)
Show description for c454e93authored
Commits on Dec 1, 2023
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Show description for 05a370aauthored
Commits on Nov 13, 2023
Commits on Sep 30, 2023
gh-110014: Include explicitly <unistd.h> header (#110155)
Show description for 7513994authored
Commits on Aug 26, 2023
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Show description for 2b15536authored
Commits on Aug 15, 2023
Commits on Aug 4, 2023
Commits on May 30, 2023
gh-80064: Fix is_valid_wide_char() return type (#105099)
Show description for 4b65d56authored
Commits on May 24, 2023
Commits on Mar 16, 2023
gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149)
Show description for 0f17576authored
Commits on Mar 15, 2023
Commits on Mar 9, 2023
gh-102255: Improve build support for Windows API partitions (GH-102256)
Show description for c6858d1authored
Commits on Mar 1, 2023
Commits on Feb 16, 2023
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Show description for 739c026authored
Commits on Feb 13, 2023
Commits on Nov 16, 2022
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Show description for 5f55067authored
Commits on Jul 26, 2022
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Show description for 0d35a59authored
Commits on May 24, 2022
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Show description for 32b7bcfauthored
Commits on May 12, 2022
Commits on Apr 20, 2022
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Show description for 7cdaf87authored
Commits on Apr 9, 2022
Commits on Apr 8, 2022
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
Show description for 1c8b3b5authored
Alexey Izbyshev
Commits on Mar 5, 2022
Commits on Jan 13, 2022
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
Show description for d4e64cdauthored
Commits on Jan 8, 2022
Commits on Jan 6, 2022
Commits on Dec 3, 2021
bpo-45582: Port getpath[p].c to Python (GH-29041)
Show description for 99fcf15authored
Commits on Oct 22, 2021
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Show description for 17c6104authored
Commits on Oct 16, 2021
bpo-45020: Default to using frozen modules unless running from source tree. (gh-28940)
Show description for b9cdd0fauthored
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29afauthored