summaryrefslogtreecommitdiff
path: root/Lib/test/test_glob.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-3/+3
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-4/+3
* Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-3/+4
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-7/+7
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* #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