| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-89973: Fix re.error in the fnmatch module. (GH-93072) | Serhiy Storchaka | 2022-06-05 | 1 | -0/+114 |
|
|
* | bpo-47080: Use atomic groups to simplify fnmatch (GH-32029) | Tim Peters | 2022-03-21 | 1 | -10/+2 |
|
|
* | bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) | Tim Peters | 2020-05-12 | 1 | -3/+21 |
|
|
* | bpo-40480 "fnmatch" exponential execution time (GH-19908) | Tim Peters | 2020-05-06 | 1 | -0/+17 |
|
|
* | bpo-32775: Fix regular expression warnings in fnmatch. (#5583) | Serhiy Storchaka | 2018-02-09 | 1 | -0/+12 |
|
|
* | bpo-30415: Add new tests for the fnmatch module. (#1684) | Serhiy Storchaka | 2017-05-21 | 1 | -9/+55 |
|
|
* | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 1 | -8/+8 |
|
|
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -8/+8 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -8/+1 |
|
|
* | Re-apply r83871. | Antoine Pitrou | 2010-08-13 | 1 | -22/+1 |
|
|
* | Also temporarily revert r83871, to fix compilation on buildbots | Antoine Pitrou | 2010-08-09 | 1 | -1/+22 |
|
|
* | Issue 7846: fnmatch cache can grow without bound | Raymond Hettinger | 2010-08-09 | 1 | -22/+1 |
|
|
* | Add tests for fnmatch.filter and translate. | Brett Cannon | 2010-07-23 | 1 | -2/+24 |
|
|
* | Fix 'refleak' introduced by fnmatch cache purge tests. | R. David Murray | 2010-07-10 | 1 | -1/+5 |
|
|
* | 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. | R. David Murray | 2010-07-09 | 1 | -1/+16 |
|
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 1 | -5/+5 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -0/+5 |
|
|
* | Merged revisions 74475 via svnmerge from | Gregory P. Smith | 2009-08-16 | 1 | -1/+10 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -0/+9 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
|
|
* | Remove unused import. | Fred Drake | 2001-05-22 | 1 | -1/+0 |
|
|
* | Add test cases for the fnmatch module. | Fred Drake | 2001-03-21 | 1 | -0/+42 |
|
|