summaryrefslogtreecommitdiff
path: root/Doc/library/fnmatch.rst
Commit message (Expand)AuthorAgeFilesLines
* glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)Andrés Delfino2018-11-071-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-0/+7
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-041-1/+1
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)csabella2017-06-091-4/+4
* Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
|\
| * Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
* | Issue #22493: Updated an example for fnmatch.translate().Serhiy Storchaka2016-10-271-1/+1
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* #19639: update the repr of the match objects in the docs. Patch by Claudiu P...Ezio Melotti2013-11-231-1/+1
* #16420: document a way to escape metacharacters in glob/fnmatch.Ezio Melotti2012-11-171-2/+3
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-3/+2
* Group seealsosAntoine Pitrou2011-01-071-4/+2
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+4
* Re-apply r83871.Antoine Pitrou2010-08-131-7/+0
* Also temporarily revert r83871, to fix compilation on buildbotsAntoine Pitrou2010-08-091-0/+7
* Issue 7846: fnmatch cache can grow without boundRaymond Hettinger2010-08-091-7/+0
* Mention in the fnmatch docs that meta-characters in translate cannot be quoted.Brett Cannon2010-07-231-0/+2
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-101-0/+7
* Merged revisions 75039 via svnmerge fromEzio Melotti2009-09-231-8/+9
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+91