FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101196: Make isdir/isfile/exists faster on Windows by mdboom · Pull Request #101324 · 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.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-101196: Make isdir/isfile/exists faster on Windows
- #101324
#101324
Merged
zooba
merged 32 commits into
python:main
python/cpython:main
from
mdboom:win-isdir-fastpath
mdboom/cpython:win-isdir-fastpath
Copy head branch name to clipboard
Feb 8, 2023
Conversation
Commits
32
(32)
Checks
Files changed
Merged
gh-101196: Make isdir/isfile/exists faster on Windows
#101324
zooba
merged 32 commits into
python:main
python/cpython:main
from
mdboom:win-isdir-fastpath
mdboom/cpython:win-isdir-fastpath
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2023
Make isdir/isfile/exists faster on Windows
mdboom
committed
9a7d3d8
View commit details
Copy full SHA for 9a7d3d8
Browse repository at this point
Fix doc syntax
mdboom
committed
a07f1e7
View commit details
Copy full SHA for a07f1e7
Browse repository at this point
Merge branch 'main' into win-isdir-fastpath
mdboom
authored
7765fea
View commit details
Copy full SHA for 7765fea
Browse repository at this point
Fix doc syntax
mdboom
committed
684d683
View commit details
Copy full SHA for 684d683
Browse repository at this point
Update Lib/ntpath.py
Show description for 781fa07
mdboom
and
eryksun
authored
781fa07
View commit details
Copy full SHA for 781fa07
Browse repository at this point
Mark test as CPython-only
mdboom
committed
dda7be7
View commit details
Copy full SHA for dda7be7
Browse repository at this point
Handle files correctly
mdboom
committed
565c2e1
View commit details
Copy full SHA for 565c2e1
Browse repository at this point
Remove unused variable
mdboom
committed
53b932b
View commit details
Copy full SHA for 53b932b
Browse repository at this point
Add islink
mdboom
committed
f6ce580
View commit details
Copy full SHA for f6ce580
Browse repository at this point
Update CHANGELOG entry
mdboom
committed
88c8b25
View commit details
Copy full SHA for 88c8b25
Browse repository at this point
Commits on Jan 26, 2023
Handle uncommon error cases
mdboom
committed
39beb86
View commit details
Copy full SHA for 39beb86
Browse repository at this point
Fix drive test
mdboom
committed
9d4af5a
View commit details
Copy full SHA for 9d4af5a
Browse repository at this point
Update Lib/test/test_ntpath.py
Show description for 1030d8a
mdboom
and
eryksun
authored
1030d8a
View commit details
Copy full SHA for 1030d8a
Browse repository at this point
Use STAT and LSTAT macros
Show description for be6b592
mdboom
and
eryksun
authored
be6b592
View commit details
Copy full SHA for be6b592
Browse repository at this point
Fix and add more tests
mdboom
committed
0e465dc
View commit details
Copy full SHA for 0e465dc
Browse repository at this point
Merge remote-tracking branch 'origin/win-isdir-fastpath' into win-isdir-fastpath
mdboom
committed
8fff56b
View commit details
Copy full SHA for 8fff56b
Browse repository at this point
Commits on Jan 31, 2023
Don't unnecessarily zero-out info
mdboom
committed
dcb9513
View commit details
Copy full SHA for dcb9513
Browse repository at this point
Fix spelling of Win32
mdboom
committed
0d2985d
View commit details
Copy full SHA for 0d2985d
Browse repository at this point
PEP7
mdboom
committed
19018dc
View commit details
Copy full SHA for 19018dc
Browse repository at this point
Reduce use of else
mdboom
committed
7583a1d
View commit details
Copy full SHA for 7583a1d
Browse repository at this point
Remove variable declarations
mdboom
committed
30cf754
View commit details
Copy full SHA for 30cf754
Browse repository at this point
Docstring improvements
mdboom
committed
c0991ec
View commit details
Copy full SHA for c0991ec
Browse repository at this point
No need for 'error' local variable
mdboom
committed
3400f07
View commit details
Copy full SHA for 3400f07
Browse repository at this point
Update generated code
mdboom
committed
cb7cea3
View commit details
Copy full SHA for cb7cea3
Browse repository at this point
PEP7
mdboom
committed
636886e
View commit details
Copy full SHA for 636886e
Browse repository at this point
Make docs consistent
mdboom
committed
05c9165
View commit details
Copy full SHA for 05c9165
Browse repository at this point
Merge branch 'main' into win-isdir-fastpath
mdboom
authored
5818815
View commit details
Copy full SHA for 5818815
Browse repository at this point
Commits on Feb 1, 2023
Revert docstrings to the equivalent Python ones
Show description for ff6bca9
mdboom
and
eryksun
authored
ff6bca9
View commit details
Copy full SHA for ff6bca9
Browse repository at this point
Revert docs changes
mdboom
committed
6d48808
View commit details
Copy full SHA for 6d48808
Browse repository at this point
Move islink to genericpath.py
mdboom
committed
c7128bc
View commit details
Copy full SHA for c7128bc
Browse repository at this point
Regenerate clinic
mdboom
committed
a72aba0
View commit details
Copy full SHA for a72aba0
Browse repository at this point
Commits on Feb 3, 2023
Rename and reorganize - _isdir -> _path_isdir etc.
mdboom
committed
aac93e4
View commit details
Copy full SHA for aac93e4
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL