| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122288: Improve performances of `fnmatch.translate` (#122289) | Bénédikt Tran | 2024-11-27 | 1 | -1/+1 |
|
|
* | GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261) | Barney Gale | 2024-11-01 | 1 | -9/+4 |
|
|
* | GH-116380: Move pathlib-specific code from `glob` to `pathlib._abc`. (#120011) | Barney Gale | 2024-06-07 | 1 | -12/+22 |
|
|
* | GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (#119573) | Barney Gale | 2024-05-29 | 1 | -37/+0 |
|
|
* | GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118... | Barney Gale | 2024-05-14 | 1 | -8/+4 |
|
|
* | GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) | Barney Gale | 2024-05-07 | 1 | -1/+326 |
|
|
* | GH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562) | Barney Gale | 2024-05-03 | 1 | -303/+3 |
|
|
* | GH-115060: Speed up `pathlib.Path.glob()` by not scanning literal parts (#117... | Barney Gale | 2024-04-12 | 1 | -1/+21 |
|
|
* | GH-117586: Speed up `pathlib.Path.walk()` by working with strings (#117726) | Barney Gale | 2024-04-11 | 1 | -0/+37 |
|
|
* | GH-117586: Speed up `pathlib.Path.glob()` by working with strings (#117589) | Barney Gale | 2024-04-10 | 1 | -0/+186 |
|
|
* | GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371) | Barney Gale | 2024-04-01 | 1 | -1/+8 |
|
|
* | gh-117134: Microoptimize glob() for include_hidden=True (GH-117135) | Serhiy Storchaka | 2024-03-22 | 1 | -2/+2 |
|
|
* | GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378) | Barney Gale | 2024-03-17 | 1 | -19/+14 |
|
|
* | gh-79382: Fix recursive glob() with trailing "**" (GH-115134) | Serhiy Storchaka | 2024-02-11 | 1 | -1/+2 |
|
|
* | GH-72904: Add `glob.translate()` function (#106703) | Barney Gale | 2023-11-13 | 1 | -0/+60 |
|
|
* | bpo-37578: glob.glob -- added include_hidden parameter (GH-30153) | andrei kulakov | 2021-12-18 | 1 | -21/+35 |
|
|
* | bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat... | Serhiy Storchaka | 2021-06-23 | 1 | -2/+7 |
|
|
* | bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239) | Saiyang Gou | 2021-04-21 | 1 | -0/+1 |
|
|
* | bpo-38144: Re-add accidentally removed audition for glob. (GH-22805) | Serhiy Storchaka | 2020-10-20 | 1 | -0/+1 |
|
|
* | bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) | Serhiy Storchaka | 2020-06-18 | 1 | -45/+102 |
|
|
* | bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360) | Serhiy Storchaka | 2020-02-06 | 1 | -1/+1 |
|
|
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+2 |
|
|
* | Issue #27998: Removed workarounds for supporting bytes paths on Windows in | Serhiy Storchaka | 2016-10-05 | 1 | -16/+7 |
|
|
* | Issue #25596: Falls back to listdir in glob for bytes paths on Windows. | Serhiy Storchaka | 2016-09-07 | 1 | -7/+16 |
|
|
* | Issue #25596: Optimized glob() and iglob() functions in the | Serhiy Storchaka | 2016-09-06 | 1 | -29/+41 |
|
|
* | Issue #25584: Added "escape" to the __all__ list in the glob module. | Serhiy Storchaka | 2015-11-09 | 1 | -1/+1 |
|
|
* | Issue #25584: Fixed recursive glob() with patterns starting with '**'. | Serhiy Storchaka | 2015-11-09 | 1 | -4/+9 |
|
|
* | Issue #13968: The glob module now supports recursive search in | Serhiy Storchaka | 2014-09-11 | 1 | -6/+50 |
|
|
* | Issue #17923: glob() patterns ending with a slash no longer match non-dirs on | Serhiy Storchaka | 2014-08-12 | 1 | -3/+8 |
|
|
* | Issue #8402: Added the escape() function to the glob module. | Serhiy Storchaka | 2013-11-18 | 1 | -2/+14 |
|
|
* | Issue #16695: Document how glob handles filenames starting with a dot | Petri Lehtinen | 2013-02-23 | 1 | -2/+8 |
|\ |
|
| * | Issue #16695: Document how glob handles filenames starting with a dot | Petri Lehtinen | 2013-02-23 | 1 | -2/+8 |
|
|
* | | #16618: Make glob.glob match consistently across strings and bytes | Hynek Schlawack | 2012-12-27 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | #16618: Make glob.glob match consistently across strings and bytes | Hynek Schlawack | 2012-12-27 | 1 | -2/+5 |
|
|
* | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 1 | -1/+1 |
|
|
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 1 | -1/+4 |
|
|
* | | Backed out changeset dafca4714298 | Tim Golden | 2012-11-06 | 1 | -47/+18 |
|
|
* | | issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon | Tim Golden | 2012-11-06 | 1 | -18/+47 |
|
|
* | | utilize yield from | Philip Jenvey | 2012-10-01 | 1 | -2/+1 |
|/ |
|
* | Fix closes issue12432 - remove the unused sys from glob.py | Senthil Kumaran | 2011-07-04 | 1 | -1/+0 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -6/+11 |
|
|
* | Fix build error. | Alexandre Vassalotti | 2008-01-27 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -2/+2 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -4/+8 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | Patch #943206: | Johannes Gijsbers | 2005-01-08 | 1 | -22/+40 |
|
|