summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fnmatch.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge...Georg Brandl2010-10-061-3/+8
* Merged revisions 82766 via svnmerge fromR. David Murray2010-07-101-1/+5
* Merged revisions 82730-82731 via svnmerge fromR. David Murray2010-07-091-1/+16
* Merged revisions 74476 via svnmerge fromGregory P. Smith2009-11-011-1/+10
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-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