summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_glob.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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