Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bb8fc8bd309419c159b632068dff73c3c76d478c
/
Lib
/
test
/
test_glob.py
3941499
Use assertCountEqual instead of assertEqual. (#5223)
by Gregory P. Smith
· 7 years ago
735b790
Issue #25584: Fixed recursive glob() with patterns starting with '**'.
by Serhiy Storchaka
· 9 years ago
5fbadb6
Use support.change_cwd() in tests.
by Serhiy Storchaka
· 9 years ago
a1b16ba
Issue #13968: Fixed newly added recursive glob test.
by Serhiy Storchaka
· 10 years ago
c2edcdd
Issue #13968: The glob module now supports recursive search in
by Serhiy Storchaka
· 10 years ago
fd32fff
Issue #8402: Added the escape() function to the glob module.
by Serhiy Storchaka
· 11 years ago
6f52027
#16618: Make glob.glob match consistently across strings and bytes
by Hynek Schlawack
· 12 years ago
e26568f
#16618: Make glob.glob match consistently across strings and bytes
by Hynek Schlawack
· 12 years ago
33138df
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
by Antoine Pitrou
· 12 years ago
5461558
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
by Antoine Pitrou
· 12 years ago
3c331bb7
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
by Antoine Pitrou
· 12 years ago
3d068b2
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
by Antoine Pitrou
· 12 years ago
9ca5893
#16664: Add regression tests for glob's behaviour concerning "."-entries
by Hynek Schlawack
· 12 years ago
dec59ec
#16664: Add regression tests for glob's behaviour concerning "."-entries
by Hynek Schlawack
· 12 years ago
bf81622
Issue #12451: Add support.create_empty_file()
by Victor Stinner
· 13 years ago
3b4499c
Fix #9333. The symlink function is always available now, raising OSError
by Brian Curtin
· 14 years ago
52173d4
Fix #9333. Expose os.symlink on Windows only when usable.
by Brian Curtin
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
d40e6f7
Implement #1578269. Patch by Jason R. Coombs.
by Brian Curtin
· 14 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 15 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
a3beee1
Clean up tests by reusing functions from other modules:
by Johannes Gijsbers
· 20 years ago
836f543
Patch #943206:
by Johannes Gijsbers
· 20 years ago
ae882f7
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
by Johannes Gijsbers
· 20 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 21 years ago
d4e48b7
Patch #839877: Remove unused lambda expression.
by Martin v. Löwis
· 21 years ago
91bbd9a
Used sets.Set() to compare unordered sequences. Improves clarity and brevity.
by Raymond Hettinger
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 23 years ago
99e87f9
Test for the "glob" module, contributed by Nick Mathewson.
by Fred Drake
· 23 years ago