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
ast.c
on
legacy-trunk
User selector
All users
All time
Commit history
Commits on Jun 24, 2010
prevent assignment to set literals
benjaminp
committed
a543570
View commit details
Copy full SHA for a543570
View code at this point
Browse repository at this point
Commits on May 5, 2010
Remove two unneeded branches to an 'if' statement by applying De Morgan's Law
Show description for 9ac4cc7
brettcannon
committed
9ac4cc7
View commit details
Copy full SHA for 9ac4cc7
View code at this point
Browse repository at this point
Partially revert the over-reaching r80813.
brettcannon
committed
63a372b
View commit details
Copy full SHA for 63a372b
View code at this point
Browse repository at this point
Remove three unneeded variable assignments.
Show description for cc3086b
brettcannon
committed
cc3086b
View commit details
Copy full SHA for cc3086b
View code at this point
Browse repository at this point
Commits on Jan 11, 2010
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 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 Nov 19, 2009
improve several corner cases related with argument names in parenthesis
Show description for 564cac3
benjaminp
committed
564cac3
View commit details
Copy full SHA for 564cac3
View code at this point
Browse repository at this point
Commits on Oct 29, 2009
do a backport of r75928
Show description for cad2b58
benjaminp
committed
cad2b58
View commit details
Copy full SHA for cad2b58
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117.
ericvsmith
committed
a4554ee
View commit details
Copy full SHA for a4554ee
View code at this point
Browse repository at this point
Commits on Oct 3, 2009
#7050 fix a SystemError when using tuple unpacking and augmented assignment
benjaminp
committed
bf8ecc2
View commit details
Copy full SHA for bf8ecc2
View code at this point
Browse repository at this point
Commits on Aug 15, 2009
better col_offsets for "for" statements with tuple unpacking #6704
Show description for f076ccd
benjaminp
committed
f076ccd
View commit details
Copy full SHA for f076ccd
View code at this point
Browse repository at this point
Commits on Jul 20, 2009
the Slice in x[::] has to have step as None to help the interpreter
benjaminp
committed
f6f78b9
View commit details
Copy full SHA for f6f78b9
View code at this point
Browse repository at this point
Commits on Jun 13, 2009
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
give a better error message when deleting ()
benjaminp
committed
c0f0699
View commit details
Copy full SHA for c0f0699
View code at this point
Browse repository at this point
set Print.values to NULL if there are no values
benjaminp
committed
57fa79a
View commit details
Copy full SHA for 57fa79a
View code at this point
Browse repository at this point
allow importing from a module named None if it has an 'as' clause
benjaminp
committed
45876a2
View commit details
Copy full SHA for 45876a2
View code at this point
Browse repository at this point
prevent import statements from assigning to None
benjaminp
committed
6fc3382
View commit details
Copy full SHA for 6fc3382
View code at this point
Browse repository at this point
keep the slice.step field as NULL if no step expression is given
benjaminp
committed
79f3e85
View commit details
Copy full SHA for 79f3e85
View code at this point
Browse repository at this point
Commits on Jun 11, 2009
remove check for case handled in sub-function
benjaminp
committed
7243703
View commit details
Copy full SHA for 7243703
View code at this point
Browse repository at this point
revert r73361
benjaminp
committed
13724e5
View commit details
Copy full SHA for 13724e5
View code at this point
Browse repository at this point
remove duplicate check
benjaminp
committed
ade7460
View commit details
Copy full SHA for ade7460
View code at this point
Browse repository at this point
Commits on Jun 8, 2009
remove error checks already done in set_context()
benjaminp
committed
2c3a81f
View commit details
Copy full SHA for 2c3a81f
View code at this point
Browse repository at this point
remove useless assertion
benjaminp
committed
a120dee
View commit details
Copy full SHA for a120dee
View code at this point
Browse repository at this point
Commits on May 25, 2009
Allow multiple context managers in one with statement, as proposed
Show description for 6e42e25
birkenfeld
committed
6e42e25
View commit details
Copy full SHA for 6e42e25
View code at this point
Browse repository at this point
Commits on Jan 17, 2009
#4077: No need to append \n when calling Py_FatalError
Show description for 8da7264
amauryfa
committed
8da7264
View commit details
Copy full SHA for 8da7264
View code at this point
Browse repository at this point
Commits on Dec 5, 2008
Issue #4461: Safety check in parsenumber (ast.c)
mdickinson
committed
2fcd826
View commit details
Copy full SHA for 2fcd826
View code at this point
Browse repository at this point
Commits on Nov 25, 2008
always check the return value of NEW_IDENTIFIER
benjaminp
committed
61d3699
View commit details
Copy full SHA for 61d3699
View code at this point
Browse repository at this point
Commits on Nov 21, 2008
don't segfault when \N escapes are used and unicodedata fails to load
Show description for e844cda
benjaminp
committed
e844cda
View commit details
Copy full SHA for e844cda
View code at this point
Browse repository at this point
Commits on Nov 8, 2008
check for assignment to __debug__ during AST generation
Show description for 3261331
benjaminp
committed
3261331
View commit details
Copy full SHA for 3261331
View code at this point
Browse repository at this point
Commits on Oct 25, 2008
give a py3k warning when 'nonlocal' is used as a variable name
benjaminp
committed
aee9cb6
View commit details
Copy full SHA for aee9cb6
View code at this point
Browse repository at this point
Commits on Aug 19, 2008
allow keyword args to be passed in after *args #3473
benjaminp
committed
3b717a4
View commit details
Copy full SHA for 3b717a4
View code at this point
Browse repository at this point
Commits on Jul 16, 2008
Issue #3360: Fix incorrect parsing of "020000000000.0".
mdickinson
committed
c7235b5
View commit details
Copy full SHA for c7235b5
View code at this point
Browse repository at this point
Commits on Jul 1, 2008
#3219 repeated keyword arguments aren't allowed in function calls anymore
benjaminp
committed
7d9b963
View commit details
Copy full SHA for 7d9b963
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Merge in release25-maint r60793:
Show description for 55d04f9
gpshead
committed
55d04f9
View commit details
Copy full SHA for 55d04f9
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
Previous
Next
You can’t perform that action at this time.