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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Misc
on
libpython-variable
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 6, 2024
Rename build variable `MODULE_LDFLAGS` back to `LIBPYTHON`
mhsmith
committed
036e340
View commit details
Copy full SHA for 036e340
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456)
Show description for bd3d31f
cfbolz
authored
bd3d31f
View commit details
Copy full SHA for bd3d31f
View code at this point
Browse repository at this point
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Show description for a9344cd
cmaloney
authored
a9344cd
View commit details
Copy full SHA for a9344cd
View code at this point
Browse repository at this point
gh-116622: Fix testPyObjectPrintOSError on Android (#122487)
Show description for 82db572
mhsmith
authored
82db572
View commit details
Copy full SHA for 82db572
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
GH-122482: Make About IDLE direct discussion to DPO (#122483)
Show description for 29c04df
terryjreedy
authored
29c04df
View commit details
Copy full SHA for 29c04df
View code at this point
Browse repository at this point
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Show description for 0976339
3 people
authored
0976339
View commit details
Copy full SHA for 0976339
View code at this point
Browse repository at this point
gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)
Show description for 5912487
encukou
and
ncoghlan
authored
5912487
View commit details
Copy full SHA for 5912487
View code at this point
Browse repository at this point
gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)
pygeek
authored
d27a53f
View commit details
Copy full SHA for d27a53f
View code at this point
Browse repository at this point
gh-122400: Handle ValueError in filecmp (GH-122401)
picnixz
authored
3a9b2aa
View commit details
Copy full SHA for 3a9b2aa
View code at this point
Browse repository at this point
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281)
Show description for 3833d27
encukou
authored
3833d27
View commit details
Copy full SHA for 3833d27
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134)
Show description for 78df104
sethmlarson
and
gpshead
authored
78df104
View commit details
Copy full SHA for 78df104
View code at this point
Browse repository at this point
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
brandtbucher
authored
15d4cd0
View commit details
Copy full SHA for 15d4cd0
View code at this point
Browse repository at this point
gh-122311: Fix some error messages in pickle (GH-122386)
serhiy-storchaka
authored
3b034d2
View commit details
Copy full SHA for 3b034d2
View code at this point
Browse repository at this point
gh-122234: fix accuracy issues for sum() (#122236)
Show description for 169e713
skirpichev
authored
169e713
View commit details
Copy full SHA for 169e713
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
gh-119180: Add evaluate functions for type params and type aliases (#122212)
JelleZijlstra
authored
ae19226
View commit details
Copy full SHA for ae19226
View code at this point
Browse repository at this point
gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)
JelleZijlstra
authored
45614ec
View commit details
Copy full SHA for 45614ec
View code at this point
Browse repository at this point
gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)
picnixz
authored
7a6d4cc
View commit details
Copy full SHA for 7a6d4cc
View code at this point
Browse repository at this point
gh-112301: Compiler warning management tooling (#121730)
Show description for 8ac5565
3 people
authored
8ac5565
View commit details
Copy full SHA for 8ac5565
View code at this point
Browse repository at this point
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
ZeroIntensity
authored
c086962
View commit details
Copy full SHA for c086962
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
gh-122245: Add test case of generic type with __debug__ (#122322)
iritkatriel
authored
d791b98
View commit details
Copy full SHA for d791b98
View code at this point
Browse repository at this point
gh-122300: Preserve AST nodes for format specifiers with single elements (#122308)
pablogsal
authored
db2d8b6
View commit details
Copy full SHA for db2d8b6
View code at this point
Browse repository at this point
gh-121999: Change default tarfile filter to 'data' (GH-122002)
Show description for dcafb36
5 people
authored
dcafb36
View commit details
Copy full SHA for dcafb36
View code at this point
Browse repository at this point
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
iritkatriel
authored
bc94cf7
View commit details
Copy full SHA for bc94cf7
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
gh-121489: Export private _PyBytes_Join() again (#122267)
cdce8p
authored
aef95eb
View commit details
Copy full SHA for aef95eb
View code at this point
Browse repository at this point
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
markshannon
authored
2e14a52
View commit details
Copy full SHA for 2e14a52
View code at this point
Browse repository at this point
gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)
Show description for dc07f65
serhiy-storchaka
authored
dc07f65
View commit details
Copy full SHA for dc07f65
View code at this point
Browse repository at this point
gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)
MKuranowski
authored
a3327db
View commit details
Copy full SHA for a3327db
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)
Show description for 5592399
DinoV
authored
5592399
View commit details
Copy full SHA for 5592399
View code at this point
Browse repository at this point
Fix typo in news document (GH-122209)
xyb
authored
f067efa
View commit details
Copy full SHA for f067efa
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
gh-122029: Log call events in sys.setprofile when it's a method with c function (GH-122072)
Show description for e91ef13
gaogaotiantian
authored
e91ef13
View commit details
Copy full SHA for e91ef13
View code at this point
Browse repository at this point
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Show description for 7b7b90d
JelleZijlstra
and
AlexWaygood
authored
7b7b90d
View commit details
Copy full SHA for 7b7b90d
View code at this point
Browse repository at this point
gh-122129: Improve support of method descriptors and wrappers in the help title (GH-122157)
serhiy-storchaka
authored
4606eff
View commit details
Copy full SHA for 4606eff
View code at this point
Browse repository at this point
gh-122163: Add notes for JSON serialization errors (GH-122165)
Show description for e6b25e9
serhiy-storchaka
authored
e6b25e9
View commit details
Copy full SHA for e6b25e9
View code at this point
Browse repository at this point
gh-122088: Copy the coroutine status of the underlying callable in `@warnings.deprecated` (#122086)
Show description for 375c9f6
srittau
and
picnixz
authored
375c9f6
View commit details
Copy full SHA for 375c9f6
View code at this point
Browse repository at this point
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054)
Show description for a9bb3c7
corona10
authored
a9bb3c7
View commit details
Copy full SHA for a9bb3c7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.