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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
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
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 7, 2024
gh-111178: Fix function signatures in fileio.c (#125043)
Show description for d8f7074
vstinner
authored
d8f7074
View commit details
Copy full SHA for d8f7074
View code at this point
Browse repository at this point
gh-121249: Support _Complex types in the struct module (#121613)
Show description for 7487db4
4 people
authored
7487db4
View commit details
Copy full SHA for 7487db4
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
gh-111178: Fix function signatures in _threadmodule.c (#124964)
vstinner
authored
ddccd54
View commit details
Copy full SHA for ddccd54
View code at this point
Browse repository at this point
gh-123961: Convert `curses.window` static type into a heap type (#124934)
picnixz
authored
f66d785
View commit details
Copy full SHA for f66d785
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
gh-123961: Clean up curses C API/capsule (#124907)
picnixz
authored
e6dd71d
View commit details
Copy full SHA for e6dd71d
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Show description for 8cc5aa4
jbms
and
gpshead
authored
8cc5aa4
View commit details
Copy full SHA for 8cc5aa4
View code at this point
Browse repository at this point
gh-120378: Fix crash caused by integer overflow in `curses` (#124555)
Show description for c2ba931
ZeroIntensity
and
picnixz
authored
c2ba931
View commit details
Copy full SHA for c2ba931
View code at this point
Browse repository at this point
gh-111178: Fix locale_free() signature (#124896)
vstinner
authored
1d4e3e0
View commit details
Copy full SHA for 1d4e3e0
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
colesbury
authored
5aa91c5
View commit details
Copy full SHA for 5aa91c5
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
gh-116810: fix memory leak in ssl module (GH-123249)
Show description for 7e7223e
5 people
authored
7e7223e
View commit details
Copy full SHA for 7e7223e
View code at this point
Browse repository at this point
Commits on Sep 29, 2024
gh-111495: Add tests for `PyCodec_*` C API (#123343)
picnixz
authored
6d0d26e
View commit details
Copy full SHA for 6d0d26e
View code at this point
Browse repository at this point
gh-123961: Add a global state to _curses (#124729)
picnixz
authored
4d8e7c4
View commit details
Copy full SHA for 4d8e7c4
View code at this point
Browse repository at this point
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
picnixz
authored
12417a9
View commit details
Copy full SHA for 12417a9
View code at this point
Browse repository at this point
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Show description for d08c788
serhiy-storchaka
authored
d08c788
View commit details
Copy full SHA for d08c788
View code at this point
Browse repository at this point
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#124677)
picnixz
authored
c00964e
View commit details
Copy full SHA for c00964e
View code at this point
Browse repository at this point
Commits on Sep 28, 2024
gh-124688: _decimal: Get module state from ctx for performance (#124691)
Show description for dc12237
neonene
authored
dc12237
View commit details
Copy full SHA for dc12237
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (#124467)
Show description for 0a3577b
mhsmith
authored
0a3577b
View commit details
Copy full SHA for 0a3577b
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
gh-124153: Remove `_PyType_GetModuleByDef2` private function (GH-124261)
Show description for d7248cd
neonene
authored
d7248cd
View commit details
Copy full SHA for d7248cd
View code at this point
Browse repository at this point
gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_datetimemodule.c` (#124607)
Show description for 9c98fda
Eclips4
authored
9c98fda
View commit details
Copy full SHA for 9c98fda
View code at this point
Browse repository at this point
gh-119127: Fix _functools.Placeholder singleton (#124601)
Show description for 257a20a
vstinner
authored
257a20a
View commit details
Copy full SHA for 257a20a
View code at this point
Browse repository at this point
gh-119127: functools.partial placeholders (gh-119827)
dg-pb
authored
d929652
View commit details
Copy full SHA for d929652
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120752)
Show description for 9968caa
4 people
authored
9968caa
View commit details
Copy full SHA for 9968caa
View code at this point
Browse repository at this point
gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. (#105856)
Show description for b0c6cf5
TizzySaurus
authored
b0c6cf5
View commit details
Copy full SHA for b0c6cf5
View code at this point
Browse repository at this point
gh-123884 Tee of tee was not producing n independent iterators (gh-124490)
rhettinger
authored
909c6f7
View commit details
Copy full SHA for 909c6f7
View code at this point
Browse repository at this point
gh-123014: Disable pidfd API on older Android versions (#124458)
mhsmith
authored
c58c572
View commit details
Copy full SHA for c58c572
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Show description for f4997bb
colesbury
authored
f4997bb
View commit details
Copy full SHA for f4997bb
View code at this point
Browse repository at this point
gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)
serhiy-storchaka
authored
e670a11
View commit details
Copy full SHA for e670a11
View code at this point
Browse repository at this point
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Show description for d87482b
fried
and
erlend-aasland
authored
d87482b
View commit details
Copy full SHA for d87482b
View code at this point
Browse repository at this point
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Show description for be76e3f
encukou
and
ZeroIntensity
authored
be76e3f
View commit details
Copy full SHA for be76e3f
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
gh-124248: Fix crash in struct when processing 0p fields (#124251)
brianschubert
authored
63f1960
View commit details
Copy full SHA for 63f1960
View code at this point
Browse repository at this point
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Show description for aee219f
3 people
authored
aee219f
View commit details
Copy full SHA for aee219f
View code at this point
Browse repository at this point
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
authored
3e36e5a
View commit details
Copy full SHA for 3e36e5a
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-120754: Fix memory leak in FileIO.__init__() (#124225)
Show description for 43cd7aa
vstinner
authored
43cd7aa
View commit details
Copy full SHA for 43cd7aa
View code at this point
Browse repository at this point
gh-120754: Refactor I/O modules to stash whole stat result rather than individual members (#123412)
Show description for 8b6c7c7
cmaloney
authored
8b6c7c7
View commit details
Copy full SHA for 8b6c7c7
View code at this point
Browse repository at this point
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` (GH-124097)
sobolevn
authored
3b6bfa7
View commit details
Copy full SHA for 3b6bfa7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.