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 - csabella/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 }}
csabella
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
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
editortab
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 12, 2020
bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822)
pablogsal
authored
756180b
View commit details
Copy full SHA for 756180b
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Show description for 436b648
pablogsal
authored
436b648
View commit details
Copy full SHA for 436b648
View code at this point
Browse repository at this point
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83ad
pablogsal
authored
1ed83ad
View commit details
Copy full SHA for 1ed83ad
View code at this point
Browse repository at this point
bpo-40939: Generate keyword.py using the new parser (GH-20800)
lysnikolaou
authored
9727694
View commit details
Copy full SHA for 9727694
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
lysnikolaou
authored
ba6fd87
View commit details
Copy full SHA for ba6fd87
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Show description for a871f69
tiran
and
markwright
authored
a871f69
View commit details
Copy full SHA for a871f69
View code at this point
Browse repository at this point
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229
serhiy-storchaka
authored
5f4b229
View commit details
Copy full SHA for 5f4b229
View code at this point
Browse repository at this point
Commits on May 26, 2020
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Show description for 404b23b
pablogsal
authored
404b23b
View commit details
Copy full SHA for 404b23b
View code at this point
Browse repository at this point
Add soft keywords (GH-20370)
Show description for b45af1a
gvanrossum
authored
b45af1a
View commit details
Copy full SHA for b45af1a
View code at this point
Browse repository at this point
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Show description for 578c395
serhiy-storchaka
authored
578c395
View commit details
Copy full SHA for 578c395
View code at this point
Browse repository at this point
Fix peg_generator compiler warnings under MSVC (GH-20405)
ammaraskar
authored
a2bbedc
View commit details
Copy full SHA for a2bbedc
View code at this point
Browse repository at this point
Commits on May 25, 2020
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Show description for 9645930
lysnikolaou
authored
9645930
View commit details
Copy full SHA for 9645930
View code at this point
Browse repository at this point
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393)
pablogsal
authored
deb4355
View commit details
Copy full SHA for deb4355
View code at this point
Browse repository at this point
bpo-40750: Support -d flag in the new parser (GH-20340)
pablogsal
authored
800a35c
View commit details
Copy full SHA for 800a35c
View code at this point
Browse repository at this point
Commits on May 24, 2020
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367)
isidentical
authored
cba5031
View commit details
Copy full SHA for cba5031
View code at this point
Browse repository at this point
Commits on May 22, 2020
Fix debug output in PEG parser generator (GH-20308)
pablogsal
authored
b831129
View commit details
Copy full SHA for b831129
View code at this point
Browse repository at this point
Commits on May 21, 2020
Fix typing problems reported by mypy in pegen (GH-20297)
pablogsal
authored
d10fef3
View commit details
Copy full SHA for d10fef3
View code at this point
Browse repository at this point
bpo-40334: Correctly generate C parser when assigned var is None (GH-20296)
Show description for f50516e
isidentical
authored
f50516e
View commit details
Copy full SHA for f50516e
View code at this point
Browse repository at this point
Commits on May 19, 2020
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
Show description for 8c862e5
ZackerySpytz
authored
8c862e5
View commit details
Copy full SHA for 8c862e5
View code at this point
Browse repository at this point
Commits on May 18, 2020
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
pablogsal
authored
3764069
View commit details
Copy full SHA for 3764069
View code at this point
Browse repository at this point
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
Show description for dc31800
lysnikolaou
authored
dc31800
View commit details
Copy full SHA for dc31800
View code at this point
Browse repository at this point
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Show description for 7b7a21b
3 people
authored
7b7a21b
View commit details
Copy full SHA for 7b7a21b
View code at this point
Browse repository at this point
Commits on May 17, 2020
bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003)
Show description for 2c8cd06
lysnikolaou
and
pablogsal
authored
2c8cd06
View commit details
Copy full SHA for 2c8cd06
View code at this point
Browse repository at this point
Commits on May 16, 2020
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Show description for 62972d9
pganssle
authored
62972d9
View commit details
Copy full SHA for 62972d9
View code at this point
Browse repository at this point
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Show description for 6e8cda9
tiran
authored
6e8cda9
View commit details
Copy full SHA for 6e8cda9
View code at this point
Browse repository at this point
Commits on May 15, 2020
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
tiran
authored
938717f
View commit details
Copy full SHA for 938717f
View code at this point
Browse repository at this point
bpo-40479: Test with latest OpenSSL versions (GH-20108)
Show description for 62d618c
tiran
authored
62d618c
View commit details
Copy full SHA for 62d618c
View code at this point
Browse repository at this point
Commits on May 13, 2020
bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074)
Show description for 97e1568
vstinner
authored
97e1568
View commit details
Copy full SHA for 97e1568
View code at this point
Browse repository at this point
Commits on May 12, 2020
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
zooba
authored
d6b727e
View commit details
Copy full SHA for d6b727e
View code at this point
Browse repository at this point
Commits on May 10, 2020
bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987)
Show description for ac7a92c
pablogsal
authored
ac7a92c
View commit details
Copy full SHA for ac7a92c
View code at this point
Browse repository at this point
Commits on May 8, 2020
bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986)
pablogsal
authored
db9163c
View commit details
Copy full SHA for db9163c
View code at this point
Browse repository at this point
Commits on May 7, 2020
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Show description for e1becf4
3 people
authored
e1becf4
View commit details
Copy full SHA for e1becf4
View code at this point
Browse repository at this point
Commits on May 6, 2020
bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)
pablogsal
authored
470aac4
View commit details
Copy full SHA for 470aac4
View code at this point
Browse repository at this point
Commits on May 4, 2020
Clean up unused imports for the peg generator module (GH-19891)
tonybaloney
authored
c95e691
View commit details
Copy full SHA for c95e691
View code at this point
Browse repository at this point
Commits on May 2, 2020
bpo-40334: regenerate metaparser as part of regen-all (GH-19854)
pablogsal
authored
d2baff4
View commit details
Copy full SHA for d2baff4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.