FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/fileutils.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
fileutils.c
on
3.14
User selector
Datepicker
Commit history
Commits on Apr 14, 2025
gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477)
serhiy-storchaka
authored
102f825
View commit details
Copy full SHA for 102f825
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
Fix Windows build warnings (#131487)
Show description for 486d537
vstinner
authored
486d537
View commit details
Copy full SHA for 486d537
View code at this point
Browse repository at this point
Commits on Jan 22, 2025
gh-128863: Deprecate private C API functions (#128864)
Show description for 9012fa7
vstinner
authored
9012fa7
View commit details
Copy full SHA for 9012fa7
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Show description for 4d0a659
ZeroIntensity
and
kumaraditya303
authored
4d0a659
View commit details
Copy full SHA for 4d0a659
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
vstinner
authored
f89e5e2
View commit details
Copy full SHA for f89e5e2
View code at this point
Browse repository at this point
Commits on Dec 31, 2024
gh-128277: make globals variables thread safe in socket module (#128286)
kumaraditya303
authored
e389d6c
View commit details
Copy full SHA for e389d6c
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
nineteendo
authored
60ec854
View commit details
Copy full SHA for 60ec854
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
colesbury
authored
460cc9e
View commit details
Copy full SHA for 460cc9e
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
gh-118422: Fix run_fileexflags() test (#118429)
Show description for e93c39b
vstinner
authored
e93c39b
View commit details
Copy full SHA for e93c39b
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
nineteendo
authored
10bb90e
View commit details
Copy full SHA for 10bb90e
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-112970: Detect and use closefrom() when available (#112969)
Show description for c454e93
thesamesam
authored
c454e93
View commit details
Copy full SHA for c454e93
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Show description for 05a370a
vstinner
authored
05a370a
View commit details
Copy full SHA for 05a370a
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
aisk
authored
29af736
View commit details
Copy full SHA for 29af736
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
gh-110014: Include explicitly <unistd.h> header (#110155)
Show description for 7513994
vstinner
authored
7513994
View commit details
Copy full SHA for 7513994
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Show description for 2b15536
serhiy-storchaka
authored
2b15536
View commit details
Copy full SHA for 2b15536
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
gh-106242: Minor fixup to avoid compiler warnings (GH-107983)
zooba
authored
34e1917
View commit details
Copy full SHA for 34e1917
View code at this point
Browse repository at this point
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
finnagin
authored
0932272
View commit details
Copy full SHA for 0932272
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-84436: Skip refcounting for known immortals (GH-107605)
brandtbucher
authored
05a824f
View commit details
Copy full SHA for 05a824f
View code at this point
Browse repository at this point
Commits on May 30, 2023
gh-80064: Fix is_valid_wide_char() return type (#105099)
Show description for 4b65d56
vstinner
authored
4b65d56
View commit details
Copy full SHA for 4b65d56
View code at this point
Browse repository at this point
Commits on May 24, 2023
gh-104820: Fixes os.stat on Windows to better handle file systems that do not support FileIdInformation (GH-104892)
zooba
authored
6031727
View commit details
Copy full SHA for 6031727
View code at this point
Browse repository at this point
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 0f17576
zooba
authored
0f17576
View commit details
Copy full SHA for 0f17576
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
gh-102281: Fix potential nullptr dereference + use of uninitialized memory (gh-102282)
maxbachmann
authored
afa6092
View commit details
Copy full SHA for afa6092
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
gh-102255: Improve build support for Windows API partitions (GH-102256)
Show description for c6858d1
maxbachmann
authored
c6858d1
View commit details
Copy full SHA for c6858d1
View code at this point
Browse repository at this point
Commits on Mar 1, 2023
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
maxbachmann
authored
938e36f
View commit details
Copy full SHA for 938e36f
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Show description for 739c026
RayyanAnsari
authored
739c026
View commit details
Copy full SHA for 739c026
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
gh-101810: Remove duplicated st_ino calculation (GH-101811)
juria90
authored
95cbb3d
View commit details
Copy full SHA for 95cbb3d
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Show description for 5f55067
ericsnowcurrently
authored
5f55067
View commit details
Copy full SHA for 5f55067
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Show description for 0d35a59
tiran
authored
0d35a59
View commit details
Copy full SHA for 0d35a59
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
Show description for 32b7bcf
vstinner
authored
32b7bcf
View commit details
Copy full SHA for 32b7bcf
View code at this point
Browse repository at this point
Commits on May 12, 2022
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Show description for 7cdaf87
vstinner
authored
7cdaf87
View commit details
Copy full SHA for 7cdaf87
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
bpo-47000: Add `locale.getencoding()` (GH-32068)
methane
authored
6773203
View commit details
Copy full SHA for 6773203
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
Show description for 1c8b3b5
Alexey Izbyshev
authored
1c8b3b5
View commit details
Copy full SHA for 1c8b3b5
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
Remove trailing spaces (GH-31695)
serhiy-storchaka
authored
6927632
View commit details
Copy full SHA for 6927632
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
Show description for d4e64cd
neonene
authored
d4e64cd
View commit details
Copy full SHA for d4e64cd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL