FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
[WIP] GH-65238: Preserve trailing slash in pathlib by barneygale · Pull Request #112363 · 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
[WIP] GH-65238: Preserve trailing slash in pathlib
- #112363
#112363
Closed
barneygale
wants to merge 31 commits into
python:main
python/cpython:main
from
barneygale:keep-trailing-slash-wip3
barneygale/cpython:keep-trailing-slash-wip3
Copy head branch name to clipboard
Conversation
Commits
31
(31)
Checks
Files changed
Closed
[WIP] GH-65238: Preserve trailing slash in pathlib
#112363
barneygale
wants to merge 31 commits into
python:main
python/cpython:main
from
barneygale:keep-trailing-slash-wip3
barneygale/cpython:keep-trailing-slash-wip3
Copy head branch name to clipboard
Commits
Commits on Nov 24, 2023
GH-65238: Preserve trailing slash in pathlib
barneygale
committed
a1326c8
View commit details
Copy full SHA for a1326c8
Browse repository at this point
Fix absolute() on bare DOS drive
barneygale
committed
df1e115
View commit details
Copy full SHA for df1e115
Browse repository at this point
Simplify diff
barneygale
committed
61be2e3
View commit details
Copy full SHA for 61be2e3
Browse repository at this point
Reduce diff
barneygale
committed
445364a
View commit details
Copy full SHA for 445364a
Browse repository at this point
Speed up _make_child_relpath()
barneygale
committed
6395815
View commit details
Copy full SHA for 6395815
Browse repository at this point
Commits on Nov 25, 2023
Ignore empty initialiser arguments for backwards compat
barneygale
committed
435be1b
View commit details
Copy full SHA for 435be1b
Browse repository at this point
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
e577a67
View commit details
Copy full SHA for e577a67
Browse repository at this point
Commits on Dec 2, 2023
Simplify implementation
barneygale
committed
d766d06
View commit details
Copy full SHA for d766d06
Browse repository at this point
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
12cfb1a
View commit details
Copy full SHA for 12cfb1a
Browse repository at this point
Commits on Dec 3, 2023
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
2593ddb
View commit details
Copy full SHA for 2593ddb
Browse repository at this point
Commits on Dec 4, 2023
Add tests
barneygale
committed
b275078
View commit details
Copy full SHA for b275078
Browse repository at this point
Docstrings
barneygale
committed
5d87cf4
View commit details
Copy full SHA for 5d87cf4
Browse repository at this point
Docs
barneygale
committed
af12c24
View commit details
Copy full SHA for af12c24
Browse repository at this point
Ensure has_trailing_sep is boolean
barneygale
committed
cae3774
View commit details
Copy full SHA for cae3774
Browse repository at this point
Add tests for new methods/properties
barneygale
committed
d4c87c6
View commit details
Copy full SHA for d4c87c6
Browse repository at this point
Fix WindowsPath('C:').absolute()
barneygale
committed
1a77c8a
View commit details
Copy full SHA for 1a77c8a
Browse repository at this point
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
120beed
View commit details
Copy full SHA for 120beed
Browse repository at this point
Commits on Dec 7, 2023
Don't access `.parts` from `._glob()`
barneygale
committed
df79c49
View commit details
Copy full SHA for df79c49
Browse repository at this point
Fix pickle roundtripping
barneygale
committed
0f75804
View commit details
Copy full SHA for 0f75804
Browse repository at this point
Undo changes to `parts`
barneygale
committed
eeb35ff
View commit details
Copy full SHA for eeb35ff
Browse repository at this point
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
153c4af
View commit details
Copy full SHA for 153c4af
Browse repository at this point
Simplify `_glob()` slightly
barneygale
committed
b852339
View commit details
Copy full SHA for b852339
Browse repository at this point
Fix possible scoping issue in `_glob()`
barneygale
committed
2b77a61
View commit details
Copy full SHA for 2b77a61
Browse repository at this point
Commits on Dec 8, 2023
Formatting
barneygale
committed
7b6766f
View commit details
Copy full SHA for 7b6766f
Browse repository at this point
Add test cases for preserving slash in absolute() and expanduser()
barneygale
committed
f5c2265
View commit details
Copy full SHA for f5c2265
Browse repository at this point
Add notes to `match()` and `glob()` docs
barneygale
committed
1126117
View commit details
Copy full SHA for 1126117
Browse repository at this point
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
9c9b5ea
View commit details
Copy full SHA for 9c9b5ea
Browse repository at this point
Commits on Dec 11, 2023
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
9539c60
View commit details
Copy full SHA for 9539c60
Browse repository at this point
Commits on Dec 17, 2023
Merge branch 'main' into keep-trailing-slash-wip3
barneygale
committed
14a9635
View commit details
Copy full SHA for 14a9635
Browse repository at this point
Undo pickling change
barneygale
committed
305381b
View commit details
Copy full SHA for 305381b
Browse repository at this point
Commits on Dec 18, 2023
Undo pickling changes.
barneygale
committed
dfe7aae
View commit details
Copy full SHA for dfe7aae
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL