| Commit message (Expand) | Author | Age | Files | Lines |
* | glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) | Andrés Delfino | 2018-11-07 | 1 | -1/+1 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -0/+7 |
|
|
* | bpo-30397: Add re.Pattern and re.Match. (#1646) | Serhiy Storchaka | 2017-10-04 | 1 | -1/+1 |
|
|
* | bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) | csabella | 2017-06-10 | 1 | -4/+4 |
|
|
* | Issue #22949: Documented that fnmatch.translate() is for use with re.match(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+2 |
|\ |
|
| * | Issue #22949: Documented that fnmatch.translate() is for use with re.match(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+2 |
|
|
* | | Issue #22493: Updated an example for fnmatch.translate(). | Serhiy Storchaka | 2016-10-27 | 1 | -1/+1 |
|/ |
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|
|
* | #24108: Update fnmatch.translate example to show correct output. | R David Murray | 2015-05-02 | 1 | -1/+1 |
|
|
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu P... | Ezio Melotti | 2013-11-23 | 1 | -1/+1 |
|
|
* | #16420: document a way to escape metacharacters in glob/fnmatch. | Ezio Melotti | 2012-11-17 | 1 | -2/+3 |
|
|
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -0/+2 |
|
|
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 1 | -3/+2 |
|
|
* | Group seealsos | Antoine Pitrou | 2011-01-07 | 1 | -4/+2 |
|
|
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+4 |
|
|
* | Re-apply r83871. | Antoine Pitrou | 2010-08-13 | 1 | -7/+0 |
|
|
* | Also temporarily revert r83871, to fix compilation on buildbots | Antoine Pitrou | 2010-08-09 | 1 | -0/+7 |
|
|
* | Issue 7846: fnmatch cache can grow without bound | Raymond Hettinger | 2010-08-09 | 1 | -7/+0 |
|
|
* | Mention in the fnmatch docs that meta-characters in translate cannot be quoted. | Brett Cannon | 2010-07-23 | 1 | -0/+2 |
|
|
* | Fix 'refleak' introduced by fnmatch cache purge tests. | R. David Murray | 2010-07-10 | 1 | -0/+7 |
|
|
* | Merged revisions 75039 via svnmerge from | Ezio Melotti | 2009-09-23 | 1 | -8/+9 |
|
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -1/+1 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -2/+2 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+91 |
|
|