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
Branch selector
origin/master
User selector
All users
All time
Commit history
Commits on Jul 12, 2014
Issue #21966: Respect -q command-line option when code module is ran.
Show description for 3a98ff9
abalkin
committed
3a98ff9
View commit details
Copy full SHA for 3a98ff9
Browse repository at this point
Issue #19076: Merge with 3.4.
berkerpeksag
committed
3db27b7
View commit details
Copy full SHA for 3db27b7
Browse repository at this point
Issue #19076: Don't pass the redundant 'file' argument to self.error().
berkerpeksag
committed
0162748
View commit details
Copy full SHA for 0162748
Browse repository at this point
Issue #21932: Skip test_os.test_large_read() on 32-bit system
vstinner
committed
d2c9368
View commit details
Copy full SHA for d2c9368
Browse repository at this point
Merge with 3.4
vstinner
committed
71cdf46
View commit details
Copy full SHA for 71cdf46
Browse repository at this point
asyncio: Server.close() leaves client sockets open
vstinner
committed
93c5b00
View commit details
Copy full SHA for 93c5b00
Browse repository at this point
Merge with 3.4
vstinner
committed
a82e1da
View commit details
Copy full SHA for a82e1da
Browse repository at this point
asyncio: sync with Tulip
Show description for 93856d4
vstinner
committed
93856d4
View commit details
Copy full SHA for 93856d4
Browse repository at this point
Commits on Jul 11, 2014
Merge 3.4
vstinner
committed
0ce601f
View commit details
Copy full SHA for 0ce601f
Browse repository at this point
asyncio: improve the documentation of servers
Show description for b10d23a
vstinner
committed
b10d23a
View commit details
Copy full SHA for b10d23a
Browse repository at this point
asyncio, Tulip issue 180: Make Server attributes and methods private
Show description for bbff83d
vstinner
committed
bbff83d
View commit details
Copy full SHA for bbff83d
Browse repository at this point
Issue #21906: Merge from 3.4.
berkerpeksag
committed
85024cc
View commit details
Copy full SHA for 85024cc
Browse repository at this point
Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
Show description for 2611896
berkerpeksag
committed
2611896
View commit details
Copy full SHA for 2611896
Browse repository at this point
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
Browse repository at this point
Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even
Show description for 356a68d
vstinner
committed
356a68d
View commit details
Copy full SHA for 356a68d
Browse repository at this point
Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead of
Show description for 9bc89f2
vstinner
committed
9bc89f2
View commit details
Copy full SHA for 9bc89f2
Browse repository at this point
(Merge 3.4) asyncio: enhance documentation of platform support
vstinner
committed
ead5431
View commit details
Copy full SHA for ead5431
Browse repository at this point
asyncio: enhance documentation of platform support
vstinner
committed
222020d
View commit details
Copy full SHA for 222020d
Browse repository at this point
(Merge 3.4) asyncio: sync with Tulip
Show description for 9317cb2
vstinner
committed
9317cb2
View commit details
Copy full SHA for 9317cb2
Browse repository at this point
asyncio: sync with Tulip
Show description for 8bfc06b
vstinner
committed
8bfc06b
View commit details
Copy full SHA for 8bfc06b
Browse repository at this point
Merge with 3.4
terryjreedy
committed
16e2bdb
View commit details
Copy full SHA for 16e2bdb
Browse repository at this point
Issue #18592: Make unittest for SearchDialogBase work on all tk versions.
terryjreedy
committed
533d9ed
View commit details
Copy full SHA for 533d9ed
Browse repository at this point
News entries
terryjreedy
committed
cc104ca
View commit details
Copy full SHA for cc104ca
Browse repository at this point
Idle News entries.
terryjreedy
committed
870adc7
View commit details
Copy full SHA for 870adc7
Browse repository at this point
Merge with 3.4
terryjreedy
committed
063acc5
View commit details
Copy full SHA for 063acc5
Browse repository at this point
#21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.
terryjreedy
committed
f12796c
View commit details
Copy full SHA for f12796c
Browse repository at this point
Commits on Jul 10, 2014
(Merge 3.4) asyncio: sync with Tulip
Show description for 250ad98
vstinner
committed
250ad98
View commit details
Copy full SHA for 250ad98
Browse repository at this point
asyncio: sync with Tulip
Show description for 09197b3
vstinner
committed
09197b3
View commit details
Copy full SHA for 09197b3
Browse repository at this point
(Merge 3.4) asyncio: sync with Tulip
Show description for fece49b
vstinner
committed
fece49b
View commit details
Copy full SHA for fece49b
Browse repository at this point
asyncio: sync with Tulip
Show description for 1964a8a
vstinner
committed
1964a8a
View commit details
Copy full SHA for 1964a8a
Browse repository at this point
(Merge 3.4) asyncio: sync with Tulip
Show description for 22c1759
vstinner
committed
22c1759
View commit details
Copy full SHA for 22c1759
Browse repository at this point
asyncio: sync with Tulip
Show description for 41a93fa
vstinner
committed
41a93fa
View commit details
Copy full SHA for 41a93fa
Browse repository at this point
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
zware
committed
a029556
View commit details
Copy full SHA for a029556
Browse repository at this point
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
zware
committed
e4d9bb6
View commit details
Copy full SHA for e4d9bb6
Browse repository at this point
Merge with 3.4
terryjreedy
committed
d7b13ae
View commit details
Copy full SHA for d7b13ae
Browse repository at this point
Previous
Next
You can’t perform that action at this time.