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 }}
StanFromIreland
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
10
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
httpservers_test
User selector
All users
Datepicker
All time
Commit history
Commits on May 8, 2025
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Show description for c81fa2b
ericsnowcurrently
authored
c81fa2b
View commit details
Copy full SHA for c81fa2b
View code at this point
Browse repository at this point
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows-related C code (GH-131944)
XuehaiPan
authored
f0f93ba
View commit details
Copy full SHA for f0f93ba
View code at this point
Browse repository at this point
gh-133581: Improve AST unparsing of t-strings (#133635)
JelleZijlstra
authored
bfac7d2
View commit details
Copy full SHA for bfac7d2
View code at this point
Browse repository at this point
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
picnixz
authored
a2c4467
View commit details
Copy full SHA for a2c4467
View code at this point
Browse repository at this point
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_kernel32 (GH-133598)
sergey-miryanov
authored
0ec8fc8
View commit details
Copy full SHA for 0ec8fc8
View code at this point
Browse repository at this point
gh-132917: Use /proc/self/status for mem usage info. (#133544)
Show description for 751db4e
nascheme
authored
751db4e
View commit details
Copy full SHA for 751db4e
View code at this point
Browse repository at this point
Commits on May 6, 2025
gh-132917: Fix data race detected by tsan (#133508)
Show description for 53e6d76
Yhg1s
authored
53e6d76
View commit details
Copy full SHA for 53e6d76
View code at this point
Browse repository at this point
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
iritkatriel
authored
296cd12
View commit details
Copy full SHA for 296cd12
View code at this point
Browse repository at this point
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)
Show description for c4bcc6a
noahbkim
and
AA-Turner
authored
c4bcc6a
View commit details
Copy full SHA for c4bcc6a
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-132775: Add _PyCode_GetXIData() (gh-133475)
ericsnowcurrently
authored
ea59873
View commit details
Copy full SHA for ea59873
View code at this point
Browse repository at this point
gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133472)
Show description for e961611
ericsnowcurrently
authored
e961611
View commit details
Copy full SHA for e961611
View code at this point
Browse repository at this point
GH-133231: Add JIT utilities in sys._jit (GH-133233)
brandtbucher
authored
b1aa515
View commit details
Copy full SHA for b1aa515
View code at this point
Browse repository at this point
GH-131798: Split CALL_LEN into several uops (GH-133180)
diegorusso
authored
9cc77aa
View commit details
Copy full SHA for 9cc77aa
View code at this point
Browse repository at this point
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
nascheme
authored
893034c
View commit details
Copy full SHA for 893034c
View code at this point
Browse repository at this point
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Show description for 5c245ff
nascheme
authored
5c245ff
View commit details
Copy full SHA for 5c245ff
View code at this point
Browse repository at this point
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
authored
082dbf7
View commit details
Copy full SHA for 082dbf7
View code at this point
Browse repository at this point
GH-133336: Remove reserved ``-J`` flag for Jython (#133444)
AA-Turner
authored
4c56563
View commit details
Copy full SHA for 4c56563
View code at this point
Browse repository at this point
GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
markshannon
authored
f554237
View commit details
Copy full SHA for f554237
View code at this point
Browse repository at this point
gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `DELETE_FAST` (#133383)
Show description for 78adb63
mpage
authored
78adb63
View commit details
Copy full SHA for 78adb63
View code at this point
Browse repository at this point
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debugging`` (#133398)
AA-Turner
authored
3f80165
View commit details
Copy full SHA for 3f80165
View code at this point
Browse repository at this point
Commits on May 4, 2025
gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
Show description for 3084070
3 people
authored
3084070
View commit details
Copy full SHA for 3084070
View code at this point
Browse repository at this point
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (#131830)
WolframAlph
authored
0a1fedb
View commit details
Copy full SHA for 0a1fedb
View code at this point
Browse repository at this point
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Show description for ac7d5ba
markshannon
authored
ac7d5ba
View commit details
Copy full SHA for ac7d5ba
View code at this point
Browse repository at this point
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Show description for 3b43335
4 people
authored
3b43335
View commit details
Copy full SHA for 3b43335
View code at this point
Browse repository at this point
Commits on May 2, 2025
gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
sergey-miryanov
authored
bd2ed7c
View commit details
Copy full SHA for bd2ed7c
View code at this point
Browse repository at this point
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Fidget-Spinner
authored
ddac7ac
View commit details
Copy full SHA for ddac7ac
View code at this point
Browse repository at this point
gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)
nybblista
authored
20f8ed5
View commit details
Copy full SHA for 20f8ed5
View code at this point
Browse repository at this point
Commits on May 1, 2025
gh-133258: Fix crash in test_index (GH-133262)
iritkatriel
authored
a4be3bc
View commit details
Copy full SHA for a4be3bc
View code at this point
Browse repository at this point
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
AA-Turner
authored
f21e42d
View commit details
Copy full SHA for f21e42d
View code at this point
Browse repository at this point
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
iritkatriel
authored
5529213
View commit details
Copy full SHA for 5529213
View code at this point
Browse repository at this point
PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)
markshannon
authored
3831752
View commit details
Copy full SHA for 3831752
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Show description for cb35c11
ericsnowcurrently
authored
cb35c11
View commit details
Copy full SHA for cb35c11
View code at this point
Browse repository at this point
GH-125515: Remove two unused error branches. (#133181)
Show description for 6c522de
freakboy3742
authored
6c522de
View commit details
Copy full SHA for 6c522de
View code at this point
Browse repository at this point
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
markshannon
authored
44e4c47
View commit details
Copy full SHA for 44e4c47
View code at this point
Browse repository at this point
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260
10 people
authored
6020260
View commit details
Copy full SHA for 6020260
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.