Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Tools - scoder/cpython · GitHub
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
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 }}
scoder
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
4
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
on
master
User selector
All users
Datepicker
All time
Commit history
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 May 9, 2023
gh-90953: Don't use deprecated AST nodes in clinic.py (#104322)
AlexWaygood
authored
fe694a6
View commit details
Copy full SHA for fe694a6
View code at this point
Browse repository at this point
Commits on May 8, 2023
Trim trailing whitespace and test on CI (#104275)
Show description for d513dde
hugovk
and
AlexWaygood
authored
d513dde
View commit details
Copy full SHA for d513dde
View code at this point
Browse repository at this point
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Show description for 15665d8
msprotz
and
gpshead
authored
15665d8
View commit details
Copy full SHA for 15665d8
View code at this point
Browse repository at this point
Commits on May 7, 2023
gh-64660: Don't hardcode Argument Clinic return converter result variable name (#104200)
erlend-aasland
authored
ac02062
View commit details
Copy full SHA for ac02062
View code at this point
Browse repository at this point
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
erlend-aasland
authored
7a7eaff
View commit details
Copy full SHA for 7a7eaff
View code at this point
Browse repository at this point
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
erlend-aasland
authored
cab1298
View commit details
Copy full SHA for cab1298
View code at this point
Browse repository at this point
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
erlend-aasland
authored
3952379
View commit details
Copy full SHA for 3952379
View code at this point
Browse repository at this point
Commits on May 5, 2023
gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214)
erlend-aasland
authored
66558d2
View commit details
Copy full SHA for 66558d2
View code at this point
Browse repository at this point
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
gaogaotiantian
authored
b979741
View commit details
Copy full SHA for b979741
View code at this point
Browse repository at this point
gh-64595: Argument Clinic: Touch source file if any output file changed (#104152)
erlend-aasland
authored
45a9e38
View commit details
Copy full SHA for 45a9e38
View code at this point
Browse repository at this point
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clinic (#104065)
Show description for 5245cb6
erlend-aasland
authored
5245cb6
View commit details
Copy full SHA for 5245cb6
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
gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)
Show description for 9885677
erlend-aasland
authored
9885677
View commit details
Copy full SHA for 9885677
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
Commits on Apr 27, 2023
gh-103583: Isolate CJK codec modules (#103869)
erlend-aasland
authored
8a0c7f1
View commit details
Copy full SHA for 8a0c7f1
View code at this point
Browse repository at this point
gh-103092: Isolate _ctypes, part 1 (#103893)
Show description for e9c7772
erlend-aasland
authored
e9c7772
View commit details
Copy full SHA for e9c7772
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)
oraluben
authored
214e568
View commit details
Copy full SHA for 214e568
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Show description for df3173d
ericsnowcurrently
authored
df3173d
View commit details
Copy full SHA for df3173d
View code at this point
Browse repository at this point
gh-103801: Tools/wasm linting and formatting (#103796)
Show description for 01be52e
dversoza
and
blurb-it[bot]
authored
01be52e
View commit details
Copy full SHA for 01be52e
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 18, 2023
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Show description for ece20db
4 people
authored
ece20db
View commit details
Copy full SHA for ece20db
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
erlend-aasland
authored
217911e
View commit details
Copy full SHA for 217911e
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
gh-103092: Isolate `_collections` (#103093)
Show description for 52f96d3
erlend-aasland
and
kumaraditya303
authored
52f96d3
View commit details
Copy full SHA for 52f96d3
View code at this point
Browse repository at this point
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169
markshannon
authored
411b169
View commit details
Copy full SHA for 411b169
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
Remove redundant words from interpreter_definition.md. (GH-103455)
benjaminp
authored
9666387
View commit details
Copy full SHA for 9666387
View code at this point
Browse repository at this point
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
iritkatriel
authored
21bea68
View commit details
Copy full SHA for 21bea68
View code at this point
Browse repository at this point
Commits on Apr 10, 2023
gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH-103335)
Show description for 40db5c6
sobolevn
authored
40db5c6
View commit details
Copy full SHA for 40db5c6
View code at this point
Browse repository at this point
Commits on Apr 9, 2023
gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)
arhadthedev
authored
86d2044
View commit details
Copy full SHA for 86d2044
View code at this point
Browse repository at this point
gh-103092: Isolate `socket` module (#103094)
erlend-aasland
authored
f329a8b
View commit details
Copy full SHA for f329a8b
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#100197)
Show description for b22d021
hugovk
and
AlexWaygood
authored
b22d021
View commit details
Copy full SHA for b22d021
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.