summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fnmatch.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82766 via svnmerge fromR. David Murray2010-07-101-0/+5
* Merged revisions 82730 via svnmerge fromR. David Murray2010-07-091-1/+10
* Fix test_fnmatch.Georg Brandl2010-02-081-5/+5
* Add a minimal test for fnmatchcase().Georg Brandl2010-02-071-0/+5
* Issue 6665: Fix fnmatch to properly match filenames with newlines in them.Gregory P. Smith2009-08-161-1/+8
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-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