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
Type
/
to 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 }}
cppfool
/
cpython
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
master
User selector
All users
All time
Commit history
Commits on Nov 9, 2014
Issue #22823: Use set literals instead of creating a set from a list
rhettinger
committed
c2fcba5
View commit details
Copy full SHA for c2fcba5
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
Silenced some warnings about comparison between signed and unsigned integer
Show description for 75054d6
serhiy-storchaka
committed
75054d6
View commit details
Copy full SHA for 75054d6
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Fix bootstrapping asdl -- it didn't work with Python 2.7.
Guido van Rossum
committed
c7244bc
View commit details
Copy full SHA for c7244bc
View code at this point
Browse repository at this point
Commits on Jun 7, 2014
merge 3.4 (#21642)
benjaminp
committed
37e6206
View commit details
Copy full SHA for 37e6206
View code at this point
Browse repository at this point
allow the keyword else immediately after (no space) an integer (closes #21642)
benjaminp
committed
2af2d9e
View commit details
Copy full SHA for 2af2d9e
View code at this point
Browse repository at this point
Commits on May 10, 2014
Issue #19655: Replace the ASDL parser carried with CPython
Show description for 9cea398
eliben
committed
9cea398
View commit details
Copy full SHA for 9cea398
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
benjaminp
committed
c855576
View commit details
Copy full SHA for c855576
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Merge with 3.3
loewis
committed
8144893
View commit details
Copy full SHA for 8144893
View code at this point
Browse repository at this point
Issue #20731: Properly position in source code files even if they
Show description for 7b997f7
loewis
committed
7b997f7
View commit details
Copy full SHA for 7b997f7
View code at this point
Browse repository at this point
Commits on Feb 11, 2014
merge 3.3 (#20588)
benjaminp
committed
7272c0f
View commit details
Copy full SHA for 7272c0f
View code at this point
Browse repository at this point
don't put runtime values in array initializer for C89 compliance (closes #20588)
benjaminp
committed
f6c0973
View commit details
Copy full SHA for f6c0973
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
Do not reset the line number because we already set file position to correct
Show description for dc78d65
serhiy-storchaka
committed
dc78d65
View commit details
Copy full SHA for dc78d65
View code at this point
Browse repository at this point
Do not reset the line number because we already set file position to correct
Show description for ec2c113
serhiy-storchaka
committed
ec2c113
View commit details
Copy full SHA for ec2c113
View code at this point
Browse repository at this point
Issue #18960: Fix bugs with Python source code encoding in the second line.
Show description for 45cbf19
serhiy-storchaka
committed
45cbf19
View commit details
Copy full SHA for 45cbf19
View code at this point
Browse repository at this point
Issue #18960: Fix bugs with Python source code encoding in the second line.
Show description for 9ca5985
serhiy-storchaka
committed
9ca5985
View commit details
Copy full SHA for 9ca5985
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
2221e56
View commit details
Copy full SHA for 2221e56
View code at this point
Browse repository at this point
Commits on Dec 4, 2013
upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang.
tiran
committed
4fa33d1
View commit details
Copy full SHA for 4fa33d1
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
Fix a compiler warning on Windows 64-bit in parsetok.c
Show description for 878a44b
vstinner
committed
878a44b
View commit details
Copy full SHA for 878a44b
View code at this point
Browse repository at this point
Fix compiler warnings on Windows 64-bit in grammar.c
Show description for 7ffd64e
vstinner
committed
7ffd64e
View commit details
Copy full SHA for 7ffd64e
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
74dc84d
View commit details
Copy full SHA for 74dc84d
View code at this point
Browse repository at this point
Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was
Show description for 0cab0b2
vstinner
committed
0cab0b2
View commit details
Copy full SHA for 0cab0b2
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Show description for 874fc83
pitrou
committed
874fc83
View commit details
Copy full SHA for 874fc83
View code at this point
Browse repository at this point
Commits on Oct 10, 2013
Close #16742: Fix misuse of memory allocations in PyOS_Readline()
Show description for 6a84e08
vstinner
committed
6a84e08
View commit details
Copy full SHA for 6a84e08
View code at this point
Browse repository at this point
Commits on Sep 26, 2013
Move open outside try/finally
eliben
committed
fa2082f
View commit details
Copy full SHA for fa2082f
View code at this point
Browse repository at this point
Don't use fancy new Python features like 'with' - some bots don't have them
Show description for 5bfd0ae
eliben
committed
5bfd0ae
View commit details
Copy full SHA for 5bfd0ae
View code at this point
Browse repository at this point
Normalize whitespace
eliben
committed
e72cfae
View commit details
Copy full SHA for e72cfae
View code at this point
Browse repository at this point
Small fixes in Parser/asdl.py - no change in functionality.
Show description for af4842a
eliben
committed
af4842a
View commit details
Copy full SHA for af4842a
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Show description for 621f57c
vstinner
committed
621f57c
View commit details
Copy full SHA for 621f57c
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 4b2fd0a
vstinner
committed
4b2fd0a
View commit details
Copy full SHA for 4b2fd0a
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
#18803: merge with 3.3.
ezio-melotti
committed
ce01613
View commit details
Copy full SHA for ce01613
View code at this point
Browse repository at this point
#18803: fix more typos. Patch by Févry Thibault.
ezio-melotti
committed
fbdda64
View commit details
Copy full SHA for fbdda64
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
6581472
View commit details
Copy full SHA for 6581472
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
tiran
committed
aa75394
View commit details
Copy full SHA for aa75394
View code at this point
Browse repository at this point
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
tiran
committed
526806a
View commit details
Copy full SHA for 526806a
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
Silence warning about set but unused variable inside compile_atom() in non-debug builds
tiran
committed
93698e9
View commit details
Copy full SHA for 93698e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.