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
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
.
https-github-com-nzysoft
/
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
Breadcrumbs
History for
cpython
Modules
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2023
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
authored
b468538
View commit details
Copy full SHA for b468538
View code at this point
Browse repository at this point
Output more details in the re tracing (GH-111357)
serhiy-storchaka
authored
573eff3
View commit details
Copy full SHA for 573eff3
View code at this point
Browse repository at this point
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
pablogsal
authored
90a1b28
View commit details
Copy full SHA for 90a1b28
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
gh-111230: Fix errors checking in _ssl module init (#111232)
Show description for f630494
sobolevn
authored
f630494
View commit details
Copy full SHA for f630494
View code at this point
Browse repository at this point
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
serhiy-storchaka
authored
9da98c0
View commit details
Copy full SHA for 9da98c0
View code at this point
Browse repository at this point
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fc
scoder
authored
a8a89fc
View commit details
Copy full SHA for a8a89fc
View code at this point
Browse repository at this point
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Show description for b2ba298
serhiy-storchaka
authored
b2ba298
View commit details
Copy full SHA for b2ba298
View code at this point
Browse repository at this point
gh-111295: Fix error checking in time extension module init (#111296)
Show description for 81b03e7
sobolevn
authored
81b03e7
View commit details
Copy full SHA for 81b03e7
View code at this point
Browse repository at this point
gh-111233: Fix error checking in select extension module init (#111234)
Show description for 2838c55
sobolevn
authored
2838c55
View commit details
Copy full SHA for 2838c55
View code at this point
Browse repository at this point
gh-111253: Fix error checking in _socket module init (#111254)
sobolevn
authored
3052c09
View commit details
Copy full SHA for 3052c09
View code at this point
Browse repository at this point
gh-111251: Fix error checking in _blake2 module init (#111252)
Show description for 86887a2
sobolevn
authored
86887a2
View commit details
Copy full SHA for 86887a2
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
sobolevn
authored
4fbf206
View commit details
Copy full SHA for 4fbf206
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
markshannon
authored
52e902c
View commit details
Copy full SHA for 52e902c
View code at this point
Browse repository at this point
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Show description for 32c37fe
furkanonder
and
skrah
authored
32c37fe
View commit details
Copy full SHA for 32c37fe
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
sobolevn
authored
f71cd53
View commit details
Copy full SHA for f71cd53
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
Show description for 37e4e20
vstinner
authored
37e4e20
View commit details
Copy full SHA for 37e4e20
View code at this point
Browse repository at this point
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Show description for f1e751e
vstinner
authored
f1e751e
View commit details
Copy full SHA for f1e751e
View code at this point
Browse repository at this point
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32be
vstinner
authored
d8f32be
View commit details
Copy full SHA for d8f32be
View code at this point
Browse repository at this point
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
colesbury
authored
264f4af
View commit details
Copy full SHA for 264f4af
View code at this point
Browse repository at this point
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
serhiy-storchaka
authored
cb4f746
View commit details
Copy full SHA for cb4f746
View code at this point
Browse repository at this point
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
serhiy-storchaka
authored
59ea0f5
View commit details
Copy full SHA for 59ea0f5
View code at this point
Browse repository at this point
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
sorgloomer
authored
11312ea
View commit details
Copy full SHA for 11312ea
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
gh-85283: Build posixshmem extension with Limited C API (#111087)
Show description for 8d234cd
vstinner
authored
8d234cd
View commit details
Copy full SHA for 8d234cd
View code at this point
Browse repository at this point
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Show description for d23a2f9
ericsnowcurrently
authored
d23a2f9
View commit details
Copy full SHA for d23a2f9
View code at this point
Browse repository at this point
gh-76785: Add *Channel.is_closed (gh-110606)
ericsnowcurrently
authored
6741d5a
View commit details
Copy full SHA for 6741d5a
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-76785: Clean Up the Channels Module (gh-110568)
ericsnowcurrently
authored
a77fa05
View commit details
Copy full SHA for a77fa05
View code at this point
Browse repository at this point
gh-85283: Build _uuid extension with limited C API (#111010)
vstinner
authored
73a003f
View commit details
Copy full SHA for 73a003f
View code at this point
Browse repository at this point
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
ericsnowcurrently
authored
c58c63f
View commit details
Copy full SHA for c58c63f
View code at this point
Browse repository at this point
gh-85283: Build _scproxy extension with limited C API (#111008)
Show description for 7029c1a
vstinner
authored
7029c1a
View commit details
Copy full SHA for 7029c1a
View code at this point
Browse repository at this point
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Show description for a53d7cb
ericsnowcurrently
authored
a53d7cb
View commit details
Copy full SHA for a53d7cb
View code at this point
Browse repository at this point
gh-85283: Build resource extension with limited C API (#110989)
Show description for e37620e
vstinner
authored
e37620e
View commit details
Copy full SHA for e37620e
View code at this point
Browse repository at this point
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)
Show description for 2ba6f68
vstinner
authored
2ba6f68
View commit details
Copy full SHA for 2ba6f68
View code at this point
Browse repository at this point
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0
vstinner
authored
be5e8a0
View commit details
Copy full SHA for be5e8a0
View code at this point
Browse repository at this point
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Show description for 054f496
vstinner
authored
054f496
View commit details
Copy full SHA for 054f496
View code at this point
Browse repository at this point
gh-85283: Build md5 extension with limited C API (#110967)
Show description for 4dba0a6
vstinner
authored
4dba0a6
View commit details
Copy full SHA for 4dba0a6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.