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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
tutorial
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 28, 2017
Clarification to the `break` statement (GH-2453) (GH-2458)
Show description for 9dff523
regexaurus
authored and
Mariatta
committed
9dff523
View commit details
Copy full SHA for 9dff523
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146)
Show description for 5a86154
Mariatta
authored
5a86154
View commit details
Copy full SHA for 5a86154
View code at this point
Browse repository at this point
Commits on Jun 12, 2017
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)
Show description for 7563b05
Mariatta
authored
7563b05
View commit details
Copy full SHA for 7563b05
View code at this point
Browse repository at this point
Commits on May 29, 2017
[3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)
Show description for 03c7cfc
Mariatta
authored and
terryjreedy
committed
03c7cfc
View commit details
Copy full SHA for 03c7cfc
View code at this point
Browse repository at this point
Commits on May 4, 2017
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)
Show description for 5274faf
Mariatta
authored
5274faf
View commit details
Copy full SHA for 5274faf
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
[3.5] Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-299)
Show description for 4c78463
Mariatta
authored
4c78463
View commit details
Copy full SHA for 4c78463
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
#29005: clarify terminology in tutorial 'method' discussion.
Show description for 4ec1590
bitdancer
committed
4ec1590
View commit details
Copy full SHA for 4ec1590
View code at this point
Browse repository at this point
Commits on Dec 10, 2016
Issue #28820: Fix spelling of “practice” as a noun
vadmium
committed
898573a
View commit details
Copy full SHA for 898573a
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Fixed mismatching title overline.
serhiy-storchaka
committed
7bc01c3
View commit details
Copy full SHA for 7bc01c3
View code at this point
Browse repository at this point
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
serhiy-storchaka
committed
29b0a26
View commit details
Copy full SHA for 29b0a26
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Issue #21864: Remove outdated section about exceptions from the tutorial
Show description for cea632e
berkerpeksag
committed
cea632e
View commit details
Copy full SHA for cea632e
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Issue #28815: Change '?' to '<module>' in some doc examples.
Show description for 30eee4d
terryjreedy
committed
30eee4d
View commit details
Copy full SHA for 30eee4d
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
Issue #28306: Update exception message of ZeroDivisionError
berkerpeksag
committed
cf79cdb
View commit details
Copy full SHA for cf79cdb
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Issue 27719: Remove a doc example that is not applicable in Python 3
rhettinger
committed
7f65af3
View commit details
Copy full SHA for 7f65af3
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Issue #27206: Fix doctests in Doc/tutorial.
Show description for c483a01
zware
committed
c483a01
View commit details
Copy full SHA for c483a01
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 18, 2016
Issue #24314: Fix doc links for general attributes like __name__, __dict__
vadmium
committed
bae5d81
View commit details
Copy full SHA for bae5d81
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Issue #23116: Improve ask_ok() example in the Python tutorial
berkerpeksag
committed
0a5120e
View commit details
Copy full SHA for 0a5120e
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
Issue #27174: Update IPython URL in tutorial
berkerpeksag
committed
93818c7
View commit details
Copy full SHA for 93818c7
View code at this point
Browse repository at this point
Fix typo in Python tutorial
berkerpeksag
committed
8e937f8
View commit details
Copy full SHA for 8e937f8
View code at this point
Browse repository at this point
Commits on May 10, 2016
Issue #23921: Standardized documentation whitespace formatting.
Show description for dba9039
serhiy-storchaka
committed
dba9039
View commit details
Copy full SHA for dba9039
View code at this point
Browse repository at this point
Commits on May 7, 2016
Issue #26736: Used HTTPS for external links in the documentation if possible.
serhiy-storchaka
committed
6dff020
View commit details
Copy full SHA for 6dff020
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
6a7b3a7
View commit details
Copy full SHA for 6a7b3a7
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
Update example; str(float) changed so there is difference now.
birkenfeld
committed
f1d371b
View commit details
Copy full SHA for f1d371b
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Issue #25179: Preparatory cleanup of existing docs on string formatting
Show description for d5db147
vadmium
committed
d5db147
View commit details
Copy full SHA for d5db147
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
orsenthil
committed
80538e9
View commit details
Copy full SHA for 80538e9
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
ezio-melotti
committed
397bb24
View commit details
Copy full SHA for 397bb24
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
View commit details
Copy full SHA for 7462b64
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
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 Sep 1, 2015
Improve tutorial suggestion for looping techniques
rhettinger
committed
502bf51
View commit details
Copy full SHA for 502bf51
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Issue #24729: Correct reference to open function.
jaraco
committed
842c074
View commit details
Copy full SHA for 842c074
View code at this point
Browse repository at this point
Merge with 3.4 for Issue #24729
jaraco
committed
0598da3
View commit details
Copy full SHA for 0598da3
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
Issue #24729: Update tutorial to match implementation.
Alessandro Cucci
committed
d8de44b
View commit details
Copy full SHA for d8de44b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.