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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-List
/
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
Include
opcode.h
on
master
User selector
All users
All time
Commit history
Commits on Nov 3, 2015
Issue 25483: Add an opcode to make f-string formatting more robust.
ericvsmith
committed
ee9c037
View commit details
Copy full SHA for ee9c037
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Show description for 59b00a6
Yury Selivanov
committed
59b00a6
View commit details
Copy full SHA for 59b00a6
View code at this point
Browse repository at this point
Commits on May 28, 2015
remove STORE_MAP, since it's unused
benjaminp
committed
1ee136d
View commit details
Copy full SHA for 1ee136d
View code at this point
Browse repository at this point
Commits on May 27, 2015
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
serhiy-storchaka
committed
c3df109
View commit details
Copy full SHA for c3df109
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
42d6ffa
View commit details
Copy full SHA for 42d6ffa
View code at this point
Browse repository at this point
Commits on May 6, 2015
PEP 448: additional unpacking generalizations (closes #2292)
Show description for a9fcad6
benjaminp
committed
a9fcad6
View commit details
Copy full SHA for a9fcad6
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
Show description for 75e17c4
kushaldas
committed
75e17c4
View commit details
Copy full SHA for 75e17c4
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
benjaminp
committed
c855576
View commit details
Copy full SHA for c855576
View code at this point
Browse repository at this point
Commits on May 16, 2013
rather than passing locals to the class body, just execute the class body in the proper environment
benjaminp
committed
5e5acee
View commit details
Copy full SHA for 5e5acee
View code at this point
Browse repository at this point
Commits on Apr 30, 2013
check local class namespace before reaching for cells (closes #17853)
benjaminp
committed
755b8bd
View commit details
Copy full SHA for 755b8bd
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
e4f5fc4
View commit details
Copy full SHA for e4f5fc4
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
excise the remains of STOP_CODE, which hasn't done anything useful for years
benjaminp
committed
9ab49a8
View commit details
Copy full SHA for 9ab49a8
View code at this point
Browse repository at this point
Commits on Sep 10, 2010
#4617: Previously it was illegal to delete a name from the local
Show description for f4136c2
amauryfa
committed
f4136c2
View commit details
Copy full SHA for f4136c2
View code at this point
Browse repository at this point
Commits on Sep 4, 2010
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Show description for 6b5b772
pitrou
committed
6b5b772
View commit details
Copy full SHA for 6b5b772
View code at this point
Browse repository at this point
Commits on Jul 20, 2010
revert unintended changes
benjaminp
committed
b1dabe1
View commit details
Copy full SHA for b1dabe1
View code at this point
Browse repository at this point
move test_trace.py so as not to conflict with future tests for the trace module
benjaminp
committed
a1047ef
View commit details
Copy full SHA for a1047ef
View code at this point
Browse repository at this point
Commits on Jun 28, 2009
Merged revisions 72912,72920,72940 via svnmerge from
Show description for 00fe8a7
benjaminp
committed
00fe8a7
View commit details
Copy full SHA for 00fe8a7
View code at this point
Browse repository at this point
Commits on Feb 25, 2009
http://bugs.python.org/issue4715
Show description for 015c0a4
jyasskin
committed
015c0a4
View commit details
Copy full SHA for 015c0a4
View code at this point
Browse repository at this point
Commits on Dec 18, 2008
Merged revisions 67818 via svnmerge from
Show description for c759a27
pitrou
committed
c759a27
View commit details
Copy full SHA for c759a27
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
#3021: Antoine Pitrou's Lexical exception handlers
benjaminp
committed
c86ac88
View commit details
Copy full SHA for c86ac88
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
Merged revisions 59541-59561 via svnmerge from
Show description for 386ef4a
tiran
committed
386ef4a
View commit details
Copy full SHA for 386ef4a
View code at this point
Browse repository at this point
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for f30787b
gvanrossum
committed
f30787b
View commit details
Copy full SHA for f30787b
View code at this point
Browse repository at this point
Commits on Aug 30, 2007
Remove the simple slicing API. All slicing is now done with slice objects.
Yhg1s
committed
7b3b0e9
View commit details
Copy full SHA for 7b3b0e9
View code at this point
Browse repository at this point
Commits on Jul 18, 2007
Merged revisions 56301-56442 via svnmerge from
Show description for fa31692
gvanrossum
committed
fa31692
View commit details
Copy full SHA for fa31692
View code at this point
Browse repository at this point
Commits on May 11, 2007
Merged revisions 55225-55227,55229-55269 via svnmerge from
Show description for c6a56a8
gvanrossum
committed
c6a56a8
View commit details
Copy full SHA for c6a56a8
View code at this point
Browse repository at this point
Commits on Apr 15, 2007
Hide list comp variables and support set comprehensions
ncoghlan
committed
65391c3
View commit details
Copy full SHA for 65391c3
View code at this point
Browse repository at this point
Commits on Mar 18, 2007
Implement PEP 3115 -- new metaclass syntax and semantics.
Show description for 35e0295
gvanrossum
committed
35e0295
View commit details
Copy full SHA for 35e0295
View code at this point
Browse repository at this point
Commits on Feb 23, 2007
Bytes literal.
Yhg1s
committed
861e118
View commit details
Copy full SHA for 861e118
View code at this point
Browse repository at this point
Commits on Feb 9, 2007
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Show description for 24838a8
birkenfeld
committed
24838a8
View commit details
Copy full SHA for 24838a8
View code at this point
Browse repository at this point
Commits on Sep 6, 2006
Patch #1550800: make exec a function.
birkenfeld
committed
9a1e389
View commit details
Copy full SHA for 9a1e389
View code at this point
Browse repository at this point
Commits on Aug 28, 2006
SF patch 1547796 by Georg Brandl -- set literals.
gvanrossum
committed
a56c2e2
View commit details
Copy full SHA for a56c2e2
View code at this point
Browse repository at this point
Commits on Aug 25, 2006
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Show description for 3f7ac48
brettcannon
committed
3f7ac48
View commit details
Copy full SHA for 3f7ac48
View code at this point
Browse repository at this point
Commits on Mar 17, 2006
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
nnorwitz
committed
f975d62
View commit details
Copy full SHA for f975d62
View code at this point
Browse repository at this point
Commits on Mar 16, 2006
Get rid of last vestiges of BINARY_DIVIDE.
nnorwitz
committed
4a4a590
View commit details
Copy full SHA for 4a4a590
View code at this point
Browse repository at this point
Commits on Feb 27, 2006
PEP 343 -- the with-statement.
Show description for 6cdf239
gvanrossum
committed
6cdf239
View commit details
Copy full SHA for 6cdf239
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.