FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` by barneygale · Pull Request #101398 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-73435: Implement recursive wildcards in pathlib.PurePath.match()
- #101398
#101398
Merged
barneygale
merged 40 commits into
python:main
python/cpython:main
from
barneygale:gh-73435-pathlib-match-recursive
barneygale/cpython:gh-73435-pathlib-match-recursive
Copy head branch name to clipboard
May 30, 2023
Conversation
Commits
40
(40)
Checks
Files changed
Merged
GH-73435: Implement recursive wildcards in pathlib.PurePath.match()
#101398
barneygale
merged 40 commits into
python:main
python/cpython:main
from
barneygale:gh-73435-pathlib-match-recursive
barneygale/cpython:gh-73435-pathlib-match-recursive
Copy head branch name to clipboard
Commits
Commits on Jan 28, 2023
gh-73435: Implement recursive wildcards in pathlib.PurePath.match()
Show description for 608e917
barneygale
committed
608e917
View commit details
Copy full SHA for 608e917
Browse repository at this point
Commits on Jan 29, 2023
Simplify code slightly
barneygale
committed
9a43c7f
View commit details
Copy full SHA for 9a43c7f
Browse repository at this point
Commits on Feb 15, 2023
Fix support for newlines
barneygale
committed
a846279
View commit details
Copy full SHA for a846279
Browse repository at this point
Cache translation of individual components
barneygale
committed
bbd8cd6
View commit details
Copy full SHA for bbd8cd6
Browse repository at this point
Drop 'recursive' argument, make this the only behaviour.
barneygale
committed
b5c002e
View commit details
Copy full SHA for b5c002e
Browse repository at this point
Commits on Feb 16, 2023
Undo modifications to fnmatch.py
barneygale
committed
0afcd54
View commit details
Copy full SHA for 0afcd54
Browse repository at this point
Commits on Feb 17, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
fe32717
View commit details
Copy full SHA for fe32717
Browse repository at this point
Fix Windows support
barneygale
committed
7b6f850
View commit details
Copy full SHA for 7b6f850
Browse repository at this point
Tidy up code.
barneygale
committed
037488a
View commit details
Copy full SHA for 037488a
Browse repository at this point
Add news blurb.
barneygale
committed
0741950
View commit details
Copy full SHA for 0741950
Browse repository at this point
Commits on Feb 20, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
authored
e1c9731
View commit details
Copy full SHA for e1c9731
Browse repository at this point
Commits on Apr 3, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
db6f0ad
View commit details
Copy full SHA for db6f0ad
Browse repository at this point
Commits on Apr 9, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
8dff9e2
View commit details
Copy full SHA for 8dff9e2
Browse repository at this point
Simplify patch; prepare for use in `glob()`
barneygale
committed
314679f
View commit details
Copy full SHA for 314679f
Browse repository at this point
Make better use of path object caching.
barneygale
committed
90eebcc
View commit details
Copy full SHA for 90eebcc
Browse repository at this point
Add performance tip to docs
barneygale
committed
4b5fffd
View commit details
Copy full SHA for 4b5fffd
Browse repository at this point
Commits on Apr 20, 2023
Skip re-initialisation of PurePath patterns.
barneygale
committed
5e8bc28
View commit details
Copy full SHA for 5e8bc28
Browse repository at this point
Commits on Apr 29, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
authored
e81ab5a
View commit details
Copy full SHA for e81ab5a
Browse repository at this point
Commits on May 2, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
afb8047
View commit details
Copy full SHA for afb8047
Browse repository at this point
Use `re.IGNORECASE` rather than `os.path.normcase()`
barneygale
committed
722a1ab
View commit details
Copy full SHA for 722a1ab
Browse repository at this point
Commits on May 6, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
0ccf3df
View commit details
Copy full SHA for 0ccf3df
Browse repository at this point
Commits on May 11, 2023
Add whats new entry
barneygale
committed
ccea5e1
View commit details
Copy full SHA for ccea5e1
Browse repository at this point
Update Doc/whatsnew/3.12.rst
Show description for dd04294
barneygale
and
hugovk
authored
dd04294
View commit details
Copy full SHA for dd04294
Browse repository at this point
Commits on May 14, 2023
Apply suggestions from code review
Show description for b258641
barneygale
and
AlexWaygood
authored
b258641
View commit details
Copy full SHA for b258641
Browse repository at this point
Explain _FNMATCH_SLICE
barneygale
committed
ced8998
View commit details
Copy full SHA for ced8998
Browse repository at this point
Accidentally a word.
barneygale
committed
a33c7b6
View commit details
Copy full SHA for a33c7b6
Browse repository at this point
Cache pattern compilation
barneygale
committed
4b3bddb
View commit details
Copy full SHA for 4b3bddb
Browse repository at this point
Remove unneeded `from None` suffix, whoops.
barneygale
committed
6ad30dd
View commit details
Copy full SHA for 6ad30dd
Browse repository at this point
Tiny performance improvement: avoid accessing path.parts
barneygale
committed
052890f
View commit details
Copy full SHA for 052890f
Browse repository at this point
Typo fix
barneygale
committed
d789b6d
View commit details
Copy full SHA for d789b6d
Browse repository at this point
Avoid hashing path object when compiling pattern.
barneygale
committed
4fe77c6
View commit details
Copy full SHA for 4fe77c6
Browse repository at this point
More performance tweaks
barneygale
committed
4770c13
View commit details
Copy full SHA for 4770c13
Browse repository at this point
Commits on May 18, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
559787d
View commit details
Copy full SHA for 559787d
Browse repository at this point
Commits on May 23, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
9c09fc4
View commit details
Copy full SHA for 9c09fc4
Browse repository at this point
Re-target to 3.13.
barneygale
committed
eb35dbc
View commit details
Copy full SHA for eb35dbc
Browse repository at this point
Commits on May 27, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
authored
8959dfd
View commit details
Copy full SHA for 8959dfd
Browse repository at this point
Commits on May 29, 2023
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
committed
fec7702
View commit details
Copy full SHA for fec7702
Browse repository at this point
Merge branch 'main' into gh-73435-pathlib-match-recursive
barneygale
authored
89bc380
View commit details
Copy full SHA for 89bc380
Browse repository at this point
Commits on May 30, 2023
Add more comments!
barneygale
committed
9211297
View commit details
Copy full SHA for 9211297
Browse repository at this point
Update Lib/pathlib.py
Show description for 73bb309
barneygale
and
AlexWaygood
authored
73bb309
View commit details
Copy full SHA for 73bb309
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL