Home | History | Annotate | Download | only in Misc

Lines Matching full:fnmatch

1344 - Issue #23191: fnmatch functions that use caching are now threadsafe.
5833 - Issue #7646: The fnmatch pattern cache no longer grows without bound.
7963 - Issue #6665: Fix fnmatch to properly match filenames with newlines in them.
12001 - Patch #1679379: add documentation for fnmatch.translate().