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
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.5k
Star
70k
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
6ab98ac
User selector
All users
Datepicker
All time
Commit History
Commits on May 19, 2023
Merge branch 'main' into issue-92248
hugovk
authored
6ab98ac
Copy full SHA for 6ab98ac
gh-104602: Add additional test for listcomp with lambda (#104639)
Show description for dbe171e
JelleZijlstra
authored
dbe171e
Copy full SHA for dbe171e
gh-104640: Disallow walrus in comprehension within type scopes (#104641)
JelleZijlstra
authored
8a8853a
Copy full SHA for 8a8853a
gh-103921: Rename "type" header in argparse docs (#104654)
Show description for ab8f546
JelleZijlstra
authored
ab8f546
Copy full SHA for ab8f546
Improve readability of `typing._ProtocolMeta.__instancecheck__` (#104649)
AlexWaygood
authored
a412fc5
Copy full SHA for a412fc5
gh-96522: Fix deadlock in pty.spawn (#96639)
zhangyoufu
authored
9c5aa89
Copy full SHA for 9c5aa89
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-104579)
markshannon
authored
c26d03d
Copy full SHA for c26d03d
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#104606)
Show description for 616fcad
ronaldoussoren
and
blurb-it[bot]
authored
616fcad
Copy full SHA for 616fcad
gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)
erlend-aasland
authored
fd04bfe
Copy full SHA for fd04bfe
gh-104619: never leak comprehension locals to outer locals() (#104637)
carljm
authored
70c7796
Copy full SHA for 70c7796
gh-104602: ensure all cellvars are known up front (#104603)
Show description for 86e6f16
carljm
and
JelleZijlstra
authored
86e6f16
Copy full SHA for 86e6f16
Commits on May 18, 2023
gh-104600: Make function.__type_params__ writable (#104601)
JelleZijlstra
authored
3fadd7d
Copy full SHA for 3fadd7d
gh-74690: Don't set special protocol attributes on non-protocol subclasses of protocols (#104622)
Show description for f7835fc
AlexWaygood
authored
f7835fc
Copy full SHA for f7835fc
gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)
erlend-aasland
authored
aab2a36
Copy full SHA for aab2a36
gh-104050: Add more type annotations to Argument Clinic (#104628)
Show description for 94c8eda
erlend-aasland
authored
94c8eda
Copy full SHA for 94c8eda
gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)
Show description for 86ee49f
erlend-aasland
authored
86ee49f
Copy full SHA for 86ee49f
gh-104549: Set __module__ on TypeAliasType (#104550)
JelleZijlstra
authored
b9dce3a
Copy full SHA for b9dce3a
gh-104050: Improve some typing around `default`s and sentinel values (#104626)
Show description for 1c55e8d
AlexWaygood
and
erlend-aasland
authored
1c55e8d
Copy full SHA for 1c55e8d
gh-104146: Remove unused vars from Argument Clinic (#104627)
Show description for 61027c0
erlend-aasland
authored
61027c0
Copy full SHA for 61027c0
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
carljm
authored
0589c6a
Copy full SHA for 0589c6a
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
Show description for dcdc90d
thirumurugan-git
and
barneygale
authored
dcdc90d
Copy full SHA for dcdc90d
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
Show description for cfa517d
markshannon
authored
cfa517d
Copy full SHA for cfa517d
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Show description for 68b5f08
markshannon
authored
68b5f08
Copy full SHA for 68b5f08
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Show description for 662aede
JelleZijlstra
and
carljm
authored
662aede
Copy full SHA for 662aede
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Agent-Hellboy
authored
152227b
Copy full SHA for 152227b
gh-104499: Fix typo. (#104598)
terryjreedy
authored
c5b670e
Copy full SHA for c5b670e
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
terryjreedy
authored
678bf57
Copy full SHA for 678bf57
Commits on May 17, 2023
gh-104340: Suppress warning about unawaited exception for closed pipe stdin (#104586)
gvanrossum
authored
7fc8e2d
Copy full SHA for 7fc8e2d
gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstance()` influence whether `issubclass()` raises an exception (#104559)
Show description for b27fe67
AlexWaygood
and
carljm
authored
b27fe67
Copy full SHA for b27fe67
gh-104050: Add type hints to Argument Clinic converter keywords (#104588)
Show description for 2f369ca
erlend-aasland
authored
2f369ca
Copy full SHA for 2f369ca
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Show description for aed643b
terryjreedy
authored
aed643b
Copy full SHA for aed643b
gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safety and no GIL requirement (#104518)
Show description for c649df6
gpshead
authored
c649df6
Copy full SHA for c649df6
GH-101520: Move tracemalloc functionality into core, leaving interface in Modules. (#104508)
markshannon
authored
f7df173
Copy full SHA for f7df173
typing: Add more tests for TypeVar (#104571)
Show description for 2693194
JelleZijlstra
authored
2693194
Copy full SHA for 2693194
gh-104572: Improve error messages for invalid constructs in PEP 695 contexts (#104573)
JelleZijlstra
authored
97db2f3
Copy full SHA for 97db2f3
Pagination
Previous
Next
You can’t perform that action at this time.