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 }}
F-park
/
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
Programs
on
docs_datetime_patch
User selector
All users
All time
Commit history
Commits on Nov 3, 2023
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
View commit details
Copy full SHA for d49aba5
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
View commit details
Copy full SHA for 52cc4af
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Show description for 0362cbf
3 people
authored
0362cbf
View commit details
Copy full SHA for 0362cbf
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
gh-85283: Add PySys_AuditTuple() function (#108965)
Show description for bb057b3
vstinner
authored
bb057b3
View commit details
Copy full SHA for bb057b3
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
iritkatriel
authored
8b55adf
View commit details
Copy full SHA for 8b55adf
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
markshannon
authored
15d4c9f
View commit details
Copy full SHA for 15d4c9f
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
markshannon
authored
0858328
View commit details
Copy full SHA for 0858328
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8
vstinner
and
mdboom
authored
a0773b8
View commit details
Copy full SHA for a0773b8
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
gh-108765: Python.h no longer includes <unistd.h> (#108783)
vstinner
authored
594b000
View commit details
Copy full SHA for 594b000
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Show description for e35c722
vstinner
authored
e35c722
View commit details
Copy full SHA for e35c722
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
View commit details
Copy full SHA for a9caf9c
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-77273: Better bytecodes for f-strings (GH-6132)
markshannon
authored
1d857da
View commit details
Copy full SHA for 1d857da
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
gh-105145: Remove old functions to config Python init (#105154)
Show description for 424049c
vstinner
authored
424049c
View commit details
Copy full SHA for 424049c
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
View commit details
Copy full SHA for ea2c001
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
gh-102856: Initial implementation of PEP 701 (#102855)
Show description for 1ef61cf
5 people
authored
1ef61cf
View commit details
Copy full SHA for 1ef61cf
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
gh-103326: Remove `Python/importlib.h` (GH-103331)
Show description for 7f3c106
3 people
authored
7f3c106
View commit details
Copy full SHA for 7f3c106
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
GH-88691: Shrink the CALL caches (GH-103230)
brandtbucher
authored
b4978ff
View commit details
Copy full SHA for b4978ff
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
brandtbucher
authored
121057a
View commit details
Copy full SHA for 121057a
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Show description for 85ba8a3
chgnrdv
authored
85ba8a3
View commit details
Copy full SHA for 85ba8a3
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin-wwy
authored
753fc8a
View commit details
Copy full SHA for 753fc8a
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
GH-99554: Pack location tables more effectively (GH-99556)
brandtbucher
authored
3c033a2
View commit details
Copy full SHA for 3c033a2
View code at this point
Browse repository at this point
Commits on Dec 10, 2022
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Show description for 228c92e
kkpattern
and
kumaraditya303
authored
228c92e
View commit details
Copy full SHA for 228c92e
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2
markshannon
authored
fb713b2
View commit details
Copy full SHA for fb713b2
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
Show description for 4e5f2db
SQLPATCH
authored
4e5f2db
View commit details
Copy full SHA for 4e5f2db
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
kumaraditya303
authored
6e3cc72
View commit details
Copy full SHA for 6e3cc72
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
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 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
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 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 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 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
brandtbucher
authored
8fd2c3b
View commit details
Copy full SHA for 8fd2c3b
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
gh-96678: Avoid undefined behaviour in test (#96672)
matthiasgoergens
authored
6ba686d
View commit details
Copy full SHA for 6ba686d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.