FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-101362: Optimise pathlib by deferring path normalisation by barneygale · Pull Request #101560 · 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-101362: Optimise pathlib by deferring path normalisation
- #101560
#101560
Closed
barneygale
wants to merge 16 commits into
python:main
python/cpython:main
from
barneygale:optimize-pathlib-part-2b
barneygale/cpython:optimize-pathlib-part-2b
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
GH-101362: Optimise pathlib by deferring path normalisation
#101560
barneygale
wants to merge 16 commits into
python:main
python/cpython:main
from
barneygale:optimize-pathlib-part-2b
barneygale/cpython:optimize-pathlib-part-2b
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2023
GH-101362 - Optimise pathlib by deferring path normalisation
Show description for b428069
barneygale
committed
b428069
View commit details
Copy full SHA for b428069
Browse repository at this point
Restore str force-casting behaviour; reduce diff a little.
barneygale
committed
e49e719
View commit details
Copy full SHA for e49e719
Browse repository at this point
Fix pathlib usage error in importlib
barneygale
committed
a931986
View commit details
Copy full SHA for a931986
Browse repository at this point
Improve initialiser performance.
barneygale
committed
38f70bf
View commit details
Copy full SHA for 38f70bf
Browse repository at this point
Add NEWS blurb
barneygale
committed
10844a6
View commit details
Copy full SHA for 10844a6
Browse repository at this point
Store '_fspath' as non-empty string.
barneygale
committed
d5231b6
View commit details
Copy full SHA for d5231b6
Browse repository at this point
Commits on Mar 6, 2023
Merge branch 'main' into optimize-pathlib-part-2b
barneygale
committed
76b2db7
View commit details
Copy full SHA for 76b2db7
Browse repository at this point
Undo addition of `__init__()` and change to `_from_parsed_parts()`
barneygale
committed
cc2c711
View commit details
Copy full SHA for cc2c711
Browse repository at this point
Fix pickling of paths created via walking.
barneygale
committed
cbf0fcd
View commit details
Copy full SHA for cbf0fcd
Browse repository at this point
Simplify patch slightly
barneygale
committed
eb7087f
View commit details
Copy full SHA for eb7087f
Browse repository at this point
Commits on Mar 11, 2023
Remove unused import
barneygale
committed
3b53e27
View commit details
Copy full SHA for 3b53e27
Browse repository at this point
Merge branch 'main' into optimize-pathlib-part-2b
barneygale
authored
dec98f2
View commit details
Copy full SHA for dec98f2
Browse repository at this point
Fix dodgy merge, add comment about _from_parsed_parts()
barneygale
committed
d9a6080
View commit details
Copy full SHA for d9a6080
Browse repository at this point
Commits on Mar 17, 2023
Stop returning unnormalised path from `__fspath__()`
barneygale
committed
9650dca
View commit details
Copy full SHA for 9650dca
Browse repository at this point
Merge branch 'main' into optimize-pathlib-part-2b
barneygale
committed
af27476
View commit details
Copy full SHA for af27476
Browse repository at this point
Undo change to `joinpath()`, fix news blurb.
barneygale
committed
97995bd
View commit details
Copy full SHA for 97995bd
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL