Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
33.4k
Star
69.8k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
179cb40
User selector
All users
Datepicker
All time
Commit History
Commits on May 12, 2021
Fix test
uriyyo
committed
179cb40
Copy full SHA for 179cb40
Fix issue when non runtime_protocol does not raise TypeError
uriyyo
committed
53d5008
Copy full SHA for 53d5008
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034)
Show description for 5010c04
karlcow
authored
5010c04
Copy full SHA for 5010c04
Remove PyTryblock struct (GH-26059)
markshannon
authored
117bfd2
Copy full SHA for 117bfd2
bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)
markshannon
authored
78b2abc
Copy full SHA for 78b2abc
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
markshannon
authored
cb6f3d7
Copy full SHA for cb6f3d7
bpo-40640: doc -- add missing ... in example of Continue (#26055)
Show description for 6574334
iritkatriel
and
ChasBelov
authored
6574334
Copy full SHA for 6574334
bpo-44002: Switch to lru_cache in urllib.parse. (GH-25798)
Show description for d597fdc
gpshead
authored
d597fdc
Copy full SHA for d597fdc
Commits on May 11, 2021
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964)
miguendes
authored
e9d7f88
Copy full SHA for e9d7f88
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (#25438)
Show description for 8563a70
Erlend Egeberg Aasland
and
takluyver
authored
8563a70
Copy full SHA for 8563a70
Correct the changelog entry for the syntax error message for multiple exception types (GH-26038)
graingert
authored
c1df880
Copy full SHA for c1df880
Fix import of HTTPError (GH-22304)
Show description for 5fedf71
srittau
authored
5fedf71
Copy full SHA for 5fedf71
bpo-10548: expectedFailure does not apply to fixtures (#23201)
iritkatriel
authored
23ae2c3
Copy full SHA for 23ae2c3
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)
Show description for 5f2eb87
uniocto
and
Fidget-Spinner
authored
5f2eb87
Copy full SHA for 5f2eb87
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)
iritkatriel
authored
12e7d10
Copy full SHA for 12e7d10
bpo-43795: PEP 652 user documentation (GH-25668)
Show description for b05955d
encukou
authored
b05955d
Copy full SHA for b05955d
Doc: http.server: directory is not a class attribute, but an argument. (GH-26017)
Show description for d1b8157
JulienPalard
authored
d1b8157
Copy full SHA for d1b8157
Commits on May 10, 2021
bpo-43743 add comment stating _USE_CP_SENDFILE should not be removed (#26024)
giampaolo
authored
c019013
Copy full SHA for c019013
bpo-44074: let patchcheck infer the base branch name (GH-25991)
leoll2
authored
21fbbb9
Copy full SHA for 21fbbb9
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967)
dhoekstra2000
authored
2a03172
Copy full SHA for 2a03172
Prevent access outside buffer (GH-26012)
sweeneyde
authored
45862f9
Copy full SHA for 45862f9
Commits on May 9, 2021
Revert test for Tix deprecation warning (GH-26005)
Show description for 8e8307d
zware
authored
8e8307d
Copy full SHA for 8e8307d
Fix a word in dataclasses docs. (GH-26003)
ericvsmith
authored
801497a
Copy full SHA for 801497a
Commits on May 8, 2021
bpo-43417: Better buffer handling for ast.unparse (GH-24772)
isidentical
authored
3d98ece
Copy full SHA for 3d98ece
bpo-28307: Convert simple C-style formatting with literal format into f-string. (GH-5012)
Show description for a0bd9e9
serhiy-storchaka
authored
a0bd9e9
Copy full SHA for a0bd9e9
bpo-43149: Correct the syntax error message for multiple exception types (GH-25996)
Show description for 6692dc1
pablogsal
authored
6692dc1
Copy full SHA for 6692dc1
Update references to master to point to main in customsourcelink.html (GH-25993)
pablogsal
authored
873275e
Copy full SHA for 873275e
bpo-42725: mention the changes on what's new (GH-25974)
isidentical
authored
17229ab
Copy full SHA for 17229ab
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
Show description for b063b02
pxinwr
authored
b063b02
Copy full SHA for b063b02
Fix make libainstall. (GH-25980)
Show description for 80d250d
orsenthil
authored
80d250d
Copy full SHA for 80d250d
Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979)
ned-deily
authored
42fcad2
Copy full SHA for 42fcad2
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)
pablogsal
authored
c40ab5b
Copy full SHA for c40ab5b
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
ned-deily
authored
164d6e1
Copy full SHA for 164d6e1
Do not use Py_ssize_clean_t (GH-25940)
methane
authored
4d4be47
Copy full SHA for 4d4be47
Commits on May 7, 2021
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
Show description for 092f9dd
E-Paine
and
terryjreedy
authored
092f9dd
Copy full SHA for 092f9dd
Pagination
Previous
Next
You can’t perform that action at this time.