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 }}
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
36.7k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
asottile
Datepicker
All time
Commit history
Commits on Jul 22, 2026
Remove `from stat import *` recommendation from `stat.py` docstring (#154486)
asottile
authored
3479e45
View commit details
Copy full SHA for 3479e45
Browse repository at this point
Commits on Jul 7, 2025
gh-86682: Add versionadded for sys._getframemodulename (#136325)
Show description for 11f074b
asottile
authored
11f074b
View commit details
Copy full SHA for 11f074b
Browse repository at this point
Commits on May 24, 2025
gh-134546: ensure remote pdb script is readable (#134552)
asottile
authored
74a9c60
View commit details
Copy full SHA for 74a9c60
Browse repository at this point
Commits on Apr 26, 2025
gh-131298: update `Modules/Setup` after HACL* static linking changes (#133012)
Show description for bd2e5f0
asottile
authored
bd2e5f0
View commit details
Copy full SHA for bd2e5f0
Browse repository at this point
Commits on Sep 9, 2024
gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)
asottile
authored
d359a76
View commit details
Copy full SHA for d359a76
Browse repository at this point
Commits on Dec 11, 2023
Fix SyntaxWarning in test_syntax.py (GH-112944)
asottile
authored
97cd45b
View commit details
Copy full SHA for 97cd45b
Browse repository at this point
Commits on Sep 18, 2023
Fix extraneous backslashes in hashlib docs (#109468)
asottile
authored
ce5b3e1
View commit details
Copy full SHA for ce5b3e1
Browse repository at this point
Commits on Feb 28, 2023
gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308)
asottile
authored
360ef84
View commit details
Copy full SHA for 360ef84
Browse repository at this point
Commits on Nov 27, 2022
gh-99815: remove unused 'invalid' sentinel value and code that checks for it in inspect.signature parsing (GH-21104)
asottile
authored
ac115b5
View commit details
Copy full SHA for ac115b5
Browse repository at this point
Commits on Aug 29, 2022
ast.parse: check `feature_version` common case first (GH-94640)
asottile
authored
9c2b934
View commit details
Copy full SHA for 9c2b934
Browse repository at this point
Commits on Jul 31, 2021
bpo-33671 fix orphaned comment in shutil.copyfileobj (GH-27516)
asottile
authored
b08c48e
View commit details
Copy full SHA for b08c48e
Browse repository at this point
Commits on Jul 23, 2021
bpo-29298: Fix crash with required subparsers without dest (GH-3680)
Show description for 17575f7
asottile
authored
17575f7
View commit details
Copy full SHA for 17575f7
Browse repository at this point
Commits on May 22, 2021
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
asottile
authored
9e746e3
View commit details
Copy full SHA for 9e746e3
Browse repository at this point
Commits on Apr 27, 2021
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
Show description for 9aea31d
asottile
authored
9aea31d
View commit details
Copy full SHA for 9aea31d
Browse repository at this point
Commits on Apr 25, 2021
Set the release for `__future__.annotations` to 3.11 (#25596)
asottile
authored
c9c27b8
View commit details
Copy full SHA for c9c27b8
Browse repository at this point
Commits on Jan 24, 2021
bpo-43014: Improve performance of tokenize.tokenize by 20-30%
asottile
authored
15bd9ef
View commit details
Copy full SHA for 15bd9ef
Browse repository at this point
Commits on Oct 18, 2020
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
asottile
authored
3c0ac18
View commit details
Copy full SHA for 3c0ac18
Browse repository at this point
Commits on Oct 11, 2020
Fix .. code-block :: directives in decimal.rst (GH-22571)
asottile
authored
d5752aa
View commit details
Copy full SHA for d5752aa
Browse repository at this point
Commits on Jun 23, 2020
bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066)
asottile
authored
d051801
View commit details
Copy full SHA for d051801
Browse repository at this point
Commits on May 19, 2020
Fix code-block in zoneinfo (GH-20201)
Show description for 9095f76
asottile
authored
9095f76
View commit details
Copy full SHA for 9095f76
Browse repository at this point
Commits on Apr 22, 2020
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Show description for 39652cd
asottile
authored
39652cd
View commit details
Copy full SHA for 39652cd
Browse repository at this point
Commits on Mar 17, 2020
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030)
asottile
authored
58ec58a
View commit details
Copy full SHA for 58ec58a
Browse repository at this point
Commits on Jan 5, 2020
Fix constant folding optimization for positional only arguments (GH-17837)
asottile
authored and
pablogsal
committed
b121a4a
View commit details
Copy full SHA for b121a4a
Browse repository at this point
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
asottile
authored and
pablogsal
committed
ec007cb
View commit details
Copy full SHA for ec007cb
Browse repository at this point
Commits on Jan 1, 2020
Document CodeType.replace (GH-17776)
asottile
authored and
pablogsal
committed
22424c0
View commit details
Copy full SHA for 22424c0
Browse repository at this point
Commits on Nov 27, 2019
Be more specific about the `.so` gitignore patterns (GH-17328)
Show description for 1ef4c32
asottile
authored and
zware
committed
1ef4c32
View commit details
Copy full SHA for 1ef4c32
Browse repository at this point
Commits on Oct 31, 2019
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
asottile
authored and
serhiy-storchaka
committed
b32cb97
View commit details
Copy full SHA for b32cb97
Browse repository at this point
Commits on Sep 14, 2019
Doc: Fix link to window.getch in curses documentation (GH-16132)
asottile
authored and
matrixise
committed
a26ace1
View commit details
Copy full SHA for a26ace1
Browse repository at this point
Commits on Sep 9, 2019
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Show description for 370138b
2 people
authored and
zware
committed
370138b
View commit details
Copy full SHA for 370138b
Browse repository at this point
bpo-20490: Improve circular import error message (GH-15308)
asottile
authored and
zooba
committed
65366bc
View commit details
Copy full SHA for 65366bc
Browse repository at this point
Future-proof .travis.yml for Python 3.10 (GH-14831)
asottile
authored and
zware
committed
bba9207
View commit details
Copy full SHA for bba9207
Browse repository at this point
Commits on Sep 2, 2019
bpo-36853: Fix suspicious.py to actually print the unused rules (#13579)
Show description for e1786b5
asottile
authored and
jaraco
committed
e1786b5
View commit details
Copy full SHA for e1786b5
Browse repository at this point
Commits on Aug 21, 2019
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
asottile
authored and
tim-one
committed
e1c638d
View commit details
Copy full SHA for e1c638d
Browse repository at this point
Commits on Jul 31, 2019
bpo-37695: Correct unget_wch error message. (GH-14986)
asottile
authored and
serhiy-storchaka
committed
c9345e3
View commit details
Copy full SHA for c9345e3
Browse repository at this point
Commits on Jul 29, 2019
Add additional test for multi-line SyntaxError (GH-15003)
asottile
authored and
pablogsal
committed
44212ec
View commit details
Copy full SHA for 44212ec
Browse repository at this point
Previous
Next
You can’t perform that action at this time.