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
Type
/
to 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
Python
on
main
User selector
All users
All time
Commit history
Commits on Oct 30, 2022
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
Show description for 87b5fd9
sweeneyde
authored
87b5fd9
View commit details
Copy full SHA for 87b5fd9
View code at this point
Browse repository at this point
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Show description for 05e4886
ncoghlan
authored
05e4886
View commit details
Copy full SHA for 05e4886
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)
Show description for fbcafa6
sweeneyde
authored
fbcafa6
View commit details
Copy full SHA for fbcafa6
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
gh-96143: Improve perf profiler docs (#96445)
erlend-aasland
authored
723ebe7
View commit details
Copy full SHA for 723ebe7
View code at this point
Browse repository at this point
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
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
gh-90716: add _pylong.py module (#96673)
Show description for de69816
nascheme
authored
de69816
View commit details
Copy full SHA for de69816
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
gh-96143: Move the perf trampoline files to the Python directory (#98675)
pablogsal
authored
1f737ed
View commit details
Copy full SHA for 1f737ed
View code at this point
Browse repository at this point
gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_jump_if no longer needs a pointer to the loc. (GH-98494)
iritkatriel
authored
a1a8828
View commit details
Copy full SHA for a1a8828
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Show description for 39bc70e
sweeneyde
authored
39bc70e
View commit details
Copy full SHA for 39bc70e
View code at this point
Browse repository at this point
gh-98461: Fix source location in comprehensions bytecode (GH-98464)
iritkatriel
authored
4ec9ed8
View commit details
Copy full SHA for 4ec9ed8
View code at this point
Browse repository at this point
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-98412)
Show description for 1f369ad
chgnrdv
authored
1f369ad
View commit details
Copy full SHA for 1f369ad
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Show description for a8fe4bb
vstinner
authored
a8fe4bb
View commit details
Copy full SHA for a8fe4bb
View code at this point
Browse repository at this point
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
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
iritkatriel
authored
9be05df
View commit details
Copy full SHA for 9be05df
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
iritkatriel
authored
c051d55
View commit details
Copy full SHA for c051d55
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state (GH-98001)
iritkatriel
authored
6da1a2e
View commit details
Copy full SHA for 6da1a2e
View code at this point
Browse repository at this point
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 15, 2022
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
pablogsal
authored
bb56dea
View commit details
Copy full SHA for bb56dea
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
Fix some incorrect indentation around the main switch (#98177)
Show description for f5d7107
gvanrossum
authored
f5d7107
View commit details
Copy full SHA for f5d7107
View code at this point
Browse repository at this point
Commits on Oct 9, 2022
gh-97841: Add methoddef for _filters_mutated (gh-98115)
corona10
authored
a04656e
View commit details
Copy full SHA for a04656e
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
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
Commits on Oct 7, 2022
Add a warning message about PyOS_snprintf (#95993)
eric-wieser
authored
c7b2204
View commit details
Copy full SHA for c7b2204
View code at this point
Browse repository at this point
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803)
Show description for 13d4489
warsaw
authored
13d4489
View commit details
Copy full SHA for 13d4489
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
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
Show description for 683ab85
gpshead
authored
683ab85
View commit details
Copy full SHA for 683ab85
View code at this point
Browse repository at this point
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
brandtbucher
authored
21a2d9f
View commit details
Copy full SHA for 21a2d9f
View code at this point
Browse repository at this point
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Show description for cbf0afd
lysnikolaou
authored
cbf0afd
View commit details
Copy full SHA for cbf0afd
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec__.parent` (#97879)
Show description for c206e53
brettcannon
and
ericsnowcurrently
authored
c206e53
View commit details
Copy full SHA for c206e53
View code at this point
Browse repository at this point
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (GH-97644)
iritkatriel
authored
c529b45
View commit details
Copy full SHA for c529b45
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
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
brandtbucher
authored
0ff8fd6
View commit details
Copy full SHA for 0ff8fd6
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
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
Commits on Oct 3, 2022
GH-97752: Clear the `previous` member of newly-created generator/coroutine frames (GH-97795)
brandtbucher
authored
93fcc1f
View commit details
Copy full SHA for 93fcc1f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.