aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_glob.py
Commit message (Expand)AuthorAge
* bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)andrei kulakov2021-12-18
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-09
* bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)Serhiy Storchaka2020-06-18
* bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)Serhiy Storchaka2019-09-12
* Use assertCountEqual instead of assertEqual. (#5223)Gregory P. Smith2018-01-17
* Issue #25584: Fixed recursive glob() with patterns starting with '**'.Serhiy Storchaka2015-11-09
* Use support.change_cwd() in tests.Serhiy Storchaka2015-09-06
|\
* | Issue #13968: Fixed newly added recursive glob test.Serhiy Storchaka2014-09-11
* | Issue #13968: The glob module now supports recursive search inSerhiy Storchaka2014-09-11
|/
* Issue #8402: Added the escape() function to the glob module.Serhiy Storchaka2013-11-18
* #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-27
|\
| * #16618: Make glob.glob match consistently across strings and bytesHynek Schlawack2012-12-27
* | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-16
|\|
| * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-16
* | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-16
|\|
| * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-16
* | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-16
|\|
| * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-16
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-30
|/
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-28
* Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-02
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-08
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Clean up tests by reusing functions from other modules:Johannes Gijsbers2005-01-08
* Patch #943206:Johannes Gijsbers2005-01-08
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-30
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-16
* Patch #839877: Remove unused lambda expression.Martin v. Löwis2003-11-13
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-02
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-20
* Whitespace normalization.Tim Peters2001-08-09
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-23