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
scripts
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2023
GH-111213: Fix a few broken stats (GH-111216)
markshannon
authored
b0699aa
View commit details
Copy full SHA for b0699aa
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
gh-110019: Refactor summarize_stats (GH-110398)
mdboom
authored
81eba76
View commit details
Copy full SHA for 81eba76
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
gh-109329: Add stat for "trace too short" (GH-110402)
mdboom
authored
9eb2489
View commit details
Copy full SHA for 9eb2489
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
GH-109329: Add tier 2 stats (GH-109913)
mdboom
authored
e561e98
View commit details
Copy full SHA for e561e98
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Show description for 53eb9a6
vstinner
authored
53eb9a6
View commit details
Copy full SHA for 53eb9a6
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
gh-109566: regrtest reexecutes the process (#109909)
Show description for fbfec56
vstinner
authored
fbfec56
View commit details
Copy full SHA for fbfec56
View code at this point
Browse repository at this point
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Show description for 859618c
vstinner
authored
859618c
View commit details
Copy full SHA for 859618c
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
GH-109373: Store metadata required for pystats comparison in the JSON (GH-109374)
mdboom
authored
19f5eff
View commit details
Copy full SHA for 19f5eff
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
GH-109330: Dump and compare stats using opcode names, not numbers (GH-109335)
mdboom
authored
5dcbbd8
View commit details
Copy full SHA for 5dcbbd8
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
gh-109136: Fix summarize_stats.py tool (#109137)
mdboom
authored
52beebc
View commit details
Copy full SHA for 52beebc
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 4, 2023
Add some GC stats to Py_STATS (GH-107581)
markshannon
authored
2ba7c7f
View commit details
Copy full SHA for 2ba7c7f
View code at this point
Browse repository at this point
Commits on May 23, 2023
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Show description for ae00b81
vstinner
authored
ae00b81
View commit details
Copy full SHA for ae00b81
View code at this point
Browse repository at this point
Commits on May 11, 2023
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
carljm
authored
7726245
View commit details
Copy full SHA for 7726245
View code at this point
Browse repository at this point
Commits on May 10, 2023
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin-wwy
authored
373bca0
View commit details
Copy full SHA for 373bca0
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
gh-102110: Add all tools description missed (GH-102625)
Show description for 01a49d1
Missoupro
authored
01a49d1
View commit details
Copy full SHA for 01a49d1
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
brandtbucher
authored
0444ae2
View commit details
Copy full SHA for 0444ae2
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
authored
7b14c2e
View commit details
Copy full SHA for 7b14c2e
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
Don't double count misses. (GH-100984)
markshannon
authored
c00eb1e
View commit details
Copy full SHA for c00eb1e
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
GH-99770: Make the correct call specialization fail kind show up in the stats (GH-99771)
penguin-wwy
authored
a021612
View commit details
Copy full SHA for a021612
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
Assorted minor fixes for specialization stats. (GH-100219)
markshannon
authored
5693f45
View commit details
Copy full SHA for 5693f45
View code at this point
Browse repository at this point
Commits on Dec 12, 2022
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Show description for 1583c6e
mdboom
authored
1583c6e
View commit details
Copy full SHA for 1583c6e
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
GH-100026: Include the number of raw input files in summarize_stats.py (GH-100027)
mdboom
authored
9dc787e
View commit details
Copy full SHA for 9dc787e
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
Show description for bf94c65
mdboom
authored
bf94c65
View commit details
Copy full SHA for bf94c65
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Support comparing two sets of pystats (GH-98816)
Show description for 2844aa6
mdboom
authored
2844aa6
View commit details
Copy full SHA for 2844aa6
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
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 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 12, 2022
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
Show description for d09d2c7
vstinner
authored
d09d2c7
View commit details
Copy full SHA for d09d2c7
View code at this point
Browse repository at this point
gh-97669: Create Tools/patchcheck/ directory (#98186)
Show description for 0895c2a
vstinner
authored
0895c2a
View commit details
Copy full SHA for 0895c2a
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
Show description for 454a6d6
vstinner
authored
454a6d6
View commit details
Copy full SHA for 454a6d6
View code at this point
Browse repository at this point
gh-97669: Remove outdated example scripts (#97675) (#98167)
Show description for e0ae9dd
vstinner
authored
e0ae9dd
View commit details
Copy full SHA for e0ae9dd
View code at this point
Browse repository at this point
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-68686: Retire eptag ptag scripts (#98064)
Show description for 4ed00be
nanjekyejoannah
and
blurb-it[bot]
authored
4ed00be
View commit details
Copy full SHA for 4ed00be
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Show description for 002252c
vstinner
authored
002252c
View commit details
Copy full SHA for 002252c
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.