FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-127350: Add Py_fopen() function by vstinner · Pull Request #127821 · 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
75k
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
gh-127350: Add Py_fopen() function
- #127821
#127821
Merged
vstinner
merged 20 commits into
python:main
python/cpython:main
from
vstinner:py_fopen
vstinner/cpython:py_fopen
Copy head branch name to clipboard
Jan 6, 2025
Conversation
Commits
20
(20)
Checks
Files changed
Merged
gh-127350: Add Py_fopen() function
#127821
vstinner
merged 20 commits into
python:main
python/cpython:main
from
vstinner:py_fopen
vstinner/cpython:py_fopen
Copy head branch name to clipboard
Commits
Commits on Dec 11, 2024
gh-127350: Add Py_fopen() function
Show description for 773c4d9
vstinner
committed
773c4d9
View commit details
Copy full SHA for 773c4d9
Browse repository at this point
Commits on Dec 13, 2024
Add Py_fclose() function
vstinner
committed
b80f424
View commit details
Copy full SHA for b80f424
Browse repository at this point
Merge branch 'main' into py_fopen
vstinner
committed
14fb249
View commit details
Copy full SHA for 14fb249
Browse repository at this point
Replace _Py_fopen_obj() with Py_fopen() in sysmodule.c
vstinner
committed
7390c5e
View commit details
Copy full SHA for 7390c5e
Browse repository at this point
Simplify Py_fclose() documentation
vstinner
committed
26a5a56
View commit details
Copy full SHA for 26a5a56
Browse repository at this point
Run make clinic
vstinner
committed
4375566
View commit details
Copy full SHA for 4375566
Browse repository at this point
Update Doc/c-api/sys.rst
Show description for a779321
vstinner
and
zooba
authored
a779321
View commit details
Copy full SHA for a779321
Browse repository at this point
Commits on Dec 16, 2024
Document Py_fclose() return value
vstinner
committed
e613374
View commit details
Copy full SHA for e613374
Browse repository at this point
Commits on Jan 6, 2025
Merge branch 'main' into py_fopen
vstinner
committed
a908b72
View commit details
Copy full SHA for a908b72
Browse repository at this point
Address some of Serhiy's review
vstinner
committed
2af4d2b
View commit details
Copy full SHA for 2af4d2b
Browse repository at this point
Address Erlend's review
vstinner
committed
8e9170e
View commit details
Copy full SHA for 8e9170e
Browse repository at this point
Add more tests
vstinner
committed
a8c26b2
View commit details
Copy full SHA for a8c26b2
Browse repository at this point
Support __fspath__() protocol on Windows
Show description for 5b52a4e
vstinner
committed
5b52a4e
View commit details
Copy full SHA for 5b52a4e
Browse repository at this point
Update doc for path-like object
vstinner
committed
e6a53fe
View commit details
Copy full SHA for e6a53fe
Browse repository at this point
Keep _Py_fopen_obj() function
vstinner
committed
1d1e7f4
View commit details
Copy full SHA for 1d1e7f4
Browse repository at this point
Fix typo
vstinner
committed
335c1bc
View commit details
Copy full SHA for 335c1bc
Browse repository at this point
Fix test on macOS and WASI
Show description for 8241422
vstinner
committed
8241422
View commit details
Copy full SHA for 8241422
Browse repository at this point
Rewrite the Windows implementation
vstinner
committed
c91aa82
View commit details
Copy full SHA for c91aa82
Browse repository at this point
Use FakePath
vstinner
committed
0fc6dc1
View commit details
Copy full SHA for 0fc6dc1
Browse repository at this point
NULL mode does crash
vstinner
committed
dda4335
View commit details
Copy full SHA for dda4335
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL