aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_fnmatch.py
Commit message (Expand)AuthorAge
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Serhiy Storchaka2022-06-05
* bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)Tim Peters2022-03-21
* bpo-40480: restore ability to join fnmatch.translate() results (GH-20049)Tim Peters2020-05-11
* bpo-40480 "fnmatch" exponential execution time (GH-19908)Tim Peters2020-05-05
* bpo-32775: Fix regular expression warnings in fnmatch. (#5583)Serhiy Storchaka2018-02-09
* bpo-30415: Add new tests for the fnmatch module. (#1684)Serhiy Storchaka2017-05-21
* Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-11
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Re-apply r83871.Antoine Pitrou2010-08-13
* Also temporarily revert r83871, to fix compilation on buildbotsAntoine Pitrou2010-08-09
* Issue 7846: fnmatch cache can grow without boundRaymond Hettinger2010-08-09
* Add tests for fnmatch.filter and translate.Brett Cannon2010-07-23
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-10
* 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.R. David Murray2010-07-09
* Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge...Georg Brandl2010-03-14
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-14
* Merged revisions 74475 via svnmerge fromGregory P. Smith2009-08-16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* Remove unused import.Fred Drake2001-05-22
* Add test cases for the fnmatch module.Fred Drake2001-03-21