Issues
- 0
- 7
glob: Inconsistent behavior with symlinks
#222 opened by IgorEisberg - 3
- 3
- 1
- 6
Add a way to disable sequence matching
#212 opened by carmenbianca - 6
- 4
Add support to translate to a limited POSIX regex for use in PostgreSQL (and Django)
#209 opened by pombredanne - 3
- 6
Expose `PATHNAME` flag to `fnmatch`?
#204 opened by yedpodtrzitko - 3
Allow user to configure `glob.globmatch()` to disable forced `wcmatch.PATHNAME` globbing
#201 opened by aldenc98 - 0
Windows drive separators should be normalized
#196 opened by facelessuser - 1
Fix glob `/*` behavior on Windows
#197 opened by facelessuser - 7
Windows separators not recognized in matching patterns on Windows by default
#194 opened by kdeldycke - 2
iterator API for glob
#193 opened by timotheecour4 - 2
`{foo}.txt` should be same as `{foo,}.txt`
#192 opened by timotheecour4 - 2
- 2
Update build backend to Hatchling
#185 opened by facelessuser - 2
Start running tests on Python 3.11
#188 opened by facelessuser - 0
Update copyright year
#186 opened by facelessuser - 2
setuptools warnings
#184 opened by Alessandro-Barbieri - 0
Maybe add a compile function
#183 opened by facelessuser - 9
- 23
wcmatch is missing typehints
#150 opened by ssbarnea - 9
- 3
Python 3.10: TypeError: PurePath._from_parts() got an unexpected keyword argument 'init'
#176 opened by hroncok - 4
Possibly allow file descriptor as root_dir
#104 opened by facelessuser - 1
- 7
EXTGLOB extended patterns not working
#174 opened by beatreichenbach - 15
glob.glob fails on absolute paths
#173 opened by Dylan-Brotherston - 6
Test tests.test_glob.TestTilde is failing
#171 opened by pnemade - 4
document similar libraries from other laguages
#170 opened by ssbarnea - 7
is_unique reverses the case logic
#164 opened by flolf - 18
Provide a method to determine if a pattern is magic
#155 opened by inkychris - 2
POSIX property miscomunication
#144 opened by facelessuser - 2
- 6
Unable to glob inverse match
#137 opened by rahiparikh - 1
Difference in EXTGLOB bash and ours
#138 opened by facelessuser - 26
Add option to support capturing
#132 opened by normanr - 7
Bring wcmatch to ST3
#131 opened by rwols - 2
Consider NEGATE and NODOTDIR
#128 opened by facelessuser - 5
Reduce duplications in Pathlib
#122 opened by facelessuser - 1
Consider using built-in drive splitting
#124 opened by facelessuser - 8
Negative patterns that start with `!` should require a following char of `(` to be escaped
#116 opened by facelessuser - 21
Find files and directories beginning with a dot
#110 opened by Maltragor - 1
We don't need external mock module anymore
#108 opened by mcepl - 0
Document sequence negation alternative
#102 opened by facelessuser - 1
Order of preprocessors
#97 opened by facelessuser - 0
- 4
Tilde expansion support
#95 opened by facelessuser