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 }}
so-phy
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 2, 2021
bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
Show description for f92b913
serhiy-storchaka
authored
f92b913
View commit details
Copy full SHA for f92b913
Browse repository at this point
Commits on Aug 1, 2021
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
pablogsal
authored
208a7e9
View commit details
Copy full SHA for 208a7e9
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
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
serhiy-storchaka
authored
be4cb90
View commit details
Copy full SHA for be4cb90
Browse repository at this point
bpo-37880: for argparse add_argument with action='store_const', const now defaults to None. (GH-26707)
jdevries3133
authored
0ad1732
View commit details
Copy full SHA for 0ad1732
Browse repository at this point
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)
Show description for 1cf8424
jaraco
authored
1cf8424
View commit details
Copy full SHA for 1cf8424
Browse repository at this point
Divide the grammar into sections to improve readability (GH-27502)
pablogsal
authored
302cf35
View commit details
Copy full SHA for 302cf35
Browse repository at this point
Trivial typo in docstring
jcea
authored
4b4227b
View commit details
Copy full SHA for 4b4227b
Browse repository at this point
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499)
pablogsal
authored
b6bde9f
View commit details
Copy full SHA for b6bde9f
Browse repository at this point
bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)
Show description for e63e631
jaraco
authored
e63e631
View commit details
Copy full SHA for e63e631
Browse repository at this point
Commits on Jul 30, 2021
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171)
akulakov
authored
48a6255
View commit details
Copy full SHA for 48a6255
Browse repository at this point
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
akulakov
authored
ceea579
View commit details
Copy full SHA for ceea579
Browse repository at this point
bpo-42892: fix email multipart attribute error (GH-26903)
akulakov
authored
e3f877c
View commit details
Copy full SHA for e3f877c
Browse repository at this point
bpo-41911: Update docs for various expressions (GH-27470)
Show description for 4bd9caa
akulakov
and
ambv
authored
4bd9caa
View commit details
Copy full SHA for 4bd9caa
Browse repository at this point
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Show description for 80f0707
3 people
authored
80f0707
View commit details
Copy full SHA for 80f0707
Browse repository at this point
Fail the CI if an optional module fails to compile (GH-27466)
pablogsal
authored
7cad0be
View commit details
Copy full SHA for 7cad0be
Browse repository at this point
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)
salty-horse
authored
f4367ba
View commit details
Copy full SHA for f4367ba
Browse repository at this point
Update URLs in comments and metadata to use HTTPS (GH-27458)
coderanger
authored
be42c06
View commit details
Copy full SHA for be42c06
Browse repository at this point
bpo-44747: Refactor usage of sys._getframe at typing module (#27387)
Show description for ea4673e
uriyyo
and
Fidget-Spinner
authored
ea4673e
View commit details
Copy full SHA for ea4673e
Browse repository at this point
bpo-44761: Change default value of NewType __module__ attr (GH-27406)
uriyyo
authored
7b975f8
View commit details
Copy full SHA for 7b975f8
Browse repository at this point
bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475)
vsajip
authored
6ff8903
View commit details
Copy full SHA for 6ff8903
Browse repository at this point
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Show description for aaa83cd
jaraco
authored
aaa83cd
View commit details
Copy full SHA for aaa83cd
Browse repository at this point
Commits on Jul 29, 2021
Add missing gdbm dependencies to the UNIX CI (GH-27467)
pablogsal
authored
851cca8
View commit details
Copy full SHA for 851cca8
Browse repository at this point
bpo-31746: Fix broken call in GH-27431 (GH-27464)
Erlend Egeberg Aasland
authored
2d34664
View commit details
Copy full SHA for 2d34664
Browse repository at this point
bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27460)
zooba
authored
3edec5d
View commit details
Copy full SHA for 3edec5d
Browse repository at this point
Minor fixes to specialization stats. (GH-27457)
Show description for 2116909
markshannon
authored
2116909
View commit details
Copy full SHA for 2116909
Browse repository at this point
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland
authored
7e311e4
View commit details
Copy full SHA for 7e311e4
Browse repository at this point
bpo-44662: Add ability to annotate types.Union (#27214)
Show description for 8182c83
uriyyo
and
Fidget-Spinner
authored
8182c83
View commit details
Copy full SHA for 8182c83
Browse repository at this point
Fix typo in ast.rst (GH-27449)
Show description for 6b61d74
HaeckelK
and
HaeckelK
authored
6b61d74
View commit details
Copy full SHA for 6b61d74
Browse repository at this point
To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240)
shihai1991
authored
9101b39
View commit details
Copy full SHA for 9101b39
Browse repository at this point
bpo-44765: [doc] fix typo (GH-27430)
pavel-lexyr
authored
ccefa8a
View commit details
Copy full SHA for ccefa8a
Browse repository at this point
bpo-44725 : expose specialization stats in python (GH-27192)
iritkatriel
authored
ddd1c41
View commit details
Copy full SHA for ddd1c41
Browse repository at this point
bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433)
jdevries3133
authored
6741794
View commit details
Copy full SHA for 6741794
Browse repository at this point
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
Show description for 50de8f7
jdevries3133
authored
50de8f7
View commit details
Copy full SHA for 50de8f7
Browse repository at this point
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292)
serhiy-storchaka
authored
e5c8ddb
View commit details
Copy full SHA for e5c8ddb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.