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 }}
aaronsgithub
/
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
Include
on
main
User selector
All users
All time
Commit history
Commits on Oct 30, 2022
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
sobolevn
authored
76f989d
View commit details
Copy full SHA for 76f989d
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863df
markshannon
authored
22863df
View commit details
Copy full SHA for 22863df
View code at this point
Browse repository at this point
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892f
wjakob
authored
e60892f
View commit details
Copy full SHA for e60892f
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694
ericsnowcurrently
authored
f323694
View commit details
Copy full SHA for f323694
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
gh-91058: Add error suggestions to 'import from' import errors (#98305)
pablogsal
authored
7cfbb49
View commit details
Copy full SHA for 7cfbb49
View code at this point
Browse repository at this point
Post 3.12.0a1
Yhg1s
committed
286549b
View commit details
Copy full SHA for 286549b
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
Python 3.12.0a1
Yhg1s
committed
4ae1a0e
View commit details
Copy full SHA for 4ae1a0e
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
carljm
authored
82ccbf6
View commit details
Copy full SHA for 82ccbf6
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
gh-95023: Added os.setns and os.unshare functions (#95046)
Show description for a371a7e
4 people
authored
a371a7e
View commit details
Copy full SHA for a371a7e
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
ericsnowcurrently
authored
9c8dde0
View commit details
Copy full SHA for 9c8dde0
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302
vstinner
authored
1863302
View commit details
Copy full SHA for 1863302
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
gh-95756: Lazily created cached co_* attrs (GH-97791)
Fidget-Spinner
authored
b399115
View commit details
Copy full SHA for b399115
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
noamcohen97
authored
5405537
View commit details
Copy full SHA for 5405537
View code at this point
Browse repository at this point
gh-97922: Run the GC only on eval breaker (#97920)
pablogsal
authored
83eb827
View commit details
Copy full SHA for 83eb827
View code at this point
Browse repository at this point
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
carljm
authored
e82d977
View commit details
Copy full SHA for e82d977
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
sobolevn
authored
24a6645
View commit details
Copy full SHA for 24a6645
View code at this point
Browse repository at this point
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)
Show description for 24a4b34
zikcheng
authored
24a4b34
View commit details
Copy full SHA for 24a4b34
View code at this point
Browse repository at this point
gh-64373: Convert `_functools` to Argument Clinic (#96640)
sobolevn
authored
83cbe84
View commit details
Copy full SHA for 83cbe84
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 5, 2022
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-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
authored
aab01e3
View commit details
Copy full SHA for aab01e3
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
serhiy-storchaka
authored
db39050
View commit details
Copy full SHA for db39050
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id` (GH-96949)
Show description for a3e2f05
Виталий Дмитриев
authored
a3e2f05
View commit details
Copy full SHA for a3e2f05
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
GH-90997: Improve inline cache performance for MSVC (GH-96781)
brandtbucher
authored
a83fdf2
View commit details
Copy full SHA for a83fdf2
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
gh-90110: Fix the c-analyzer Tool (gh-96731)
Show description for 1756ffd
ericsnowcurrently
authored
1756ffd
View commit details
Copy full SHA for 1756ffd
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
kumaraditya303
authored
4e4bfff
View commit details
Copy full SHA for 4e4bfff
View code at this point
Browse repository at this point
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
zooba
authored
de33df2
View commit details
Copy full SHA for de33df2
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
markshannon
authored
222f10c
View commit details
Copy full SHA for 222f10c
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Show description for b126196
mdickinson
and
gpshead
authored
b126196
View commit details
Copy full SHA for b126196
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
GH-96458: Statically initialize utf8 representation of static strings (#96481)
kumaraditya303
authored
6dab8c9
View commit details
Copy full SHA for 6dab8c9
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Show description for 511ca94
gpshead
authored
511ca94
View commit details
Copy full SHA for 511ca94
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
iritkatriel
authored
4c72517
View commit details
Copy full SHA for 4c72517
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
Previous
Next
You can’t perform that action at this time.