summaryrefslogtreecommitdiff
path: root/Lib/test/test_fnmatch.py
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r83871.Antoine Pitrou2010-08-131-22/+1
* Also temporarily revert r83871, to fix compilation on buildbotsAntoine Pitrou2010-08-091-1/+22
* Issue 7846: fnmatch cache can grow without boundRaymond Hettinger2010-08-091-22/+1
* Add tests for fnmatch.filter and translate.Brett Cannon2010-07-231-2/+24
* Fix 'refleak' introduced by fnmatch cache purge tests.R. David Murray2010-07-101-1/+5
* 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries.R. David Murray2010-07-091-1/+16
* Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge...Georg Brandl2010-03-141-5/+5
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-0/+5
* Merged revisions 74475 via svnmerge fromGregory P. Smith2009-08-161-1/+10
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-0/+9
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Remove unused import.Fred Drake2001-05-221-1/+0
* Add test cases for the fnmatch module.Fred Drake2001-03-211-0/+42