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
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
ceval.c
on
legacy-trunk
User selector
All users
All time
Commit history
Commits on Jun 23, 2010
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
cloud-tester
committed
4ea9f35
View commit details
Copy full SHA for 4ea9f35
View code at this point
Browse repository at this point
Commits on May 9, 2010
Untabify C files. Will watch buildbots.
pitrou
committed
7674841
View commit details
Copy full SHA for 7674841
View code at this point
Browse repository at this point
Commits on May 5, 2010
Remove an unneeded variable increment.
Show description for ec6c3ff
brettcannon
committed
ec6c3ff
View commit details
Copy full SHA for ec6c3ff
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 Apr 1, 2010
Issue #8276: PyEval_CallObject() is now only available in macro form. The
Show description for 6dabe3e
pitrou
committed
6dabe3e
View commit details
Copy full SHA for 6dabe3e
View code at this point
Browse repository at this point
Commits on Mar 21, 2010
take into account keyword arguments when passing too many args
benjaminp
committed
efc2594
View commit details
Copy full SHA for efc2594
View code at this point
Browse repository at this point
improve error message from passing inadequate number of keyword arguments #6474
Show description for ae06233
benjaminp
committed
ae06233
View commit details
Copy full SHA for ae06233
View code at this point
Browse repository at this point
co_varnames is certainly a tuple, so let's not waste time finding out
benjaminp
committed
4c2efef
View commit details
Copy full SHA for 4c2efef
View code at this point
Browse repository at this point
remove pointless condition
benjaminp
committed
a9494e6
View commit details
Copy full SHA for a9494e6
View code at this point
Browse repository at this point
flatten condition
benjaminp
committed
0f52dc4
View commit details
Copy full SHA for 0f52dc4
View code at this point
Browse repository at this point
Commits on Mar 7, 2010
more specific exception for wrong kind of raise #8082
benjaminp
committed
c769585
View commit details
Copy full SHA for c769585
View code at this point
Browse repository at this point
Commits on Feb 6, 2010
remove pointless error checking
benjaminp
committed
47ca2d2
View commit details
Copy full SHA for 47ca2d2
View code at this point
Browse repository at this point
Commits on Feb 5, 2010
normalize exceptions passed to the __exit__ method #7853
Show description for 7ddf992
benjaminp
committed
7ddf992
View commit details
Copy full SHA for 7ddf992
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 Dec 2, 2009
Issue #7406: Fix some occurrences of potential signed overflow in int
Show description for ebd4d69
mdickinson
committed
ebd4d69
View commit details
Copy full SHA for ebd4d69
View code at this point
Browse repository at this point
Commits on Oct 31, 2009
Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
Show description for 9d4b896
mdickinson
committed
9d4b896
View commit details
Copy full SHA for 9d4b896
View code at this point
Browse repository at this point
Commits on Jul 1, 2009
small optimization: avoid popping the current block until we have to
benjaminp
committed
07f8fcd
View commit details
Copy full SHA for 07f8fcd
View code at this point
Browse repository at this point
Commits on Jun 28, 2009
use stack macros
benjaminp
committed
4c0226d
View commit details
Copy full SHA for 4c0226d
View code at this point
Browse repository at this point
add two generic macros for peeking and setting in the stack
benjaminp
committed
a991231
View commit details
Copy full SHA for a991231
View code at this point
Browse repository at this point
Commits on May 30, 2009
Issue #5330: C functions called with keyword arguments were not reported by
Show description for 7321b35
pitrou
committed
7321b35
View commit details
Copy full SHA for 7321b35
View code at this point
Browse repository at this point
Commits on May 25, 2009
add a SETUP_WITH opcode
Show description for b7b6591
benjaminp
committed
b7b6591
View commit details
Copy full SHA for b7b6591
View code at this point
Browse repository at this point
Commits on May 23, 2009
Issue #6042:
Show description for a89b942
jyasskin
committed
a89b942
View commit details
Copy full SHA for a89b942
View code at this point
Browse repository at this point
Commits on May 8, 2009
Issue 5954, PyFrame_GetLineNumber:
Show description for 59b2f76
jyasskin
committed
59b2f76
View commit details
Copy full SHA for 59b2f76
View code at this point
Browse repository at this point
Commits on Feb 28, 2009
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
Show description for b54607e
jyasskin
committed
b54607e
View commit details
Copy full SHA for b54607e
View code at this point
Browse repository at this point
Commits on Feb 20, 2009
Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example.
collinw
committed
116f7a7
View commit details
Copy full SHA for 116f7a7
View code at this point
Browse repository at this point
Commits on Feb 8, 2009
Silence 'arg may be used uninitialized in this function' warning from gcc.
mdickinson
committed
215fdbb
View commit details
Copy full SHA for 215fdbb
View code at this point
Browse repository at this point
Commits on Jan 25, 2009
fix building the core with --disable-unicode
Show description for 3a030f3
benjaminp
committed
3a030f3
View commit details
Copy full SHA for 3a030f3
View code at this point
Browse repository at this point
Commits on Jan 20, 2009
allow unicode keyword arguments for the ** syntax #4978
benjaminp
committed
cc4babb
View commit details
Copy full SHA for cc4babb
View code at this point
Browse repository at this point
Commits on Jan 9, 2009
Issue 4293: Make Py_AddPendingCall() thread safe
Kristján Valur Jónsson
committed
826c476
View commit details
Copy full SHA for 826c476
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
Issue #2183: Simplify and optimize bytecode for list comprehensions.
pitrou
committed
d16e7f5
View commit details
Copy full SHA for d16e7f5
View code at this point
Browse repository at this point
Commits on Dec 10, 2008
#4559: When a context manager's __exit__() method returns an object whose
Show description for 4335039
amauryfa
committed
4335039
View commit details
Copy full SHA for 4335039
View code at this point
Browse repository at this point
Commits on Dec 8, 2008
Issue 4597: Fix several cases in EvalFrameEx where an exception could be
Show description for bf7b6e6
jyasskin
committed
bf7b6e6
View commit details
Copy full SHA for bf7b6e6
View code at this point
Browse repository at this point
Commits on Dec 3, 2008
Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
Show description for 192d4b9
jyasskin
committed
192d4b9
View commit details
Copy full SHA for 192d4b9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.