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 }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
tutorial
interpreter.rst
on
master
User selector
All users
All time
Commit history
Commits on Feb 2, 2017
Issue #29381: merge with 3.6
Mariatta
committed
bb19bf2
View commit details
Copy full SHA for bb19bf2
View code at this point
Browse repository at this point
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta
committed
23dcccb
View commit details
Copy full SHA for 23dcccb
View code at this point
Browse repository at this point
Backed out changeset 3d712292f2fa
Mariatta
committed
77bb0f4
View commit details
Copy full SHA for 77bb0f4
View code at this point
Browse repository at this point
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta
committed
e2d8bc5
View commit details
Copy full SHA for e2d8bc5
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Bump to 3.7.0a0
ned-deily
committed
4829bc6
View commit details
Copy full SHA for 4829bc6
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Issue #26462: Merge code block fixes from 3.5
vadmium
committed
6a09315
View commit details
Copy full SHA for 6a09315
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Show description for 1050d2d
vadmium
committed
1050d2d
View commit details
Copy full SHA for 1050d2d
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
Issue #27178: Fix markup in tutorial
Show description for c5f4036
berkerpeksag
committed
c5f4036
View commit details
Copy full SHA for c5f4036
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
Marked keystrokes with the :kbd: role.
Show description for 233cdb3
serhiy-storchaka
committed
233cdb3
View commit details
Copy full SHA for 233cdb3
View code at this point
Browse repository at this point
Marked keystrokes with the :kbd: role.
Show description for 153627c
serhiy-storchaka
committed
153627c
View commit details
Copy full SHA for 153627c
View code at this point
Browse repository at this point
Marked keystrokes with the :kbd: role.
Show description for 0424eaf
serhiy-storchaka
committed
0424eaf
View commit details
Copy full SHA for 0424eaf
View code at this point
Browse repository at this point
Commits on May 30, 2015
Reverting my previous commit.
Show description for 7aa5341
Yury Selivanov
committed
7aa5341
View commit details
Copy full SHA for 7aa5341
View code at this point
Browse repository at this point
Commits on May 28, 2015
More version bumping to 3.6.
Show description for ffb40e5
ned-deily
committed
ffb40e5
View commit details
Copy full SHA for ffb40e5
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Show description for 0ecd7ba
berkerpeksag
committed
0ecd7ba
View commit details
Copy full SHA for 0ecd7ba
View code at this point
Browse repository at this point
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Show description for 8b1cbd2
berkerpeksag
committed
8b1cbd2
View commit details
Copy full SHA for 8b1cbd2
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
merge from 3.4
Show description for 2f2920a
orsenthil
committed
2f2920a
View commit details
Copy full SHA for 2f2920a
View code at this point
Browse repository at this point
Issue #16827: Make Interpreter introduction section of the tutorial more
Show description for 15e4833
orsenthil
committed
15e4833
View commit details
Copy full SHA for 15e4833
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
#20874: reflow paragraph.
bitdancer
committed
fc1020d
View commit details
Copy full SHA for fc1020d
View code at this point
Browse repository at this point
#20874: update tutorial wording: sophisticated line editing is now standard.
Show description for 0e0e391
bitdancer
committed
0e0e391
View commit details
Copy full SHA for 0e0e391
View code at this point
Browse repository at this point
Merge #20874 fix.
bitdancer
committed
1b28088
View commit details
Copy full SHA for 1b28088
View code at this point
Browse repository at this point
Commits on Mar 28, 2014
merge
rhettinger
committed
9c5e98f
View commit details
Copy full SHA for 9c5e98f
View code at this point
Browse repository at this point
Issue 21014: Use booleans instead of 0 and 1 in examples.
rhettinger
committed
4ab532b
View commit details
Copy full SHA for 4ab532b
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
merge with 3.4
birkenfeld
committed
60fa353
View commit details
Copy full SHA for 60fa353
View code at this point
Browse repository at this point
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
birkenfeld
committed
553e108
View commit details
Copy full SHA for 553e108
View code at this point
Browse repository at this point
Commits on Mar 22, 2014
merge with 3.4
birkenfeld
committed
3fa7ea1
View commit details
Copy full SHA for 3fa7ea1
View code at this point
Browse repository at this point
Closes #20975: make date in the interpreter banner a little more consistent
birkenfeld
committed
75c5ab4
View commit details
Copy full SHA for 75c5ab4
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Version bump to 3.5, step 2.
larryhastings
committed
f5002bd
View commit details
Copy full SHA for f5002bd
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Bump version to 3.4.0 alpha 0.
birkenfeld
committed
08a9012
View commit details
Copy full SHA for 08a9012
View code at this point
Browse repository at this point
Commits on Sep 25, 2012
Issue #16015: Merge and update from 3.2.
cjerdonek
committed
dbe5088
View commit details
Copy full SHA for dbe5088
View code at this point
Browse repository at this point
Issue #16015: Make welcome message more realistic in tutorial example.
cjerdonek
committed
df12f2b
View commit details
Copy full SHA for df12f2b
View code at this point
Browse repository at this point
Commits on Oct 31, 2011
merge with 3.2
sandrotosi
committed
d856bc0
View commit details
Copy full SHA for d856bc0
View code at this point
Browse repository at this point
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
sandrotosi
committed
69e59a1
View commit details
Copy full SHA for 69e59a1
View code at this point
Browse repository at this point
Commits on Aug 6, 2011
Merge doc changes from 3.2 (#8617, #10745).
Show description for 7dc76fd
merwok
committed
7dc76fd
View commit details
Copy full SHA for 7dc76fd
View code at this point
Browse repository at this point
Commits on Aug 5, 2011
Improve documentation for PEP 370 support in site module (#8617).
Show description for de4f05b
merwok
committed
de4f05b
View commit details
Copy full SHA for de4f05b
View code at this point
Browse repository at this point
Commits on Jun 11, 2011
Merge minor doc change from 3.2
merwok
committed
3ae4272
View commit details
Copy full SHA for 3ae4272
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.