Tin mới
barneygale:gh-81079-glob-case-sensitive-arg-2
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Add parameter @case_sensitive to glob and rglob in pathlib #81079
: Add case_sensitive argument to pathlib.Path.glob()
GH-77609: Add follow_symlinks argument to pathlib.Path.glob() #102616
Describe behaviour when case_sensitive is None.
GH-104102: Optimize pathlib.Path.glob() handling of ../ pattern segments #104103
GH-104104: Optimize pathlib.Path.glob() by avoiding repeated calls to os.path.normcase() #104105
Revert "Restore _PreciseSelector"
Remove unused _is_wildcard_pattern() function
Optimize pathlib.Path.glob() by avoiding repeated calls to os.path.normcase() #104104
GH-104114: Fix pathlib.WindowsPath.glob() use of literal pattern segment case #104116
GH-73435: Implement recursive wildcards in pathlib.PurePath.match() #101398
Update Doc/library/pathlib.rst
Pass flavour to selector initialiser
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Improve consistency between glob() and rglob() docs
Merge branch 'main' into inlinecomp2
Allow cases in ArtifactoryPath.glob() pattern devopshq/artifactory#429
Work around globbing performance in Python 3.12 SirVer/ultisnips#1696