Thanks to visit codestin.com
Credit goes to github.com
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 }}
dkofficial24
/
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
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 13, 2026
Fix capitalization in templatelib.py
dkofficial24
authored
47bb9d9
View commit details
Copy full SHA for 47bb9d9
Browse repository at this point
gh-155742: Use PyBytesWriter in winconsoleio.c (#157391)
Show description for c947a46
vstinner
authored
c947a46
View commit details
Copy full SHA for c947a46
Browse repository at this point
gh-90304: Fix IDLE startup failure with a broken font (#152419)
Show description for 8a2db99
serhiy-storchaka
and
claude
authored
8a2db99
View commit details
Copy full SHA for 8a2db99
Browse repository at this point
gh-156939: Detect PyBytesWriter buffer overflow earlier (#157385)
Show description for 58cdff7
vstinner
authored
58cdff7
View commit details
Copy full SHA for 58cdff7
Browse repository at this point
gh-156939: Update UTF-8 encoder for PyBytesWriter changes (#157383)
Show description for 2cd6d4b
vstinner
authored
2cd6d4b
View commit details
Copy full SHA for 2cd6d4b
Browse repository at this point
gh-156939: Detect buffer overflow in PyBytesWriter in debug mode (#156943)
Show description for 12a1de1
vstinner
authored
12a1de1
View commit details
Copy full SHA for 12a1de1
Browse repository at this point
gh-154719: Preserve trailing whitespace in t-string interpolation expressions (#154762)
lpyu001
authored
1a703ab
View commit details
Copy full SHA for 1a703ab
Browse repository at this point
Commits on Sep 12, 2026
gh-157242: Add _PyBytes_IsMutable() assertion (#157371)
Show description for 121e27c
vstinner
authored
121e27c
View commit details
Copy full SHA for 121e27c
Browse repository at this point
gh-157242: Allow negative grow in PyBytesWriter_Grow() (#157375)
Show description for bab97c5
vstinner
authored
bab97c5
View commit details
Copy full SHA for bab97c5
Browse repository at this point
gh-157366: Remove leftover bytes support from _elementtree (GH-157367)
Show description for b1e7554
serhiy-storchaka
authored
b1e7554
View commit details
Copy full SHA for b1e7554
Browse repository at this point
gh-155742: Use PyBytesWriter in bytes.translate() (#157346)
Show description for 575fe39
vstinner
authored
575fe39
View commit details
Copy full SHA for 575fe39
Browse repository at this point
gh-157242: Do not close io.BytesIO on MemoryError (#157344)
Show description for 23eda00
vstinner
authored
23eda00
View commit details
Copy full SHA for 23eda00
Browse repository at this point
gh-153569: hide tokenizer state behind token and source operations (#156654)
Show description for 7bfa97f
pablogsal
authored
7bfa97f
View commit details
Copy full SHA for 7bfa97f
Browse repository at this point
Fix a typo in `CODEOWNERS` (#157356)
StanFromIreland
authored
227b5f0
View commit details
Copy full SHA for 227b5f0
Browse repository at this point
gh-155095: Fix docs changes builder for our custom directives (#155100)
StanFromIreland
authored
94dc051
View commit details
Copy full SHA for 94dc051
Browse repository at this point
io: Use a PyBytesWriter for IOBase.readline (#157024)
methane
authored
0ed5fed
View commit details
Copy full SHA for 0ed5fed
Browse repository at this point
gh-157242: Add more PyBytesWriter tests (#157352)
Show description for 63d4398
vstinner
authored
63d4398
View commit details
Copy full SHA for 63d4398
Browse repository at this point
gh-155742: Use PyBytesWriter in codeobject.c (#157345)
Show description for 7b17157
vstinner
authored
7b17157
View commit details
Copy full SHA for 7b17157
Browse repository at this point
gh-128213: fast path for bytes creation from list and tuple (#132590)
Show description for 4702980
3 people
authored
4702980
View commit details
Copy full SHA for 4702980
Browse repository at this point
gh-157242: Fix set_nomemory() on Py_TRACE_REFS build (#157351)
Show description for 051b168
vstinner
authored
051b168
View commit details
Copy full SHA for 051b168
Browse repository at this point
gh-157242: Leave bytearray unchanged if resize() fails (#157340)
Show description for 67e6be7
vstinner
authored
67e6be7
View commit details
Copy full SHA for 67e6be7
Browse repository at this point
Commits on Sep 11, 2026
gh-157242: Fix PyBytesWriter_Resize() on MemoryError (#157243)
Show description for f5dd52d
vstinner
and
maurycy
authored
f5dd52d
View commit details
Copy full SHA for f5dd52d
Browse repository at this point
gh-157265: Adjust test for Windows (GH-157334)
Show description for d9565e5
encukou
authored
d9565e5
View commit details
Copy full SHA for d9565e5
Browse repository at this point
GH-156554: Update PY_SUPPORT_TIER according to PEP 11 (#156576)
chris-eibl
authored
f5fff1a
View commit details
Copy full SHA for f5fff1a
Browse repository at this point
gh-155526: Don't check errno in abs(complex) (#155527)
Show description for e5d4fa2
3 people
authored
e5d4fa2
View commit details
Copy full SHA for e5d4fa2
Browse repository at this point
gh-115426: Fix cross-references to `socket.socket.close()` (#157295)
jang-hs
authored
d85fa1a
View commit details
Copy full SHA for d85fa1a
Browse repository at this point
gh-124205: Align descriptions of classes in 'Warning Categories' (#157255)
Show description for 2360bda
owenthcarey
and
StanFromIreland
authored
2360bda
View commit details
Copy full SHA for 2360bda
Browse repository at this point
base64: optimize b16decode (#157310)
methane
authored
b6e8088
View commit details
Copy full SHA for b6e8088
Browse repository at this point
gh-157058: Fix missing awaited-by edge in asyncio.wait_for(fut, 0) (#157059)
deadlovelll
authored
43b4a9c
View commit details
Copy full SHA for 43b4a9c
Browse repository at this point
gh-157247: Block perf trampoline activation when the main interpreter's JIT is enabled (#157258)
cocolato
authored
4c9f267
View commit details
Copy full SHA for 4c9f267
Browse repository at this point
gh-152433: Windows: change ``winreg`` to conditional import for UWP compatibility (#154918)
thexai
authored
fff3c4f
View commit details
Copy full SHA for fff3c4f
Browse repository at this point
gh-152433: Windows: make ``dynload_win.c`` UWP compatible (#152797)
thexai
authored
5172fa4
View commit details
Copy full SHA for 5172fa4
Browse repository at this point
gh-152433: Windows: allow build ``overlapped.c`` for UWP (#153036)
thexai
authored
9ab9181
View commit details
Copy full SHA for 9ab9181
Browse repository at this point
gh-157213: Fix stale asyncio.gather() edges in the await graph (#157214)
deadlovelll
authored
392ad7e
View commit details
Copy full SHA for 392ad7e
Browse repository at this point
gh-157157: Make test_taskgroup_cancel_keeps_outer_cancellation deterministic (#157158)
iamsharduld
authored
1c641ff
View commit details
Copy full SHA for 1c641ff
Browse repository at this point
Previous
Next
You can’t perform that action at this time.