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
Python
Python-ast.c
on
legacy-trunk
User selector
All users
All time
Commit history
Commits on Jun 22, 2010
bump revision
benjaminp
committed
b6d04d8
View commit details
Copy full SHA for b6d04d8
View code at this point
Browse repository at this point
Commits on Jun 9, 2010
fix code formatting
benjaminp
committed
ee131c0
View commit details
Copy full SHA for ee131c0
View code at this point
Browse repository at this point
Commits on Jan 11, 2010
Update version information for AST changes in r77422.
avassalotti
committed
7cc3493
View commit details
Copy full SHA for 7cc3493
View code at this point
Browse repository at this point
Issue #2333: Backport set and dict comprehensions syntax.
avassalotti
committed
02b2579
View commit details
Copy full SHA for 02b2579
View code at this point
Browse repository at this point
Commits on Jan 10, 2010
Update the version # of Python-ast.c based on the backport of set literals from
Show description for 3f8d395
brettcannon
committed
3f8d395
View commit details
Copy full SHA for 3f8d395
View code at this point
Browse repository at this point
Commits on Jan 9, 2010
Issue #2335: Backport set literals syntax from Python 3.x.
avassalotti
committed
15d9212
View commit details
Copy full SHA for 15d9212
View code at this point
Browse repository at this point
Commits on Dec 13, 2009
account for PyObject_IsInstance's new ability to fail
benjaminp
committed
f5e17fa
View commit details
Copy full SHA for f5e17fa
View code at this point
Browse repository at this point
Commits on Jun 13, 2009
update ast version
benjaminp
committed
716de3c
View commit details
Copy full SHA for 716de3c
View code at this point
Browse repository at this point
when no module is given in a 'from' relative import, make ImportFrom.module NULL
benjaminp
committed
4af7e21
View commit details
Copy full SHA for 4af7e21
View code at this point
Browse repository at this point
Commits on Oct 19, 2008
fix compiler warning
benjaminp
committed
447ef19
View commit details
Copy full SHA for 447ef19
View code at this point
Browse repository at this point
Fixed #4067 by implementing _attributes and _fields for the AST root node.
mitsuhiko
committed
51b115b
View commit details
Copy full SHA for 51b115b
View code at this point
Browse repository at this point
Commits on Sep 10, 2008
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
Show description for 743dc0d
amauryfa
committed
743dc0d
View commit details
Copy full SHA for 743dc0d
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 134de02
gpshead
committed
134de02
View commit details
Copy full SHA for 134de02
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
a6ca04c
View commit details
Copy full SHA for a6ca04c
View code at this point
Browse repository at this point
Commits on Mar 30, 2008
Make AST nodes pickleable.
birkenfeld
committed
105a607
View commit details
Copy full SHA for 105a607
View code at this point
Browse repository at this point
Fix error message -- "expects either 0 or 0 arguments"
birkenfeld
committed
4823e58
View commit details
Copy full SHA for 4823e58
View code at this point
Browse repository at this point
Make _fields attr for no fields consistent with _attributes attr.
birkenfeld
committed
b857118
View commit details
Copy full SHA for b857118
View code at this point
Browse repository at this point
#2505: allow easier creation of AST nodes.
birkenfeld
committed
a11f77b
View commit details
Copy full SHA for a11f77b
View code at this point
Browse repository at this point
Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.
birkenfeld
committed
d6865e2
View commit details
Copy full SHA for d6865e2
View code at this point
Browse repository at this point
Commits on Mar 29, 2008
Properly check for consistency with the third argument of
Show description for b9b8b39
birkenfeld
committed
b9b8b39
View commit details
Copy full SHA for b9b8b39
View code at this point
Browse repository at this point
Commits on Mar 28, 2008
Silence a compilation warning
amauryfa
committed
8250c40
View commit details
Copy full SHA for 8250c40
View code at this point
Browse repository at this point
Patch #1810 by Thomas Lee, reviewed by myself:
Show description for 0c8a5b5
birkenfeld
committed
0c8a5b5
View commit details
Copy full SHA for 0c8a5b5
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Issue #2051 and patch from Alexander Belopolsky:
Show description for 27775f8
tiran
committed
27775f8
View commit details
Copy full SHA for 27775f8
View code at this point
Browse repository at this point
Patch #1759: Backport of PEP 3129 class decorators
Show description for 5d61539
tiran
committed
5d61539
View commit details
Copy full SHA for 5d61539
View code at this point
Browse repository at this point
Commits on Feb 26, 2007
Fix a couple of problems in generating the AST code:
Show description for c5a923c
nnorwitz
committed
c5a923c
View commit details
Copy full SHA for c5a923c
View code at this point
Browse repository at this point
Commits on Feb 12, 2007
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
Show description for 8c2153e
brettcannon
committed
8c2153e
View commit details
Copy full SHA for 8c2153e
View code at this point
Browse repository at this point
Commits on Feb 11, 2007
Check in changed Python-ast.c from a cosmetic change to Python.asdl (in
Show description for ea5aa65
brettcannon
committed
ea5aa65
View commit details
Copy full SHA for ea5aa65
View code at this point
Browse repository at this point
Commits on Apr 13, 2006
Introduce asdl_int_seq, to hold cmpop_ty.
loewis
committed
42e4f61
View commit details
Copy full SHA for 42e4f61
View code at this point
Browse repository at this point
Commits on Apr 11, 2006
Regenerate.
loewis
committed
f7f24a7
View commit details
Copy full SHA for f7f24a7
View code at this point
Browse repository at this point
Make _kind types global for C++ compilation.
Show description for 5bb7ea4
loewis
committed
5bb7ea4
View commit details
Copy full SHA for 5bb7ea4
View code at this point
Browse repository at this point
low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations
Show description for 823ffe5
anthonybaxter
committed
823ffe5
View commit details
Copy full SHA for 823ffe5
View code at this point
Browse repository at this point
Commits on Apr 7, 2006
Regenerate.
loewis
committed
91f9429
View commit details
Copy full SHA for 91f9429
View code at this point
Browse repository at this point
Commits on Apr 4, 2006
Add lineno, col_offset to excephandler to enable future fix for
Show description for fd0a654
jeremyhylton
committed
fd0a654
View commit details
Copy full SHA for fd0a654
View code at this point
Browse repository at this point
Commits on Apr 3, 2006
* Fix a refleak of *_attributes.
Show description for 7672354
nnorwitz
committed
7672354
View commit details
Copy full SHA for 7672354
View code at this point
Browse repository at this point
Commits on Mar 2, 2006
Fix memory leak on attributes.
loewis
committed
e6964c6
View commit details
Copy full SHA for e6964c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.