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
on
origin/2.4
User selector
All users
All time
Commit history
Commits on Jul 11, 2014
Issue #16382: Improve exception message of warnings.warn() for bad category.
Show description for ef8cc0f
berkerpeksag
committed
ef8cc0f
View commit details
Copy full SHA for ef8cc0f
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
(Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove unused parameter in
Show description for 9f178bc
vstinner
committed
9f178bc
View commit details
Copy full SHA for 9f178bc
View code at this point
Browse repository at this point
Issue #21925: PyImport_Cleanup(): Remove unused parameter in
Show description for 9773360
vstinner
committed
9773360
View commit details
Copy full SHA for 9773360
View code at this point
Browse repository at this point
Commits on Jul 1, 2014
Issue #21891: remove extraneous semicolon.
ned-deily
committed
2a726af
View commit details
Copy full SHA for 2a726af
View code at this point
Browse repository at this point
Issue #21891: remove extraneous semicolon.
ned-deily
committed
f081387
View commit details
Copy full SHA for f081387
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
merge 3.4
benjaminp
committed
ee2093a
View commit details
Copy full SHA for ee2093a
View code at this point
Browse repository at this point
revert tstate_delete_common, since it's pretty much wrong
benjaminp
committed
88a3773
View commit details
Copy full SHA for 88a3773
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
a4b35ad
View commit details
Copy full SHA for a4b35ad
View code at this point
Browse repository at this point
remove extra call to tstate_delete_common (merge artifact)
benjaminp
committed
cdc99ce
View commit details
Copy full SHA for cdc99ce
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
f397dde
View commit details
Copy full SHA for f397dde
View code at this point
Browse repository at this point
avoid a deadlock with the interpreter head lock and the GIL during finalization
benjaminp
committed
21130d8
View commit details
Copy full SHA for 21130d8
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
ae37e67
View commit details
Copy full SHA for ae37e67
View code at this point
Browse repository at this point
check if the thread is finalizing after retaking the GIL
benjaminp
committed
8c270ac
View commit details
Copy full SHA for 8c270ac
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Show description for 7eaf1d7
vstinner
committed
7eaf1d7
View commit details
Copy full SHA for 7eaf1d7
View code at this point
Browse repository at this point
Merge with 3.4
terryjreedy
committed
c02970e
View commit details
Copy full SHA for c02970e
View code at this point
Browse repository at this point
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Show description for 8acdd36
terryjreedy
committed
8acdd36
View commit details
Copy full SHA for 8acdd36
View code at this point
Browse repository at this point
Commits on May 30, 2014
Fix a parameter name to make sense again
brettcannon
committed
2f1ad3f
View commit details
Copy full SHA for 2f1ad3f
View code at this point
Browse repository at this point
Issue #20383: Introduce importlib.util.module_from_spec().
Show description for 35b7c5a
brettcannon
committed
35b7c5a
View commit details
Copy full SHA for 35b7c5a
View code at this point
Browse repository at this point
Move import.c to use Clinic file output.
brettcannon
committed
d536642
View commit details
Copy full SHA for d536642
View code at this point
Browse repository at this point
Commits on May 29, 2014
Issue #21226: Merge from 3.4.
ericsnowcurrently
committed
324e1ce
View commit details
Copy full SHA for 324e1ce
View code at this point
Browse repository at this point
Issue #21226: fix a ref leak.
ericsnowcurrently
committed
3293333
View commit details
Copy full SHA for 3293333
View code at this point
Browse repository at this point
Commits on May 23, 2014
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.
Show description for 97bb981
pitrou
committed
97bb981
View commit details
Copy full SHA for 97bb981
View code at this point
Browse repository at this point
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.
Show description for 41b213d
pitrou
committed
41b213d
View commit details
Copy full SHA for 41b213d
View code at this point
Browse repository at this point
Commits on May 19, 2014
merge
rhettinger
committed
d2c829c
View commit details
Copy full SHA for d2c829c
View code at this point
Browse repository at this point
Issue 20620: Update the min()/max() docs for the new default argument.
Show description for ac26301
rhettinger
committed
ac26301
View commit details
Copy full SHA for ac26301
View code at this point
Browse repository at this point
Commits on May 16, 2014
Issue #13916: Fix surrogatepass error handler on Windows
vstinner
committed
551b2c4
View commit details
Copy full SHA for 551b2c4
View code at this point
Browse repository at this point
Commits on May 15, 2014
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Show description for 96c937a
serhiy-storchaka
committed
96c937a
View commit details
Copy full SHA for 96c937a
View code at this point
Browse repository at this point
Commits on May 14, 2014
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Show description for 653a6ca
vstinner
committed
653a6ca
View commit details
Copy full SHA for 653a6ca
View code at this point
Browse repository at this point
Commits on May 13, 2014
Merge from 3.4 (for #21226).
ericsnowcurrently
committed
e9b2d6d
View commit details
Copy full SHA for e9b2d6d
View code at this point
Browse repository at this point
Commits on May 12, 2014
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
ericsnowcurrently
committed
866594a
View commit details
Copy full SHA for 866594a
View code at this point
Browse repository at this point
Commits on May 11, 2014
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
pitrou
committed
cf7c8ff
View commit details
Copy full SHA for cf7c8ff
View code at this point
Browse repository at this point
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
pitrou
committed
bdf38cc
View commit details
Copy full SHA for bdf38cc
View code at this point
Browse repository at this point
Commits on May 8, 2014
Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Show description for 5676373
kristjanvalur
committed
5676373
View commit details
Copy full SHA for 5676373
View code at this point
Browse repository at this point
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Show description for 4391586
kristjanvalur
committed
4391586
View commit details
Copy full SHA for 4391586
View code at this point
Browse repository at this point
The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
Show description for 42e8279
kristjanvalur
committed
42e8279
View commit details
Copy full SHA for 42e8279
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.