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
.
https-github-com-nzysoft
/
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
Tools
build
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2023
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Show description for 74e425e
vstinner
authored
74e425e
View commit details
Copy full SHA for 74e425e
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 6, 2023
gh-108740: Fix "make regen-all" race condition (#108741)
Show description for db1ee6a
vstinner
and
erlend-aasland
authored
db1ee6a
View commit details
Copy full SHA for db1ee6a
View code at this point
Browse repository at this point
gh-109002: Ensure only one wheel for each vendored package (#109003)
Show description for f8a0479
ambv
authored
f8a0479
View commit details
Copy full SHA for f8a0479
View code at this point
Browse repository at this point
Fix a typo in umarshal.py (#108803)
Show description for 44892b1
ganghe74
and
kumaraditya303
authored
44892b1
View commit details
Copy full SHA for 44892b1
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Show description for 1dd9510
vstinner
authored
1dd9510
View commit details
Copy full SHA for 1dd9510
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-107211: No longer export internal functions (7) (#108425)
Show description for f1ae706
vstinner
authored
f1ae706
View commit details
Copy full SHA for f1ae706
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
iritkatriel
authored
72119d1
View commit details
Copy full SHA for 72119d1
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-105481: opcode.h is no longer generated during the build (#108080)
iritkatriel
authored
0b243c2
View commit details
Copy full SHA for 0b243c2
View code at this point
Browse repository at this point
gh-105481: fix out of date comment (#108079)
iritkatriel
authored
2da67a5
View commit details
Copy full SHA for 2da67a5
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
Commits on Aug 14, 2023
Attempt to speed up deepfreeze.py (#107887)
Show description for a2a4b9f
gvanrossum
authored
a2a4b9f
View commit details
Copy full SHA for a2a4b9f
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)
iritkatriel
authored
caa41a4
View commit details
Copy full SHA for caa41a4
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Fix the long64 reader in umarshal.py (GH-107828)
martindemello
authored
50bbc56
View commit details
Copy full SHA for 50bbc56
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
iritkatriel
authored
dd693d6
View commit details
Copy full SHA for dd693d6
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculating the specialized opcodes in two places (#107540)
iritkatriel
authored
2bd04d4
View commit details
Copy full SHA for 2bd04d4
View code at this point
Browse repository at this point
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
iritkatriel
authored
6ef8f8c
View commit details
Copy full SHA for 6ef8f8c
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Show description for b72947a
ericsnowcurrently
authored
b72947a
View commit details
Copy full SHA for b72947a
View code at this point
Browse repository at this point
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
iritkatriel
authored
d77d973
View commit details
Copy full SHA for d77d973
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
iritkatriel
authored
9c81fc2
View commit details
Copy full SHA for 9c81fc2
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
authored
40f3f11
View commit details
Copy full SHA for 40f3f11
View code at this point
Browse repository at this point
Commits on Jul 4, 2023
GH-106360: Support very basic superblock introspection (#106422)
Show description for 318ea2c
markshannon
authored
318ea2c
View commit details
Copy full SHA for 318ea2c
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
gh-106316: Remove pytime.h header file (#106317)
Show description for 46d7761
vstinner
authored
46d7761
View commit details
Copy full SHA for 46d7761
View code at this point
Browse repository at this point
Commits on Jun 20, 2023
make regen-stdlib-module-names rejects test modules (#105921)
Show description for 155577d
vstinner
authored
155577d
View commit details
Copy full SHA for 155577d
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
iritkatriel
authored
33f0a85
View commit details
Copy full SHA for 33f0a85
View code at this point
Browse repository at this point
Commits on Jun 17, 2023
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)
iritkatriel
authored
14d0126
View commit details
Copy full SHA for 14d0126
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
gh-105407: Remove unused imports in tools (#105409)
vstinner
authored
b8c79b2
View commit details
Copy full SHA for b8c79b2
View code at this point
Browse repository at this point
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Show description for bae415a
vstinner
authored
bae415a
View commit details
Copy full SHA for bae415a
View code at this point
Browse repository at this point
Commits on May 30, 2023
gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092)
encukou
authored
0656d23
View commit details
Copy full SHA for 0656d23
View code at this point
Browse repository at this point
Commits on May 25, 2023
gh-104773: Remove the msilib package (GH-104911)
zware
authored
98c4333
View commit details
Copy full SHA for 98c4333
View code at this point
Browse repository at this point
Commits on May 4, 2023
gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)
carljm
authored
f5c3838
View commit details
Copy full SHA for f5c3838
View code at this point
Browse repository at this point
gh-102500: Implement PEP 688 (#102521)
Show description for 04f6733
JelleZijlstra
and
kumaraditya303
authored
04f6733
View commit details
Copy full SHA for 04f6733
View code at this point
Browse repository at this point
Commits on May 3, 2023
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
jkchandalia
authored
872cbc6
View commit details
Copy full SHA for 872cbc6
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
gh-98040: Remove just the `imp` module (#98573)
warsaw
authored
e1f1464
View commit details
Copy full SHA for e1f1464
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.