FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-72904: Add `glob.translate()` function by barneygale · Pull Request #106703 · 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
GH-72904: Add glob.translate() function
- #106703
#106703
Merged
barneygale
merged 27 commits into
python:main
python/cpython:main
from
barneygale:gh-72904-fnmatch-seps
barneygale/cpython:gh-72904-fnmatch-seps
Copy head branch name to clipboard
Nov 13, 2023
Conversation
Commits
27
(27)
Checks
Files changed
Merged
GH-72904: Add glob.translate() function
#106703
barneygale
merged 27 commits into
python:main
python/cpython:main
from
barneygale:gh-72904-fnmatch-seps
barneygale/cpython:gh-72904-fnmatch-seps
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2023
GH-72904: Add optional *seps* argument to `fnmatch.translate()`
Show description for bbfd404
barneygale
committed
bbfd404
View commit details
Copy full SHA for bbfd404
Browse repository at this point
Commits on Jul 13, 2023
Simplify `_make_child_relpath()` further
barneygale
committed
da9948d
View commit details
Copy full SHA for da9948d
Browse repository at this point
Fix default value in docs
barneygale
committed
a07118b
View commit details
Copy full SHA for a07118b
Browse repository at this point
Match style of surrounding `fnmatch` code a little better.
barneygale
committed
2728dcd
View commit details
Copy full SHA for 2728dcd
Browse repository at this point
Commits on Jul 19, 2023
Merge branch 'main' into gh-72904-fnmatch-seps
barneygale
committed
fbcf4e3
View commit details
Copy full SHA for fbcf4e3
Browse repository at this point
Docs + naming improvements
barneygale
committed
a0ce9c4
View commit details
Copy full SHA for a0ce9c4
Browse repository at this point
Commits on Jul 26, 2023
Replace *seps* with *sep*
barneygale
committed
5b620fb
View commit details
Copy full SHA for 5b620fb
Browse repository at this point
Commits on Aug 4, 2023
Update Doc/library/fnmatch.rst
Show description for 51f2698
barneygale
and
jaraco
authored
51f2698
View commit details
Copy full SHA for 51f2698
Browse repository at this point
Commits on Aug 12, 2023
Move to `glob.translate()`
barneygale
committed
9c8c3f3
View commit details
Copy full SHA for 9c8c3f3
Browse repository at this point
Whoops
barneygale
committed
8518ea2
View commit details
Copy full SHA for 8518ea2
Browse repository at this point
Commits on Aug 13, 2023
Deduplicate code to handle character sets
barneygale
committed
75129c8
View commit details
Copy full SHA for 75129c8
Browse repository at this point
Commits on Sep 23, 2023
Add support for `include_hidden=False`
barneygale
committed
2505590
View commit details
Copy full SHA for 2505590
Browse repository at this point
Fix doctest
barneygale
committed
1754d42
View commit details
Copy full SHA for 1754d42
Browse repository at this point
Merge branch 'main' into gh-72904-fnmatch-seps
barneygale
authored
dd2d401
View commit details
Copy full SHA for dd2d401
Browse repository at this point
Commits on Sep 26, 2023
Improve implementation; minimise fnmatch and pathlib diffs.
barneygale
committed
7b1ad63
View commit details
Copy full SHA for 7b1ad63
Browse repository at this point
Fix tests
barneygale
committed
1485ff3
View commit details
Copy full SHA for 1485ff3
Browse repository at this point
Tiny performance tweak
barneygale
committed
4c6d6f0
View commit details
Copy full SHA for 4c6d6f0
Browse repository at this point
Merge branch 'main' into gh-72904-fnmatch-seps
barneygale
committed
5aae7a2
View commit details
Copy full SHA for 5aae7a2
Browse repository at this point
Fix `_make_child_relpath()`
barneygale
committed
afb2d43
View commit details
Copy full SHA for afb2d43
Browse repository at this point
Minor code improvements
barneygale
committed
d73df1b
View commit details
Copy full SHA for d73df1b
Browse repository at this point
Add another test for `include_hidden=False`
barneygale
committed
c70afe3
View commit details
Copy full SHA for c70afe3
Browse repository at this point
Commits on Sep 30, 2023
Merge branch 'main' into gh-72904-fnmatch-seps
barneygale
committed
9cb2952
View commit details
Copy full SHA for 9cb2952
Browse repository at this point
Add whatsnew entry
barneygale
committed
f178b14
View commit details
Copy full SHA for f178b14
Browse repository at this point
Collapse adjacent `**` segments.
barneygale
committed
4a726aa
View commit details
Copy full SHA for 4a726aa
Browse repository at this point
Apply suggestions from code review
Show description for 78292eb
barneygale
and
AA-Turner
authored
78292eb
View commit details
Copy full SHA for 78292eb
Browse repository at this point
Add comment explaining regex that consumes "empty" paths.
barneygale
committed
5d4062c
View commit details
Copy full SHA for 5d4062c
Browse repository at this point
Commits on Oct 28, 2023
Merge branch 'main' into gh-72904-fnmatch-seps
barneygale
committed
1ad624d
View commit details
Copy full SHA for 1ad624d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL