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 }}
eendebakpt
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
6
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
on
1e975ae
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 27, 2025
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Show description for 1e975ae
picnixz
authored
1e975ae
View commit details
Copy full SHA for 1e975ae
View code at this point
Browse repository at this point
Commits on Jun 26, 2025
gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)
encukou
authored
9193efd
View commit details
Copy full SHA for 9193efd
View code at this point
Browse repository at this point
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
ZeroIntensity
authored
10a3d43
View commit details
Copy full SHA for 10a3d43
View code at this point
Browse repository at this point
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)
Show description for a1da208
encukou
authored
a1da208
View commit details
Copy full SHA for a1da208
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
gh-135927: Fix MSVC Clatest C builds (GH-135935)
Fidget-Spinner
authored
a88b49c
View commit details
Copy full SHA for a88b49c
View code at this point
Browse repository at this point
gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#135937)
sobolevn
authored
bcc2cba
View commit details
Copy full SHA for bcc2cba
View code at this point
Browse repository at this point
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
Show description for 1b1ae82
encukou
authored
1b1ae82
View commit details
Copy full SHA for 1b1ae82
View code at this point
Browse repository at this point
gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (#135840)
sobolevn
authored
dd59c78
View commit details
Copy full SHA for dd59c78
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)
brianschubert
authored
4e6f0d1
View commit details
Copy full SHA for 4e6f0d1
View code at this point
Browse repository at this point
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
picnixz
authored
ef4fc86
View commit details
Copy full SHA for ef4fc86
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
gh-135532: cleanup clinic `module` directives for cryptographic modules (#135822)
picnixz
authored
621a8bd
View commit details
Copy full SHA for 621a8bd
View code at this point
Browse repository at this point
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
picnixz
authored
e7295a8
View commit details
Copy full SHA for e7295a8
View code at this point
Browse repository at this point
Commits on Jun 21, 2025
gh-135532: optimize calls to `PyMem_Malloc` in SHAKE digest computation (#135744)
Show description for d08b4b2
picnixz
authored
d08b4b2
View commit details
Copy full SHA for d08b4b2
View code at this point
Browse repository at this point
gh-135759: consistently reject negative sizes in SHAKE digests (#135767)
Show description for 7c43615
picnixz
authored
7c43615
View commit details
Copy full SHA for 7c43615
View code at this point
Browse repository at this point
gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)
xuantengh
authored
13cac83
View commit details
Copy full SHA for 13cac83
View code at this point
Browse repository at this point
Commits on Jun 20, 2025
gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)
Show description for c5ea8e8
ericsnowcurrently
authored
c5ea8e8
View commit details
Copy full SHA for c5ea8e8
View code at this point
Browse repository at this point
gh-135748: use argument clinic for more socket methods (#135749)
kumaraditya303
authored
c825b5d
View commit details
Copy full SHA for c825b5d
View code at this point
Browse repository at this point
gh-135532: use `_Py_strhex` in HACL-MD5's `hexdigest` (#135742)
picnixz
authored
eec7a8f
View commit details
Copy full SHA for eec7a8f
View code at this point
Browse repository at this point
gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (#135741)
picnixz
authored
57dba7c
View commit details
Copy full SHA for 57dba7c
View code at this point
Browse repository at this point
gh-135532: simplify handling of HACL* errors in `_hmac` (#135740)
picnixz
authored
2dbada1
View commit details
Copy full SHA for 2dbada1
View code at this point
Browse repository at this point
Commits on Jun 19, 2025
gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac` (#135562)
picnixz
authored
c765683
View commit details
Copy full SHA for c765683
View code at this point
Browse repository at this point
gh-135709: Fix two compile warnings on WASM buildbot (#135712)
sobolevn
authored
9c3c020
View commit details
Copy full SHA for 9c3c020
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)
Show description for 17ac393
colesbury
authored
17ac393
View commit details
Copy full SHA for 17ac393
View code at this point
Browse repository at this point
Commits on Jun 17, 2025
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Show description for 269e19e
ericsnowcurrently
authored
269e19e
View commit details
Copy full SHA for 269e19e
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
gh-111178: fix UBSan failures for `RemoteUnwinderObject` (#135539)
picnixz
authored
54e29ea
View commit details
Copy full SHA for 54e29ea
View code at this point
Browse repository at this point
gh-135371: Clean tags from pointers in all cases in remote debugging module (#135534)
pablogsal
authored
b9a1b04
View commit details
Copy full SHA for b9a1b04
View code at this point
Browse repository at this point
Commits on Jun 14, 2025
gh-135371: Fix asyncio introspection output to include internal coroutine chains (#135436)
pablogsal
authored
028309f
View commit details
Copy full SHA for 028309f
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)
Show description for c7f4a80
ericsnowcurrently
authored
c7f4a80
View commit details
Copy full SHA for c7f4a80
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
Revert "gh-135410: use a critical section around `StringIO.__next__` (#135412)" (#135439)
Show description for 7343135
ZeroIntensity
authored
7343135
View commit details
Copy full SHA for 7343135
View code at this point
Browse repository at this point
gh-135429: Fix the argument mismatch in lsprof throw event (#135442)
gaogaotiantian
authored
b03309f
View commit details
Copy full SHA for b03309f
View code at this point
Browse repository at this point
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
Show description for e7a3c20
encukou
and
tanloong
authored
e7a3c20
View commit details
Copy full SHA for e7a3c20
View code at this point
Browse repository at this point
gh-135410: use a critical section around `StringIO.__next__` (#135412)
ZeroIntensity
authored
e6c3039
View commit details
Copy full SHA for e6c3039
View code at this point
Browse repository at this point
Commits on Jun 11, 2025
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Show description for 6214373
ericsnowcurrently
authored
6214373
View commit details
Copy full SHA for 6214373
View code at this point
Browse repository at this point
gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322)
Show description for 2b8b477
Legoclones
and
serhiy-storchaka
authored
2b8b477
View commit details
Copy full SHA for 2b8b477
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
gh-116738: Make _heapq module thread-safe (#135036)
Show description for a58026a
yoney
and
mpage
authored
a58026a
View commit details
Copy full SHA for a58026a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.