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 }}
zenlambda
/
cpython
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
tutorial
on
master
User selector
All users
All time
Commit history
Commits on Sep 1, 2015
merge
rhettinger
committed
c9a9380
View commit details
Copy full SHA for c9a9380
View code at this point
Browse repository at this point
Improve tutorial suggestion for looping techniques
rhettinger
committed
d277984
View commit details
Copy full SHA for d277984
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Merge with 3.5 for Issue #24729
jaraco
committed
c5faa87
View commit details
Copy full SHA for c5faa87
View code at this point
Browse repository at this point
Merge with 3.4 for Issue #24729
jaraco
committed
24201ef
View commit details
Copy full SHA for 24201ef
View code at this point
Browse repository at this point
Issue #24729: Correct reference to open function.
jaraco
committed
59322e3
View commit details
Copy full SHA for 59322e3
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
c15e99d
View commit details
Copy full SHA for c15e99d
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Merge from 3.5
taleinat
committed
8fc2655
View commit details
Copy full SHA for 8fc2655
View code at this point
Browse repository at this point
Merge from 3.4
taleinat
committed
9c61043
View commit details
Copy full SHA for 9c61043
View code at this point
Browse repository at this point
#23891: correctly refer to PyPI as "Python Package Index"
taleinat
committed
8df2cc7
View commit details
Copy full SHA for 8df2cc7
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Merge from 3.5
akuchling
committed
cbc81b2
View commit details
Copy full SHA for cbc81b2
View code at this point
Browse repository at this point
Merge from 3.4
akuchling
committed
711ee04
View commit details
Copy full SHA for 711ee04
View code at this point
Browse repository at this point
#23891: remove extra words
akuchling
committed
67be2cb
View commit details
Copy full SHA for 67be2cb
View code at this point
Browse repository at this point
Merge from 3.5
akuchling
committed
039a1af
View commit details
Copy full SHA for 039a1af
View code at this point
Browse repository at this point
Merge from 3.4
akuchling
committed
14d69d7
View commit details
Copy full SHA for 14d69d7
View code at this point
Browse repository at this point
#23891: add a section to the Tutorial describing virtual environments and pip
akuchling
committed
77ee96f
View commit details
Copy full SHA for 77ee96f
View code at this point
Browse repository at this point
Merge from 3.5
akuchling
committed
47a5e61
View commit details
Copy full SHA for 47a5e61
View code at this point
Browse repository at this point
Merge from 3.4
akuchling
committed
8df9b0e
View commit details
Copy full SHA for 8df9b0e
View code at this point
Browse repository at this point
Commits on Jun 7, 2015
Add link to pyvideoorg
akuchling
committed
5f588db
View commit details
Copy full SHA for 5f588db
View code at this point
Browse repository at this point
#23891: rework discussion of python-list a bit
akuchling
committed
6703d2c
View commit details
Copy full SHA for 6703d2c
View code at this point
Browse repository at this point
Commits on May 30, 2015
Reverting my previous commit.
Show description for 86f9786
Yury Selivanov
committed
86f9786
View commit details
Copy full SHA for 86f9786
View code at this point
Browse repository at this point
Commits on May 28, 2015
More version bumping to 3.6.
Show description for 6ad5150
ned-deily
committed
6ad5150
View commit details
Copy full SHA for 6ad5150
View code at this point
Browse repository at this point
Commits on May 25, 2015
Remove UTF-8 BOMs.
serhiy-storchaka
committed
57cf057
View commit details
Copy full SHA for 57cf057
View code at this point
Browse repository at this point
Remove UTF-8 BOMs.
serhiy-storchaka
committed
f986f2b
View commit details
Copy full SHA for f986f2b
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Issue #23731: Implement PEP 488.
Show description for b82addb
brettcannon
committed
b82addb
View commit details
Copy full SHA for b82addb
View code at this point
Browse repository at this point
Closes #23932: Merge with 3.4
zware
committed
525f44b
View commit details
Copy full SHA for 525f44b
View code at this point
Browse repository at this point
Issue #23932: Update the tutorial section on function annotations.
Show description for d1131c6
zware
committed
d1131c6
View commit details
Copy full SHA for d1131c6
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
Show description for 42bfbcd
berkerpeksag
committed
42bfbcd
View commit details
Copy full SHA for 42bfbcd
View code at this point
Browse repository at this point
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
Show description for 7729424
berkerpeksag
committed
7729424
View commit details
Copy full SHA for 7729424
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
#23891: describe a few more modules in the tutorial
akuchling
committed
73fb228
View commit details
Copy full SHA for 73fb228
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Issue #23286: Fix typo in the tutorial.
Show description for 104a295
berkerpeksag
committed
104a295
View commit details
Copy full SHA for 104a295
View code at this point
Browse repository at this point
Issue #23286: Fix typo in the tutorial.
Show description for aa54961
berkerpeksag
committed
aa54961
View commit details
Copy full SHA for aa54961
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d310670
View commit details
Copy full SHA for d310670
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Closes #23181: codepoint -> code point
birkenfeld
committed
49a2a3a
View commit details
Copy full SHA for 49a2a3a
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
Issue #23070: Fix a comment in the tutorial.
Show description for dc6d9bf
berkerpeksag
committed
dc6d9bf
View commit details
Copy full SHA for dc6d9bf
View code at this point
Browse repository at this point
Issue #23070: Fix a comment in the tutorial.
Show description for a1d82b8
berkerpeksag
committed
a1d82b8
View commit details
Copy full SHA for a1d82b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.