issues
search
jaraco
/
path
Object-oriented file system path manipulation
MIT License
1.11k
stars
146
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Pass mypy, update Self
#233
Avasam
opened
2 months ago
0
`FileSpec` as parameter should be a `Mapping`, not a `dict`, to avoid variance issues
#232
Avasam
opened
2 months ago
0
Tests failing on Python 3.11
#231
jaraco
closed
3 months ago
2
Function of Path.absolute() don't have code completion in vscode.
#230
thatszer
closed
3 months ago
1
whl built from 16.14.0 release tarbball turns out empty
#229
nieder
opened
4 months ago
5
add missing type hint absolute()
#228
aploium
closed
3 months ago
0
Add some missing type annotations
#227
abravalheri
closed
3 months ago
0
Missing annotation for `.suffix` in type stub
#226
abravalheri
closed
3 months ago
0
Replace typing overloads with a functools.wraps declaration.
#225
jaraco
closed
3 months ago
11
Only supply the overloaded type annotations for .open when type checking.
#224
jaraco
closed
3 months ago
4
16.13.0: pep517 based build fails with temporary directory created before start build
#223
kloczek
closed
6 months ago
1
Regression in test_readlinkabs_passthrough
#222
jaraco
closed
6 months ago
2
Inline some types
#221
jaraco
closed
7 months ago
3
Path.iterdir() is missing type annotation
#220
SethMMorton
closed
7 months ago
0
Compatibility with black of the newest version of pytest ?
#219
LudivineChabaud
closed
8 months ago
2
Feature: with_suffix and with_name
#218
jaraco
closed
9 months ago
0
On windows `path.Path()` is an instance of class `pathlib.WindowsPath`
#217
floriandeboissieu
closed
10 months ago
1
Use '.' as the default value for Path constructor
#216
5j9
closed
11 months ago
3
Inline the type annotations (if possible)
#215
jaraco
opened
1 year ago
1
Maximize compatibility with `pathlib.Path`
#214
5j9
opened
1 year ago
6
Add permissions attribute
#213
jaraco
closed
1 year ago
0
`path.Path().files()` fails with `FileNotFoundError`
#212
5j9
closed
11 months ago
2
Add method to see the setted permissions
#211
Sclafus
closed
1 year ago
4
Add stacklevel=2 in deprecation warning
#210
char101
closed
1 year ago
0
Refactor open
#209
jaraco
closed
2 years ago
0
Add type hints to tests
#208
jaraco
closed
2 years ago
0
Add type hints
#207
SethMMorton
closed
2 years ago
1
Refactor test_listdir_other_encoding to skip the test
#206
jaraco
closed
2 years ago
0
Some tests can't be run on filesystems that have strict utf-8 mode
#205
kirillrdy
closed
2 years ago
1
Ensure project has ample test coverage
#204
jaraco
closed
3 years ago
0
16.0.0: pytest errors
#203
kloczek
closed
3 years ago
0
15.1.2: pytest errors
#202
kloczek
closed
2 years ago
8
15.1.2: sphinx warnings
#201
kloczek
closed
3 years ago
1
TempDir directory not deleted on interruption
#200
floriandeboissieu
closed
3 years ago
1
"For enterprise" link 404
#199
excalamus
closed
3 years ago
2
15.0.0: test suite is failing
#198
kloczek
closed
3 years ago
6
Autogenerated documentation mis-represents "mode" argument defaults
#197
SethMMorton
closed
2 years ago
3
test_list_dir_other_encoding: replace `skip` with `skipif`
#196
dmerejkowsky
closed
4 years ago
2
Conflict upgrading project to path when other dependency depends on path.py
#195
SethMMorton
closed
4 years ago
3
Add ConcretePath
#194
jaraco
closed
4 years ago
0
Robust walk/traversal support
#193
jaraco
closed
4 years ago
0
Remove namebase property
#192
jaraco
closed
4 years ago
0
Remove merge_tree(update)
#191
jaraco
closed
4 years ago
0
Remove legacy compatibility classes.
#190
jaraco
closed
4 years ago
0
Prefer realpath to readlink
#189
jaraco
closed
4 years ago
0
Tests on travis failing
#188
jaraco
closed
4 years ago
4
lines() is implemented using text(), not read_text()
#187
SethMMorton
closed
4 years ago
7
test_shutil failing on Windows
#186
jaraco
closed
4 years ago
3
Align API with pathlib.Path
#185
jaraco
closed
3 years ago
1
Fails on black format check
#184
felixonmars
closed
4 years ago
1
Next