summaryrefslogtreecommitdiff
path: root/Lib/test/test_glob.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25584: Fixed recursive glob() with patterns starting with '**'.Serhiy Storchaka2015-11-091-6/+15
* Use support.change_cwd() in tests.Serhiy Storchaka2015-09-061-10/+118
|\
| * Issue #13968: Fixed newly added recursive glob test.Serhiy Storchaka2014-09-111-38/+40
| * Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-111-9/+119
|/
* Issue #8402: Added the escape() function to the glob module.Serhiy Storchaka2013-11-181-0/+22
* #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-271-3/+3
|\
| * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-161-5/+28
| |\
| * \ Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+13
| |\ \
| * \ \ #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-3/+3
| |\ \ \
| | * | | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-3/+3
* | | | | #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-271-27/+50
| |_|_|/ |/| | |
* | | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-161-5/+28
| |_|/ |/| |
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+13
|/ /
* | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
|/
* 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