Tin mới
barneygale:gh-102613-remove-selector-classes
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
GH-77609: Add follow_symlinks argument to pathlib.Path.glob() #102616
Add support for matching files recursively.
Implement walk-and-match algorithm.
Fix handling of newlines in filenames.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Exclude self from walk-and-match matching.
Optimize walk-and-match logic.
Consume adjacent '**' segments before considering use of matching.
Add some more tests for complex patterns.
Drop test case that doesn't work on Windows.
Speed up pathlib.Path.glob() by removing redundant regex matching #115060