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 }}
180909
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
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
doc-link-https
User selector
All users
All time
Commit history
Commits on Oct 7, 2022
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Show description for 09de8d7
gvanrossum
authored
09de8d7
View commit details
Copy full SHA for 09de8d7
View code at this point
Browse repository at this point
GH-91052: Add C API for watching dictionaries (GH-31787)
carljm
authored
a4b7794
View commit details
Copy full SHA for a4b7794
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
corona10
authored
b9d2e81
View commit details
Copy full SHA for b9d2e81
View code at this point
Browse repository at this point
gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#94591)
Show description for 1c4728c
eriknw
authored
1c4728c
View commit details
Copy full SHA for 1c4728c
View code at this point
Browse repository at this point
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)
Show description for 6d0a019
ned-deily
authored
6d0a019
View commit details
Copy full SHA for 6d0a019
View code at this point
Browse repository at this point
gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)
sobolevn
authored
e63d7da
View commit details
Copy full SHA for e63d7da
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759)
serhiy-storchaka
authored
f8cbd79
View commit details
Copy full SHA for f8cbd79
View code at this point
Browse repository at this point
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
Show description for 8079bef
gvanrossum
and
kumaraditya303
authored
8079bef
View commit details
Copy full SHA for 8079bef
View code at this point
Browse repository at this point
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
View commit details
Copy full SHA for 7644935
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-94808: Add test coverage for PyObject_HasAttrString (#96627)
Show description for 9302e33
MonadChains
authored
9302e33
View commit details
Copy full SHA for 9302e33
View code at this point
Browse repository at this point
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729)
Show description for 0ee9619
serhiy-storchaka
authored
0ee9619
View commit details
Copy full SHA for 0ee9619
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Show description for 63780f4
gvanrossum
authored
63780f4
View commit details
Copy full SHA for 63780f4
View code at this point
Browse repository at this point
gh-94526: getpath_dirname() no longer encodes the path (#97645)
Show description for 9f2f1dd
vstinner
authored
9f2f1dd
View commit details
Copy full SHA for 9f2f1dd
View code at this point
Browse repository at this point
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
ofey404
authored
83a3de4
View commit details
Copy full SHA for 83a3de4
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (GH-26204)
michaelDCurran
authored
d79dd92
View commit details
Copy full SHA for d79dd92
View code at this point
Browse repository at this point
Fix typo in docstring and remove duplicate signal.h include in faulthandler.c (#96720)
Show description for 85752de
chgnrdv
authored
85752de
View commit details
Copy full SHA for 85752de
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Show description for c8c0afc
kumaraditya303
authored
c8c0afc
View commit details
Copy full SHA for c8c0afc
View code at this point
Browse repository at this point
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Show description for f5f047a
mdickinson
authored
f5f047a
View commit details
Copy full SHA for f5f047a
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Show description for 10e3d39
corona10
and
gpshead
authored
10e3d39
View commit details
Copy full SHA for 10e3d39
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Show description for cbdeda8
matthiasgoergens
and
CAM-Gerlach
authored
cbdeda8
View commit details
Copy full SHA for cbdeda8
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
3 people
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
benjaminp
authored
fd1e477
View commit details
Copy full SHA for fd1e477
View code at this point
Browse repository at this point
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776)
markshannon
authored
12c5f32
View commit details
Copy full SHA for 12c5f32
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
gvanrossum
authored
df50938
View commit details
Copy full SHA for df50938
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Show description for c580a81
vstinner
authored
c580a81
View commit details
Copy full SHA for c580a81
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
sobolevn
authored
2fd7246
View commit details
Copy full SHA for 2fd7246
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
sweeneyde
authored
56d9cf7
View commit details
Copy full SHA for 56d9cf7
View code at this point
Browse repository at this point
GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
markshannon
authored
95e271b
View commit details
Copy full SHA for 95e271b
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
sweeneyde
authored
9e35d05
View commit details
Copy full SHA for 9e35d05
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9
pablogsal
authored
6d791a9
View commit details
Copy full SHA for 6d791a9
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
gh-69142: add %:z strftime format code (gh-95983)
Show description for 023c51d
ThomasWaldmann
and
kumaraditya303
authored
023c51d
View commit details
Copy full SHA for 023c51d
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
ansabgillani
authored
0ace820
View commit details
Copy full SHA for 0ace820
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
cfbolz
authored
9c197bc
View commit details
Copy full SHA for 9c197bc
View code at this point
Browse repository at this point
gh-96269: Fix build dependency on AIX (GH-96304)
tiran
authored
8c1dbad
View commit details
Copy full SHA for 8c1dbad
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
markshannon
authored
c09fa75
View commit details
Copy full SHA for c09fa75
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.