GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
fnmatch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039)
Andre Delfino
2020-12-18
1
-1
/
+1
*
bpo-40480: restore ability to join fnmatch.translate() results (GH-20049)
Tim Peters
2020-05-11
1
-4
/
+13
*
bpo-40480 "fnmatch" exponential execution time (GH-19908)
Tim Peters
2020-05-05
1
-7
/
+53
*
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
Serhiy Storchaka
2018-02-09
1
-2
/
+21
*
Issue #22493: Inline flags now should be used only at the start of the
Serhiy Storchaka
2016-09-11
1
-1
/
+1
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1
/
+1
*
Set cache sizes to a power-of-two
Raymond Hettinger
2013-02-17
1
-1
/
+1
*
Fix BytesWarnings in fnmatch
Antoine Pitrou
2011-11-08
1
-1
/
+1
*
Bytes are already distinct from text, so typed=True isn't necessary.
Raymond Hettinger
2011-10-20
1
-1
/
+1
*
Simplify calls in fnmatch.
Raymond Hettinger
2011-10-20
1
-5
/
+5
*
Re-apply r83871.
Antoine Pitrou
2010-08-13
1
-31
/
+13
*
Also temporarily revert r83871, to fix compilation on buildbots
Antoine Pitrou
2010-08-09
1
-13
/
+31
*
Issue 7846: fnmatch cache can grow without bound
Raymond Hettinger
2010-08-09
1
-31
/
+13
*
Make fnmatch be more PEP 8 compliant.
Brett Cannon
2010-07-23
1
-8
/
+11
*
Fix 'refleak' introduced by fnmatch cache purge tests.
R. David Murray
2010-07-10
1
-1
/
+6
*
7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.
R. David Murray
2010-07-09
1
-0
/
+3
*
Merged revisions 74475 via svnmerge from
Gregory P. Smith
2009-08-16
1
-1
/
+1
*
Change fnmatch.py to use separate caches for str and bytes keys.
Guido van Rossum
2008-10-03
1
-3
/
+5
*
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum
2008-10-02
1
-10
/
+17
*
SF patch #765238: fix fnmatch.__all__
Raymond Hettinger
2003-07-13
1
-1
/
+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2
/
+2
*
Patch #409973: Speedup glob.glob, add fnmatch.filter.
Martin v. Löwis
2001-06-06
1
-0
/
+20
*
Donovan Baarda <abo@users.sourceforge.net>:
Fred Drake
2001-03-21
1
-9
/
+5
*
more __all__ updates
Skip Montanaro
2001-01-20
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-68
/
+68
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
1
-1
/
+1
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-9
/
+6
*
changes for the Mac
Guido van Rossum
1995-01-27
1
-9
/
+45
*
Get rid of debug print statement.
Guido van Rossum
1992-01-14
1
-1
/
+0
*
Rewritten using regex.
Guido van Rossum
1992-01-12
1
-65
/
+45
*
New == syntax
Guido van Rossum
1992-01-01
1
-18
/
+24
*
Support [...] ranges. Also [!...] for negated ranges, SYSV shell style.
Guido van Rossum
1991-04-07
1
-14
/
+50
*
Initial revision
Guido van Rossum
1991-01-01
1
-0
/
+35