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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-List
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
parsermodule.c
on
master
User selector
All users
All time
Commit history
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
8a3d794
View commit details
Copy full SHA for 8a3d794
View code at this point
Browse repository at this point
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
513f40a
View commit details
Copy full SHA for 513f40a
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for b1f4ecc
serhiy-storchaka
committed
b1f4ecc
View commit details
Copy full SHA for b1f4ecc
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
committed
04cb189
View commit details
Copy full SHA for 04cb189
View code at this point
Browse repository at this point
Commits on May 16, 2015
allow test node after ** in calls (closes #24176)
benjaminp
committed
01fd687
View commit details
Copy full SHA for 01fd687
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
42d6ffa
View commit details
Copy full SHA for 42d6ffa
View code at this point
Browse repository at this point
Commits on May 6, 2015
PEP 448: additional unpacking generalizations (closes #2292)
Show description for a9fcad6
benjaminp
committed
a9fcad6
View commit details
Copy full SHA for a9fcad6
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Removed unintentional trailing spaces in non-external and non-generated C files.
serhiy-storchaka
committed
f7bfa54
View commit details
Copy full SHA for f7bfa54
View code at this point
Browse repository at this point
Commits on Jan 2, 2014
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Show description for 97100b1
vstinner
committed
97100b1
View commit details
Copy full SHA for 97100b1
View code at this point
Browse repository at this point
parser: fix usage of Py_BuildValue() to build a parser error
Show description for 08b9f8b
vstinner
committed
08b9f8b
View commit details
Copy full SHA for 08b9f8b
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 Jul 16, 2013
Issue #18408: Fix typo in build_node_tree() of the parser module
Show description for eede9ae
vstinner
committed
eede9ae
View commit details
Copy full SHA for eede9ae
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Issue #18408: parser module: fix error handling in node2tuple()
Show description for 1589593
vstinner
committed
1589593
View commit details
Copy full SHA for 1589593
View code at this point
Browse repository at this point
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
Show description for dcb8a34
vstinner
committed
dcb8a34
View commit details
Copy full SHA for dcb8a34
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
Issue #15989: Fix several occurrences of integer overflow
Show description for 1895e4a
serhiy-storchaka
committed
1895e4a
View commit details
Copy full SHA for 1895e4a
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Issue #16714: use 'raise' exceptions, don't 'throw'.
Show description for cfe6cf1
asvetlov
committed
cfe6cf1
View commit details
Copy full SHA for cfe6cf1
View code at this point
Browse repository at this point
Issue #16714: use 'raise' exceptions, don't 'throw'.
Show description for 18821d9
asvetlov
committed
18821d9
View commit details
Copy full SHA for 18821d9
View code at this point
Browse repository at this point
Commits on Aug 15, 2012
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Show description for 8b2d711
pitrou
committed
8b2d711
View commit details
Copy full SHA for 8b2d711
View code at this point
Browse repository at this point
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Show description for 9ccef3d
pitrou
committed
9ccef3d
View commit details
Copy full SHA for 9ccef3d
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
MERGE: Closes #15512: Correct __sizeof__ support for parser
jcea
committed
740b501
View commit details
Copy full SHA for 740b501
View code at this point
Browse repository at this point
Closes #15512: Correct __sizeof__ support for parser
jcea
committed
a7a7957
View commit details
Copy full SHA for a7a7957
View code at this point
Browse repository at this point
Commits on May 7, 2012
Issue #14741: Fix missing support for ellipsis in parser module.
mdickinson
committed
bd47a39
View commit details
Copy full SHA for bd47a39
View code at this point
Browse repository at this point
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
mdickinson
committed
aff8fc7
View commit details
Copy full SHA for aff8fc7
View code at this point
Browse repository at this point
Issue #14701: Add missing support for 'raise ... from' in parser module.
mdickinson
committed
1df9c5b
View commit details
Copy full SHA for 1df9c5b
View code at this point
Browse repository at this point
Issue #14741: Merge fix from 3.2.
mdickinson
committed
5ae4d30
View commit details
Copy full SHA for 5ae4d30
View code at this point
Browse repository at this point
Issue #14697: Merge fix from 3.2.
mdickinson
committed
bd8d675
View commit details
Copy full SHA for bd8d675
View code at this point
Browse repository at this point
Issue #14701: Merge fix from 3.2.
mdickinson
committed
79bd9ab
View commit details
Copy full SHA for 79bd9ab
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
mdickinson
committed
d2ff3bd
View commit details
Copy full SHA for d2ff3bd
View code at this point
Browse repository at this point
Issue #9154: Fix parser module to understand function annotations.
mdickinson
committed
adba902
View commit details
Copy full SHA for adba902
View code at this point
Browse repository at this point
Issue #14696: Merge from 3.2
mdickinson
committed
28405c2
View commit details
Copy full SHA for 28405c2
View code at this point
Browse repository at this point
Issue #9154: Merge fix from 3.2.
mdickinson
committed
21926fd
View commit details
Copy full SHA for 21926fd
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
#11515: Merge with 3.1.
ezio-melotti
committed
b9eef2c
View commit details
Copy full SHA for b9eef2c
View code at this point
Browse repository at this point
#11515: fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
25f2d24
View commit details
Copy full SHA for 25f2d24
View code at this point
Browse repository at this point
Commits on Dec 8, 2010
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
abalkin
committed
7ff20ef
View commit details
Copy full SHA for 7ff20ef
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Remove redundant includes of headers that are already included by Python.h.
birkenfeld
committed
c16ad2e
View commit details
Copy full SHA for c16ad2e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.