index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_glob.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
Serhiy Storchaka
2015-11-09
1
-6
/
+15
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
1
-10
/
+118
|
\
|
*
Issue #13968: Fixed newly added recursive glob test.
Serhiy Storchaka
2014-09-11
1
-38
/
+40
|
*
Issue #13968: The glob module now supports recursive search in
Serhiy Storchaka
2014-09-11
1
-9
/
+119
|
/
*
Issue #8402: Added the escape() function to the glob module.
Serhiy Storchaka
2013-11-18
1
-0
/
+22
*
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack
2012-12-27
1
-3
/
+3
|
\
|
*
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
1
-5
/
+28
|
|
\
|
*
\
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-0
/
+13
|
|
\
\
|
*
\
\
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Issue #12451: Add support.create_empty_file()
Victor Stinner
2011-06-30
1
-3
/
+3
*
|
|
|
|
#16618: Make glob.glob match consistently across strings and bytes
Hynek Schlawack
2012-12-27
1
-27
/
+50
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
Antoine Pitrou
2012-12-16
1
-5
/
+28
|
|
_
|
/
|
/
|
|
*
|
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...
Antoine Pitrou
2012-12-16
1
-0
/
+13
|
/
/
*
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Hynek Schlawack
2012-12-16
1
-1
/
+6
|
/
*
Fix #9333. The symlink function is always available now, raising OSError
Brian Curtin
2010-12-28
1
-4
/
+3
*
Fix #9333. Expose os.symlink on Windows only when usable.
Brian Curtin
2010-12-02
1
-3
/
+4
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2
/
+2
*
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
1
-7
/
+7
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1
/
+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1
/
+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-4
/
+4
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0
/
+10
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
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