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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
tj-python
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[pull] main from python:main
- #1369
#1369
Merged
pull[bot]
merged 23 commits into
tj-python:main
tj-python/cpython:main
from
python:main
python/cpython:main
Copy head branch name to clipboard
Aug 13, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
[pull] main from python:main
#1369
pull[bot]
merged 23 commits into
tj-python:main
tj-python/cpython:main
from
python:main
python/cpython:main
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
gh-85260: Extend the AST Validator to validate all identifiers (GH-21069)
isidentical
authored
47e2175
View commit details
Copy full SHA for 47e2175
Browse repository at this point
gh-90756: Fix the ElementTree XML declaration for utf-8-sig (GH-31043)
Show description for 8420052
3 people
authored
8420052
View commit details
Copy full SHA for 8420052
Browse repository at this point
gh-90982: Use the standard wording in the site.getsitepackages() versionchanged (GH-155654)
serhiy-storchaka
authored
033fc47
View commit details
Copy full SHA for 033fc47
Browse repository at this point
gh-88178: Fix exploded IPv6 addresses with a scope ID (GH-25824)
Show description for a2104b7
3 people
authored
a2104b7
View commit details
Copy full SHA for a2104b7
Browse repository at this point
gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335)
Show description for 025e7d2
stenwessel
authored
025e7d2
View commit details
Copy full SHA for 025e7d2
Browse repository at this point
gh-109817: Add --single-process-per-case option to libregrtest (GH-151689)
Aniketsy
authored
296f016
View commit details
Copy full SHA for 296f016
Browse repository at this point
gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968)
aaron-fl
authored
7586115
View commit details
Copy full SHA for 7586115
Browse repository at this point
gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509)
Show description for 726e485
serhiy-storchaka
authored
726e485
View commit details
Copy full SHA for 726e485
Browse repository at this point
gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444)
Show description for aca38ab
serhiy-storchaka
authored
aca38ab
View commit details
Copy full SHA for aca38ab
Browse repository at this point
gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388)
Show description for 582a2d3
serhiy-storchaka
authored
582a2d3
View commit details
Copy full SHA for 582a2d3
Browse repository at this point
gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387)
Show description for 116caab
serhiy-storchaka
authored
116caab
View commit details
Copy full SHA for 116caab
Browse repository at this point
gh-64660: Do not hardcode the name of the returned variable (GH-155268)
Show description for 99b8847
serhiy-storchaka
authored
99b8847
View commit details
Copy full SHA for 99b8847
Browse repository at this point
gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068)
Show description for 1370f8a
serhiy-storchaka
authored
1370f8a
View commit details
Copy full SHA for 1370f8a
Browse repository at this point
gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073)
Show description for 3cc891f
serhiy-storchaka
and
claude
authored
3cc891f
View commit details
Copy full SHA for 3cc891f
Browse repository at this point
gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067)
Show description for a697faf
serhiy-storchaka
authored
a697faf
View commit details
Copy full SHA for a697faf
Browse repository at this point
gh-155044: Support copy.replace() for optparse.Values (GH-155050)
Show description for c0d0b28
serhiy-storchaka
and
claude
authored
c0d0b28
View commit details
Copy full SHA for c0d0b28
Browse repository at this point
gh-155033: Support copy.replace() for csv dialects (GH-155035)
Show description for b4af851
serhiy-storchaka
and
claude
authored
b4af851
View commit details
Copy full SHA for b4af851
Browse repository at this point
gh-155040: Support copy.replace() for tarfile.TarInfo (GH-155046)
Show description for e75ef6a
serhiy-storchaka
and
claude
authored
e75ef6a
View commit details
Copy full SHA for e75ef6a
Browse repository at this point
gh-154139: Document that curses is not thread-safe (GH-154173)
Show description for 1ed6b78
serhiy-storchaka
and
claude
authored
1ed6b78
View commit details
Copy full SHA for 1ed6b78
Browse repository at this point
gh-75008: Detect the lineterminator in csv.Sniffer.sniff() (GH-155061)
Show description for 3157786
serhiy-storchaka
authored
3157786
View commit details
Copy full SHA for 3157786
Browse repository at this point
gh-155503: Check Py_TPFLAGS_IMMUTABLETYPE in check_immutable_type() (#155620)
Show description for 76f2903
vstinner
authored
76f2903
View commit details
Copy full SHA for 76f2903
Browse repository at this point
gh-153400: Use glibc functions instead of syscall() (#155518)
Show description for 1c9521f
vstinner
authored
1c9521f
View commit details
Copy full SHA for 1c9521f
Browse repository at this point
gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Show description for 716cbae
cocolato
and
blurb-it[bot]
authored
716cbae
View commit details
Copy full SHA for 716cbae
Browse repository at this point
You can’t perform that action at this time.