summaryrefslogtreecommitdiff
path: root/Lib/test/test_glob.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+10
* glob('anything*/') would fail because isdir is in os.path, not os.Neal Norwitz2006-04-091-0/+8
* Clean up tests by reusing functions from other modules:Johannes Gijsbers2005-01-081-31/+8
* Patch #943206:Johannes Gijsbers2005-01-081-1/+3
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-0/+10
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-2/+1
* Patch #839877: Remove unused lambda expression.Martin v. Löwis2003-11-131-4/+0
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-5/+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/+7
* Whitespace normalization.Tim Peters2001-08-091-1/+0
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+110