index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_glob.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use assertItemsEqual instead of assertEqual. (#5224)
Gregory P. Smith
2018-01-17
1
-3/+3
*
#16618: Add more glob regression tests
Hynek Schlawack
2012-12-27
1
-24/+77
*
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-0/+9
*
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-1/+6
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-2/+2
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
Patch #1001604: glob.glob() now returns unicode filenames if it was
Georg Brandl
2007-03-07
1
-0/+10
*
glob('anything*/') would fail because isdir is in os.path, not os.
Neal Norwitz
2006-04-09
1
-0/+8
*
Clean up tests by reusing functions from other modules:
Johannes Gijsbers
2005-01-08
1
-31/+8
*
Patch #943206:
Johannes Gijsbers
2005-01-08
1
-1/+3
*
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...
Johannes Gijsbers
2004-08-30
1
-0/+10
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-2/+1
*
Patch #839877: Remove unused lambda expression.
Martin v. Löwis
2003-11-13
1
-4/+0
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-5/+2
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1/+7
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-1/+0
*
Test for the "glob" module, contributed by Nick Mathewson.
Fred Drake
2001-07-23
1
-0/+110