1. 23cdbfa bpo-32775: Fix regular expression warnings in fnmatch. (#5583) by Serhiy Storchaka · 6 years ago
  2. 8175547 bpo-30415: Add new tests for the fnmatch module. (#1684) by Serhiy Storchaka · 7 years ago
  3. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  4. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. 6fdb74f Re-apply r83871. by Antoine Pitrou · 14 years ago
  7. f14c263 Also temporarily revert r83871, to fix compilation on buildbots by Antoine Pitrou · 14 years ago
  8. 5b0c1e0 Issue 7846: fnmatch cache can grow without bound by Raymond Hettinger · 14 years ago
  9. 4b16e13 Add tests for fnmatch.filter and translate. by Brett Cannon · 14 years ago
  10. 0425a8e Fix 'refleak' introduced by fnmatch cache purge tests. by R. David Murray · 14 years ago
  11. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  12. c0e22b7 Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from by Georg Brandl · 14 years ago
  13. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  14. 0109970 Merged revisions 74475 via svnmerge from by Gregory P. Smith · 15 years ago
  15. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  16. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  19. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  20. 970a53c Remove unused import. by Fred Drake · 23 years ago
  21. 9175114 Add test cases for the fnmatch module. by Fred Drake · 23 years ago