Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9e2dc3f0b1034d04bc6ce45a95969c2462640bde
/
Lib
/
fnmatch.py
d0dbb20
Set cache sizes to a power-of-two
by Raymond Hettinger
· 12 years ago
682ca1e
Fix BytesWarnings in fnmatch
by Antoine Pitrou
· 13 years ago
ded203f
Bytes are already distinct from text, so typed=True isn't necessary.
by Raymond Hettinger
· 13 years ago
db84803
Simplify calls in fnmatch.
by Raymond Hettinger
· 13 years ago
6fdb74f
Re-apply r83871.
by Antoine Pitrou
· 14 years ago
f14c263
Also temporarily revert r83871, to fix compilation on buildbots
by Antoine Pitrou
· 14 years ago
5b0c1e0
Issue 7846: fnmatch cache can grow without bound
by Raymond Hettinger
· 14 years ago
cc14320
Make fnmatch be more PEP 8 compliant.
by Brett Cannon
· 14 years ago
0425a8e
Fix 'refleak' introduced by fnmatch cache purge tests.
by R. David Murray
· 14 years ago
ea340a3
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
by R. David Murray
· 14 years ago
0109970
Merged revisions 74475 via svnmerge from
by Gregory P. Smith
· 15 years ago
3f2291f
Change fnmatch.py to use separate caches for str and bytes keys.
by Guido van Rossum
· 16 years ago
f0af3e3
Issue #3187: Better support for "undecodable" filenames. Code by Victor
by Guido van Rossum
· 16 years ago
4a4296e
SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.)
by Raymond Hettinger
· 21 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
b5d4d2a
Patch #409973: Speedup glob.glob, add fnmatch.filter.
by Martin v. Löwis
· 23 years ago
46d9fda
Donovan Baarda <abo@users.sourceforge.net>:
by Fred Drake
· 24 years ago
eccd02a
more __all__ updates
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 24 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
7e4b2de
changes for the Mac
by Guido van Rossum
· 30 years ago
3ec6c1d
Get rid of debug print statement.
by Guido van Rossum
· 33 years ago
05e5219
Rewritten using regex.
by Guido van Rossum
· 33 years ago
bdfcfcc
New == syntax
by Guido van Rossum
· 33 years ago
fc61383
Support [...] ranges. Also [!...] for negated ranges, SYSV shell style.
by Guido van Rossum
· 34 years ago
762c39e
Initial revision
by Guido van Rossum
· 34 years ago