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 }}
invisiblek
/
android_external_python
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
android_external_python
Modules
parsermodule.c
on
origin/2.5
User selector
All users
All time
Commit history
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 Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
e4f5fc4
View commit details
Copy full SHA for e4f5fc4
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
f5ad3b2
View commit details
Copy full SHA for f5ad3b2
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Use identifier API for PyObject_GetAttrString.
loewis
committed
c3eb93f
View commit details
Copy full SHA for c3eb93f
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
always clear parser error
benjaminp
committed
925bb92
View commit details
Copy full SHA for 925bb92
View code at this point
Browse repository at this point
Commits on Jun 5, 2011
only clear the parser error if it's set (closes #12264)
benjaminp
committed
2bf1c85
View commit details
Copy full SHA for 2bf1c85
View code at this point
Browse repository at this point
Commits on Apr 4, 2011
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
committed
8136044
View commit details
Copy full SHA for 8136044
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
Commits on Jul 4, 2010
Merged revisions 82555 via svnmerge from
Show description for ad2ec37
mdickinson
committed
ad2ec37
View commit details
Copy full SHA for ad2ec37
View code at this point
Browse repository at this point
Issue #9130: Validate ellipsis tokens in relative imports.
mdickinson
committed
5db12dc
View commit details
Copy full SHA for 5db12dc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.