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
Tools
scripts
on
doc-link-https
User selector
All users
All time
Commit history
Commits on Oct 4, 2022
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
Show description for bbc7cd6
ambv
and
cfbolz
authored
bbc7cd6
View commit details
Copy full SHA for bbc7cd6
View code at this point
Browse repository at this point
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Show description for 116fa62
vstinner
authored
116fa62
View commit details
Copy full SHA for 116fa62
View code at this point
Browse repository at this point
gh-97669: Remove outdated example scripts (#97675)
Show description for 6cbbc26
vstinner
authored
6cbbc26
View commit details
Copy full SHA for 6cbbc26
View code at this point
Browse repository at this point
Commits on Sep 28, 2022
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Show description for 83a0f44
vstinner
and
calebshortt
authored
83a0f44
View commit details
Copy full SHA for 83a0f44
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
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 Jul 25, 2022
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
kumaraditya303
authored
73ee5a6
View commit details
Copy full SHA for 73ee5a6
View code at this point
Browse repository at this point
Commits on Jul 22, 2022
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
brandtbucher
authored
e402b26
View commit details
Copy full SHA for e402b26
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
gh-93939: Build C extensions without setup.py (GH-94474)
Show description for 81dca70
tiran
authored
81dca70
View commit details
Copy full SHA for 81dca70
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
tiran
authored
0c66074
View commit details
Copy full SHA for 0c66074
View code at this point
Browse repository at this point
Commits on Jul 8, 2022
GH-90699: Intern statically allocated strings (GH-93597)
Show description for 9dff9f4
kumaraditya303
authored
9dff9f4
View commit details
Copy full SHA for 9dff9f4
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
kumaraditya303
authored
7169766
View commit details
Copy full SHA for 7169766
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
gh-93939: Add script to check extension modules (#94545)
Show description for 7bd67d1
3 people
authored
7bd67d1
View commit details
Copy full SHA for 7bd67d1
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
iritkatriel
authored
c57aad7
View commit details
Copy full SHA for c57aad7
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
gh-93939: Create and install scripts in Makefile (GH-94324)
Show description for 44fa03d
tiran
authored
44fa03d
View commit details
Copy full SHA for 44fa03d
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
markshannon
authored
c0453a4
View commit details
Copy full SHA for c0453a4
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Show description for 50a5ab2
Fidget-Spinner
authored
50a5ab2
View commit details
Copy full SHA for 50a5ab2
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
gh-93771: Clarify how deepfreeze.py is run (#94150)
gvanrossum
authored
4e796f5
View commit details
Copy full SHA for 4e796f5
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
gh-84623: Remove unused imports (#94132)
vstinner
authored
47e3562
View commit details
Copy full SHA for 47e3562
View code at this point
Browse repository at this point
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
Show description for d36954b
3 people
authored
d36954b
View commit details
Copy full SHA for d36954b
View code at this point
Browse repository at this point
Stats: Add summary of top instructions for misses and deferred specialization. (GH-94072)
markshannon
authored
f805d37
View commit details
Copy full SHA for f805d37
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
gh-82927: Update files related to HTML entities. (GH-92504)
ezio-melotti
authored
f28ec34
View commit details
Copy full SHA for f28ec34
View code at this point
Browse repository at this point
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Show description for 616fa34
vstinner
authored
616fa34
View commit details
Copy full SHA for 616fa34
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
GH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601
markshannon
authored
ab0e601
View commit details
Copy full SHA for ab0e601
View code at this point
Browse repository at this point
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
markshannon
authored
45e62a2
View commit details
Copy full SHA for 45e62a2
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Include freelists in allocation total. (GH-93799)
markshannon
authored
cdf7097
View commit details
Copy full SHA for cdf7097
View code at this point
Browse repository at this point
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
markshannon
authored
3cd1a5d
View commit details
Copy full SHA for 3cd1a5d
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
tiran
authored
c200757
View commit details
Copy full SHA for c200757
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Show description for dc5e02b
tiran
and
brettcannon
authored
dc5e02b
View commit details
Copy full SHA for dc5e02b
View code at this point
Browse repository at this point
Commits on May 27, 2022
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
markshannon
authored
bbcf424
View commit details
Copy full SHA for bbcf424
View code at this point
Browse repository at this point
Commits on May 18, 2022
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
markshannon
authored
a4460f2
View commit details
Copy full SHA for a4460f2
View code at this point
Browse repository at this point
Commits on May 17, 2022
Summarize stats: Increase number of predecessor/successor pairs shown from 3 to 5. (GH-92853)
markshannon
authored
93fc149
View commit details
Copy full SHA for 93fc149
View code at this point
Browse repository at this point
Commits on May 16, 2022
Improve object stats (#92845)
Show description for fa2b8b7
markshannon
authored
fa2b8b7
View commit details
Copy full SHA for fa2b8b7
View code at this point
Browse repository at this point
Commits on May 12, 2022
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on May 11, 2022
gh-92651: Remove the Include/token.h header file (#92652)
Show description for da5727a
vstinner
authored
da5727a
View commit details
Copy full SHA for da5727a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.