Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-77609: Add follow_symlinks argument to
pathlib.Path.glob()
- #102616
#102616
Merged
barneygale
merged 17 commits into
python:main
python/cpython:main
from
barneygale:gh-77609-glob-follow-symlinks
barneygale/cpython:gh-77609-glob-follow-symlinks
Copy head branch name to clipboard
May 29, 2023
Conversation
Commits
17
(17)
Checks
Files changed
Merged
GH-77609: Add follow_symlinks argument to
pathlib.Path.glob()
#102616
barneygale
merged 17 commits into
python:main
python/cpython:main
from
barneygale:gh-77609-glob-follow-symlinks
barneygale/cpython:gh-77609-glob-follow-symlinks
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2023
GH-77609: Support following symlinks in `pathlib.Path.glob()`
Show description for 59dcdb1
barneygale
committed
59dcdb1
View commit details
Copy full SHA for 59dcdb1
Browse repository at this point
Fix top-level error handling.
barneygale
committed
e850bde
View commit details
Copy full SHA for e850bde
Browse repository at this point
Always follow top-level symlink
barneygale
committed
4f4ffd3
View commit details
Copy full SHA for 4f4ffd3
Browse repository at this point
Simplify test diff slightly
barneygale
committed
b6c019e
View commit details
Copy full SHA for b6c019e
Browse repository at this point
Commits on Mar 14, 2023
Clarify docs for *follow_symlinks* argument
barneygale
committed
8d657ee
View commit details
Copy full SHA for 8d657ee
Browse repository at this point
Backwards compatibility
barneygale
committed
b600363
View commit details
Copy full SHA for b600363
Browse repository at this point
Fix handling of '..' in patterns.
barneygale
committed
b2766f8
View commit details
Copy full SHA for b2766f8
Browse repository at this point
Deprecate follow_symlinks=None
barneygale
committed
8704d33
View commit details
Copy full SHA for 8704d33
Browse repository at this point
Fix news
barneygale
committed
6f7a83a
View commit details
Copy full SHA for 6f7a83a
Browse repository at this point
Commits on May 3, 2023
Merge branch 'main' into gh-77609-glob-follow-symlinks
barneygale
committed
5fb7d28
View commit details
Copy full SHA for 5fb7d28
Browse repository at this point
Commits on May 10, 2023
Revert "Fix news"
Show description for ce7973f
barneygale
committed
ce7973f
View commit details
Copy full SHA for ce7973f
Browse repository at this point
Revert "Deprecate follow_symlinks=None"
Show description for 2db28d9
barneygale
committed
2db28d9
View commit details
Copy full SHA for 2db28d9
Browse repository at this point
Merge branch 'main' into gh-77609-glob-follow-symlinks
barneygale
committed
d3a3396
View commit details
Copy full SHA for d3a3396
Browse repository at this point
Commits on May 11, 2023
Merge branch 'main' into gh-77609-glob-follow-symlinks
barneygale
committed
6c61822
View commit details
Copy full SHA for 6c61822
Browse repository at this point
Commits on May 15, 2023
Merge branch 'main' into gh-77609-glob-follow-symlinks
barneygale
committed
3722b64
View commit details
Copy full SHA for 3722b64
Browse repository at this point
Commits on May 23, 2023
Merge branch 'main' into gh-77609-glob-follow-symlinks
barneygale
committed
9700dd1
View commit details
Copy full SHA for 9700dd1
Browse repository at this point
Re-target to 3.13
barneygale
committed
4f2a492
View commit details
Copy full SHA for 4f2a492
Browse repository at this point
You can’t perform that action at this time.