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 }}
ammaraskar
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
pythoncore_fix
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 26, 2020
bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj
ammaraskar
committed
02d1041
View commit details
Copy full SHA for 02d1041
Browse repository at this point
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
serhiy-storchaka
authored
68b352a
View commit details
Copy full SHA for 68b352a
Browse repository at this point
Fix typo in Lib/typing.py (GH-19717)
nfishe
authored
cfaf4c0
View commit details
Copy full SHA for cfaf4c0
Browse repository at this point
Fix typo in object.__format__ docs (GH-19504)
hroskes
authored
ef33712
View commit details
Copy full SHA for ef33712
Browse repository at this point
Commits on Apr 25, 2020
bpo-40275: Avoid importing logging in test.support (GH-19601)
Show description for 515fce4
serhiy-storchaka
authored
515fce4
View commit details
Copy full SHA for 515fce4
Browse repository at this point
bpo-40275: Avoid importing socket in test.support (GH-19603)
Show description for 1699491
serhiy-storchaka
authored
1699491
View commit details
Copy full SHA for 1699491
Browse repository at this point
bpo-40275: Avoid importing asyncio in test.support (GH-19600)
Show description for 3c8a5b4
serhiy-storchaka
authored
3c8a5b4
View commit details
Copy full SHA for 3c8a5b4
Browse repository at this point
bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705)
caje731
authored
d4f3923
View commit details
Copy full SHA for d4f3923
Browse repository at this point
closes bpo-40385: Remove Tools/scripts/checkpyc.py (GH-19709)
Show description for f828077
ammaraskar
authored
f828077
View commit details
Copy full SHA for f828077
Browse repository at this point
bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704)
gvanrossum
authored
0e80b56
View commit details
Copy full SHA for 0e80b56
Browse repository at this point
Commits on Apr 24, 2020
bpo-40340: Separate examples more clearly in the programming FAQ (GH-19688)
caje731
authored
5aafa54
View commit details
Copy full SHA for 5aafa54
Browse repository at this point
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Show description for 503de71
carljm
authored
503de71
View commit details
Copy full SHA for 503de71
Browse repository at this point
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Show description for 24ffe70
lysnikolaou
authored
24ffe70
View commit details
Copy full SHA for 24ffe70
Browse repository at this point
bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697)
Show description for e6f8abd
vstinner
authored
e6f8abd
View commit details
Copy full SHA for e6f8abd
Browse repository at this point
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Show description for 162c567
vstinner
authored
162c567
View commit details
Copy full SHA for 162c567
Browse repository at this point
Expand the implementation comments (GH-19699)
rhettinger
authored
4cc4d60
View commit details
Copy full SHA for 4cc4d60
Browse repository at this point
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691)
Show description for 2510494
vstinner
authored
2510494
View commit details
Copy full SHA for 2510494
Browse repository at this point
Use Py_ssize_t instead of ssize_t (GH-19685)
pablogsal
authored
9f27dd3
View commit details
Copy full SHA for 9f27dd3
Browse repository at this point
Commits on Apr 23, 2020
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
pablogsal
authored
50f28de
View commit details
Copy full SHA for 50f28de
Browse repository at this point
Fix broken mkdir -p call in regen-pegen (#19695)
Show description for 3e89251
gvanrossum
authored
3e89251
View commit details
Copy full SHA for 3e89251
Browse repository at this point
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Show description for bc28805
gvanrossum
authored
bc28805
View commit details
Copy full SHA for bc28805
Browse repository at this point
bpo-40336: Refactor typing._SpecialForm (GH-19620)
serhiy-storchaka
authored
40ded94
View commit details
Copy full SHA for 40ded94
Browse repository at this point
bpo-39983: Add test.support.print_warning() (GH-19683)
Show description for d663d34
vstinner
authored
d663d34
View commit details
Copy full SHA for d663d34
Browse repository at this point
Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679)
corona10
authored
02e4484
View commit details
Copy full SHA for 02e4484
Browse repository at this point
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Show description for ebebb64
lysnikolaou
authored
ebebb64
View commit details
Copy full SHA for ebebb64
Browse repository at this point
bpo-40370: Use the same compile and link args as the interpreter used in test_peg_generator (GH-19674)
pablogsal
authored
9e6a131
View commit details
Copy full SHA for 9e6a131
Browse repository at this point
gdbinit: Use proper define syntax (GH-19557)
Show description for 1221135
The-Compiler
authored
1221135
View commit details
Copy full SHA for 1221135
Browse repository at this point
bpo-40334: Suppress all output in test_peg_generator (GH-19675)
lysnikolaou
authored
8d1cbff
View commit details
Copy full SHA for 8d1cbff
Browse repository at this point
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
pablogsal
authored
1df5a9e
View commit details
Copy full SHA for 1df5a9e
Browse repository at this point
bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671)
pablogsal
authored
ee40e4b
View commit details
Copy full SHA for ee40e4b
Browse repository at this point
Compile extensions in test_peg_generator with C99 (GH-19668)
pablogsal
authored
0b7829e
View commit details
Copy full SHA for 0b7829e
Browse repository at this point
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775
vstinner
authored
1def775
View commit details
Copy full SHA for 1def775
Browse repository at this point
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
pablogsal
authored
a25f3c4
View commit details
Copy full SHA for a25f3c4
Browse repository at this point
Commits on Apr 22, 2020
Add @pablogsal as code owner for pegen-related files (GH-19665)
pablogsal
authored
ce0eacb
View commit details
Copy full SHA for ce0eacb
Browse repository at this point
bpo-40334: Fix errors in parse_string.c with old compilers (GH-19666)
pablogsal
authored
458004b
View commit details
Copy full SHA for 458004b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.