1. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  2. e5f6e86 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) by csabella · 7 years ago
  3. e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  4. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  5. e0a220e Issue #22493: Updated an example for fnmatch.translate(). by Serhiy Storchaka · 8 years ago
  6. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  7. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  8. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  9. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  10. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  11. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  12. 4b512f7 Group seealsos by Antoine Pitrou · 14 years ago
  13. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  14. 6fdb74f Re-apply r83871. by Antoine Pitrou · 14 years ago
  15. f14c263 Also temporarily revert r83871, to fix compilation on buildbots by Antoine Pitrou · 14 years ago
  16. 5b0c1e0 Issue 7846: fnmatch cache can grow without bound by Raymond Hettinger · 14 years ago
  17. 030244a Mention in the fnmatch docs that meta-characters in translate cannot be quoted. by Brett Cannon · 14 years ago
  18. 0425a8e Fix 'refleak' introduced by fnmatch cache purge tests. by R. David Murray · 14 years ago
  19. ec5c8b8 Merged revisions 75039 via svnmerge from by Ezio Melotti · 15 years ago
  20. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  21. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  22. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  23. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  24. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago