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
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
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 }}
sysfce2
/
python-path
Public
forked from
jaraco/path
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
python-path
path
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 27, 2025
Ignore the arg type. Workaround for python/typeshed#14483.
jaraco
committed
0f86209
View commit details
Copy full SHA for 0f86209
View code at this point
Browse repository at this point
Supply the types, irrespective of platform.
Show description for 8326ac9
jaraco
committed
8326ac9
View commit details
Copy full SHA for 8326ac9
View code at this point
Browse repository at this point
Merge commit '5357ae1'
jaraco
committed
fce0517
View commit details
Copy full SHA for fce0517
View code at this point
Browse repository at this point
👹 Feed the hobgoblins (delint).
jaraco
committed
5357ae1
View commit details
Copy full SHA for 5357ae1
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
re-insert deleted initializer arguments for TempDir
aniederl
committed
1d69535
View commit details
Copy full SHA for 1d69535
View code at this point
Browse repository at this point
Commits on Dec 28, 2024
Add 'Traversal' to __all__ so it shows up in docs.
jaraco
committed
efa71fc
View commit details
Copy full SHA for efa71fc
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
Directly implement get_owner
Show description for d63dc73
SethMMorton
committed
d63dc73
View commit details
Copy full SHA for d63dc73
View code at this point
Browse repository at this point
Account for Python 3.9 when defining unions
Show description for 0f700b6
SethMMorton
committed
0f700b6
View commit details
Copy full SHA for 0f700b6
View code at this point
Browse repository at this point
Fix type hinting for .joinpath
Show description for 77b8af3
SethMMorton
committed
77b8af3
View commit details
Copy full SHA for 77b8af3
View code at this point
Browse repository at this point
Add some clean-up annotations
Show description for d7e6e20
SethMMorton
committed
d7e6e20
View commit details
Copy full SHA for d7e6e20
View code at this point
Browse repository at this point
Correct the startfile annotation
SethMMorton
committed
26819d2
View commit details
Copy full SHA for 26819d2
View code at this point
Browse repository at this point
Ignore unknown types for win32security
SethMMorton
committed
58c650e
View commit details
Copy full SHA for 58c650e
View code at this point
Browse repository at this point
Ensure shutil-derived functions are properly typed
Show description for cde1eaf
SethMMorton
committed
cde1eaf
View commit details
Copy full SHA for cde1eaf
View code at this point
Browse repository at this point
Use property as a decorator to define properties
Show description for ae3c7db
SethMMorton
committed
ae3c7db
View commit details
Copy full SHA for ae3c7db
View code at this point
Browse repository at this point
Use sys.platform to conditionally add methods
Show description for fc92f97
SethMMorton
committed
fc92f97
View commit details
Copy full SHA for fc92f97
View code at this point
Browse repository at this point
Ignore type errors due to Multi mixin
Show description for 2a4adbf
SethMMorton
committed
2a4adbf
View commit details
Copy full SHA for 2a4adbf
View code at this point
Browse repository at this point
Correct call to contextlib.suppress
Show description for 3c8382f
SethMMorton
committed
3c8382f
View commit details
Copy full SHA for 3c8382f
View code at this point
Browse repository at this point
Fully annotate open
Show description for 318ef04
SethMMorton
committed
318ef04
View commit details
Copy full SHA for 318ef04
View code at this point
Browse repository at this point
Remove unneeded explict arguments for __exit__
SethMMorton
committed
e191025
View commit details
Copy full SHA for e191025
View code at this point
Browse repository at this point
Correct annotations around Handlers
Show description for da5093e
SethMMorton
committed
da5093e
View commit details
Copy full SHA for da5093e
View code at this point
Browse repository at this point
Cannot reassign different types to the same name
Show description for 243f280
SethMMorton
committed
243f280
View commit details
Copy full SHA for 243f280
View code at this point
Browse repository at this point
Fix error WRT to returned tuple elements
SethMMorton
committed
ee0084d
View commit details
Copy full SHA for ee0084d
View code at this point
Browse repository at this point
Replace Number with float or int
Show description for 0e61b7f
SethMMorton
committed
0e61b7f
View commit details
Copy full SHA for 0e61b7f
View code at this point
Browse repository at this point
Eliminate attribute error type hint for _validate
Show description for d373f87
SethMMorton
committed
d373f87
View commit details
Copy full SHA for d373f87
View code at this point
Browse repository at this point
Correct annotation for Path.utime
Show description for ee57d43
SethMMorton
committed
ee57d43
View commit details
Copy full SHA for ee57d43
View code at this point
Browse repository at this point
Copy annotations from __init__.pyi to __init__.py
Show description for e0be2fc
SethMMorton
committed
e0be2fc
View commit details
Copy full SHA for e0be2fc
View code at this point
Browse repository at this point
Add annotations to masks.py
SethMMorton
committed
ee77cb3
View commit details
Copy full SHA for ee77cb3
View code at this point
Browse repository at this point
Make annotations in-source for matchers.py
Show description for c544d87
SethMMorton
committed
c544d87
View commit details
Copy full SHA for c544d87
View code at this point
Browse repository at this point
Make annotations in-source for classes.py
Show description for 049e495
SethMMorton
committed
049e495
View commit details
Copy full SHA for 049e495
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
Pass mypy, update Self
Avasam
committed
5b4accf
View commit details
Copy full SHA for 5b4accf
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
Removed deprecated behaviors.
jaraco
committed
7e23a1d
View commit details
Copy full SHA for 7e23a1d
View code at this point
Browse repository at this point
Implement .replace.
Show description for 3232088
jaraco
committed
3232088
View commit details
Copy full SHA for 3232088
View code at this point
Browse repository at this point
Add .home classmethod.
Show description for 66992c3
jaraco
committed
66992c3
View commit details
Copy full SHA for 66992c3
View code at this point
Browse repository at this point
👹 Feed the hobgoblins (delint).
jaraco
committed
73d82bf
View commit details
Copy full SHA for 73d82bf
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
Merge pull request #225 from jaraco/feature/functools-wraps
Show description for 00b04b7
jaraco
authored
00b04b7
View commit details
Copy full SHA for 00b04b7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.