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
Misc
python.man
on
3.4
User selector
All users
All time
Commit history
Commits on Aug 10, 2013
Issue #16400: Add command line option for isolated mode.
Show description for b9c9ff1
tiran
committed
b9c9ff1
View commit details
Copy full SHA for b9c9ff1
View code at this point
Browse repository at this point
Commits on Jul 25, 2013
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
ezio-melotti
committed
bf0b83c
View commit details
Copy full SHA for bf0b83c
View code at this point
Browse repository at this point
Commits on Jun 20, 2013
Add -b and -X options to python man page.
Show description for e3f5e33
orsenthil
committed
e3f5e33
View commit details
Copy full SHA for e3f5e33
View code at this point
Browse repository at this point
Commits on Jun 20, 2012
Do not italicize punctuation in python(1) manual page (Matt Kraai).
doko42
committed
a59052c
View commit details
Copy full SHA for a59052c
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
enable hash randomization by default
benjaminp
committed
baf692f
View commit details
Copy full SHA for baf692f
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Merge 3.2: Issue #13703 plus some related test suite fixes.
birkenfeld
committed
298a409
View commit details
Copy full SHA for 298a409
View code at this point
Browse repository at this point
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for c046a71
birkenfeld
committed
c046a71
View commit details
Copy full SHA for c046a71
View code at this point
Browse repository at this point
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 5af1ccb
birkenfeld
committed
5af1ccb
View commit details
Copy full SHA for 5af1ccb
View code at this point
Browse repository at this point
Commits on Nov 29, 2011
Merge 3.2
merwok
committed
219f6f2
View commit details
Copy full SHA for 219f6f2
View code at this point
Browse repository at this point
Fix last remaining references to ex-devguide
merwok
committed
1cc150c
View commit details
Copy full SHA for 1cc150c
View code at this point
Browse repository at this point
Commits on May 1, 2011
Merge #11971: fix man page; it's -OO not -O0
Show description for 89cf023
bitdancer
committed
89cf023
View commit details
Copy full SHA for 89cf023
View code at this point
Browse repository at this point
Merge #11971: fix man page; it's -OO not -O0
Show description for 0eefe73
bitdancer
committed
0eefe73
View commit details
Copy full SHA for 0eefe73
View code at this point
Browse repository at this point
#11971: fix man page; it's -OO not -O0
Show description for 54b4925
bitdancer
committed
54b4925
View commit details
Copy full SHA for 54b4925
View code at this point
Browse repository at this point
Commits on Mar 26, 2011
Remove traces of division_warning left over from Python 2 (#10998)
merwok
committed
b877636
View commit details
Copy full SHA for b877636
View code at this point
Browse repository at this point
Commits on Mar 23, 2011
Do not touch sys.path when site is imported and python was started with -S.
Show description for 0621adf
merwok
committed
0621adf
View commit details
Copy full SHA for 0621adf
View code at this point
Browse repository at this point
Commits on Dec 4, 2010
#1772833: add -q command line option.
birkenfeld
committed
fcc71b4
View commit details
Copy full SHA for fcc71b4
View code at this point
Browse repository at this point
Commits on Oct 13, 2010
Merged revisions 85436 via svnmerge from
Show description for cd8ae19
benjaminp
committed
cd8ae19
View commit details
Copy full SHA for cd8ae19
View code at this point
Browse repository at this point
put PYTHONIOENCODING in man page
benjaminp
committed
2c2f6b1
View commit details
Copy full SHA for 2c2f6b1
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from
Show description for dc3c917
birkenfeld
committed
dc3c917
View commit details
Copy full SHA for dc3c917
View code at this point
Browse repository at this point
Commits on Apr 7, 2010
Merged revisions 79878-79880 via svnmerge from
Show description for 4ccd80d
pjenvey
committed
4ccd80d
View commit details
Copy full SHA for 4ccd80d
View code at this point
Browse repository at this point
Commits on Apr 2, 2010
#8213: document behavior of -u on py3k better.
birkenfeld
committed
0e7d790
View commit details
Copy full SHA for 0e7d790
View code at this point
Browse repository at this point
Commits on Jan 31, 2010
Merged revisions 77877 via svnmerge from
Show description for 5f2bc1d
doko42
committed
5f2bc1d
View commit details
Copy full SHA for 5f2bc1d
View code at this point
Browse repository at this point
Merged revisions 77875 via svnmerge from
Show description for 931df93
doko42
committed
931df93
View commit details
Copy full SHA for 931df93
View code at this point
Browse repository at this point
Commits on Sep 13, 2009
Merged revisions 74759-74760 via svnmerge from
Show description for b0b2c5e
benjaminp
committed
b0b2c5e
View commit details
Copy full SHA for b0b2c5e
View code at this point
Browse repository at this point
py3k documentation has its own url
benjaminp
committed
0ccf69e
View commit details
Copy full SHA for 0ccf69e
View code at this point
Browse repository at this point
Merged revisions 74757 via svnmerge from
Show description for 88d23c2
benjaminp
committed
88d23c2
View commit details
Copy full SHA for 88d23c2
View code at this point
Browse repository at this point
Commits on Jun 24, 2009
Merged revisions 73544 via svnmerge from
Show description for 193ac19
birkenfeld
committed
193ac19
View commit details
Copy full SHA for 193ac19
View code at this point
Browse repository at this point
Commits on Mar 26, 2009
Merged revisions 70518,70521,70590,70594-70595 via svnmerge from
Show description for 389aca5
benjaminp
committed
389aca5
View commit details
Copy full SHA for 389aca5
View code at this point
Browse repository at this point
Commits on Feb 23, 2009
.pythonrc.py is no more
benjaminp
committed
07b813a
View commit details
Copy full SHA for 07b813a
View code at this point
Browse repository at this point
Commits on Jun 4, 2008
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
birkenfeld
committed
8ac7c38
View commit details
Copy full SHA for 8ac7c38
View code at this point
Browse repository at this point
Revert r63934 -- it was mixing two patches.
birkenfeld
committed
ba0e3da
View commit details
Copy full SHA for ba0e3da
View code at this point
Browse repository at this point
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
birkenfeld
committed
cd705c4
View commit details
Copy full SHA for cd705c4
View code at this point
Browse repository at this point
Commits on Mar 17, 2006
Get rid of xreadlines() (methods).
nnorwitz
committed
b482d75
View commit details
Copy full SHA for b482d75
View code at this point
Browse repository at this point
Commits on Mar 20, 2005
fix two typos in python(1)
doko42
committed
e289622
View commit details
Copy full SHA for e289622
View code at this point
Browse repository at this point
Commits on Oct 7, 2004
Add helpful comment
akuchling
committed
a6d2f5d
View commit details
Copy full SHA for a6d2f5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.