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 }}
lpyu001
/
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
codeobj
User selector
All users
Datepicker
All time
Commit history
Commits on May 27, 2026
gh-149571: Fix the C implementation of Element.itertext() (GH-149929)
Show description for 7de4fcd
serhiy-storchaka
authored
7de4fcd
View commit details
Copy full SHA for 7de4fcd
View code at this point
Browse repository at this point
Commits on May 26, 2026
gh-62259: Add support of multi-byte encodings in the XML parser (GH-149860)
Show description for 8ab7b43
serhiy-storchaka
authored
8ab7b43
View commit details
Copy full SHA for 8ab7b43
View code at this point
Browse repository at this point
gh-149931: Fix memory leaks on failed realloc (#149932)
aisk
authored
ec23ec6
View commit details
Copy full SHA for ec23ec6
View code at this point
Browse repository at this point
Commits on May 25, 2026
gh-149619: Harden _remote_debugging error paths (#150349)
pablogsal
authored
a5be25d
View commit details
Copy full SHA for a5be25d
View code at this point
Browse repository at this point
gh-150114: Log the memory usage in regrtest on macOS (gh-150396)
corona10
authored
c714b56
View commit details
Copy full SHA for c714b56
View code at this point
Browse repository at this point
gh-150114: Log the memory usage in regrtest on FreeBSD (#150280)
Show description for dfe7ef6
vstinner
authored
dfe7ef6
View commit details
Copy full SHA for dfe7ef6
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-149449: Fix use-after-free in `_PyUnicode_GetNameCAPI` (#150323)
Show description for 43c60ec
eendebakpt
and
kumaraditya303
authored
43c60ec
View commit details
Copy full SHA for 43c60ec
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
serhiy-storchaka
authored
287c98f
View commit details
Copy full SHA for 287c98f
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the os module (GH-150296)
serhiy-storchaka
authored
a5cb7c3
View commit details
Copy full SHA for a5cb7c3
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the pyexpat module (GH-150294)
serhiy-storchaka
authored
9da7923
View commit details
Copy full SHA for 9da7923
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the zstd module (GH-150291)
serhiy-storchaka
authored
9fceb1c
View commit details
Copy full SHA for 9fceb1c
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the sqlite3 module (GH-150290)
serhiy-storchaka
authored
0466560
View commit details
Copy full SHA for 0466560
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the _remote_debugging module (GH-150289)
serhiy-storchaka
authored
cdc499a
View commit details
Copy full SHA for cdc499a
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the decimal module (GH-150288)
serhiy-storchaka
authored
6bed57a
View commit details
Copy full SHA for 6bed57a
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the io module (GH-150287)
serhiy-storchaka
authored
160dc74
View commit details
Copy full SHA for 160dc74
View code at this point
Browse repository at this point
gh-150285: Fix too long docstrings in the curses module (GH-150286)
serhiy-storchaka
authored
4c0fe2d
View commit details
Copy full SHA for 4c0fe2d
View code at this point
Browse repository at this point
Commits on May 23, 2026
gh-145192: improve performance of `PySequence_GetSlice` (#145193)
eendebakpt
authored
dfeeee9
View commit details
Copy full SHA for dfeeee9
View code at this point
Browse repository at this point
gh-149816: add missing critical section on self in buffered_iternext (#150295)
kumaraditya303
authored
e8545ed
View commit details
Copy full SHA for e8545ed
View code at this point
Browse repository at this point
Commits on May 22, 2026
gh-150114: Log the memory usage in regrtest on Windows (#150267)
Show description for a7d5a6c
vstinner
and
cmaloney
authored
a7d5a6c
View commit details
Copy full SHA for a7d5a6c
View code at this point
Browse repository at this point
Revert "gh-146452: Improve locking granularity in pickle's batch_dict_exact and fix race condition (#150025)" (#150261)
Show description for b770b23
vstinner
authored
b770b23
View commit details
Copy full SHA for b770b23
View code at this point
Browse repository at this point
gh-149879: Fix test_capi on Cygwin (#150252)
Show description for e020836
vstinner
authored
e020836
View commit details
Copy full SHA for e020836
View code at this point
Browse repository at this point
gh-149879: Fix test_c_stack_unwind on Cygwin (#150084)
Show description for 8115360
vstinner
authored
8115360
View commit details
Copy full SHA for 8115360
View code at this point
Browse repository at this point
Commits on May 20, 2026
gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (#149649)
Show description for 661df25
pablogsal
authored
661df25
View commit details
Copy full SHA for 661df25
View code at this point
Browse repository at this point
Commits on May 19, 2026
gh-149321: Remove lazy_imports=none startup mode (#149389)
pablogsal
authored
1f3c267
View commit details
Copy full SHA for 1f3c267
View code at this point
Browse repository at this point
gh-150042: queue.SimpleQueue.put: fix minor refleak. (GH-150043)
Show description for 79088e0
larryhastings
authored
79088e0
View commit details
Copy full SHA for 79088e0
View code at this point
Browse repository at this point
gh-149816: Fix UAF in Modules/_pickle.c (GH-150024)
Show description for d095ceb
alexkats
and
gpshead
authored
d095ceb
View commit details
Copy full SHA for d095ceb
View code at this point
Browse repository at this point
gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984)
aisk
authored
3d2aa89
View commit details
Copy full SHA for 3d2aa89
View code at this point
Browse repository at this point
gh-149816: Fix SNI callback callable race (GH-150018)
kiri11
authored
8b31d08
View commit details
Copy full SHA for 8b31d08
View code at this point
Browse repository at this point
gh-149473: Emit audit event on calling os.environ.clear() (#149768)
Show description for 29415c0
vstinner
and
picnixz
authored
29415c0
View commit details
Copy full SHA for 29415c0
View code at this point
Browse repository at this point
gh-148829: Make sentinels' repr and module customizable (#149654)
Show description for 0821803
JelleZijlstra
authored
0821803
View commit details
Copy full SHA for 0821803
View code at this point
Browse repository at this point
Commits on May 18, 2026
gh-146452: Improve locking granularity in pickle's batch_dict_exact and fix race condition (#150025)
Show description for 57a0e57
scopreon
authored
57a0e57
View commit details
Copy full SHA for 57a0e57
View code at this point
Browse repository at this point
gh-149590: Remove faulthandler_traverse (#150023)
Show description for 5673748
armaan-v924
authored
5673748
View commit details
Copy full SHA for 5673748
View code at this point
Browse repository at this point
gh-149816: Fix a RC in `_random.Random.__init__` method (#149824)
sobolevn
authored
14af19e
View commit details
Copy full SHA for 14af19e
View code at this point
Browse repository at this point
gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags=0)` function (#149465)
Show description for a2932e9
maurycy
and
picnixz
authored
a2932e9
View commit details
Copy full SHA for a2932e9
View code at this point
Browse repository at this point
gh-149953: Fix null pointer dereference order in `code_objects.c` (#149956)
Show description for 0ed497a
Nezuko Agent
authored
0ed497a
View commit details
Copy full SHA for 0ed497a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.