FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/opcode.h - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
pythoncapi
User selector
Datepicker
Commit history
Commits on Mar 23, 2018
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
markshannon
authored and
rhettinger
committed
332cd5e
View commit details
Copy full SHA for 332cd5e
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Show description for f239213
Yury Selivanov
committed
f239213
View commit details
Copy full SHA for f239213
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
Issue #28257: Improved error message when pass a non-iterable as
Show description for 7344285
serhiy-storchaka
committed
7344285
View commit details
Copy full SHA for 7344285
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Rework CALL_FUNCTION* opcodes
Show description for f9b760f
vstinner
committed
f9b760f
View commit details
Copy full SHA for f9b760f
View code at this point
Browse repository at this point
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Show description for f8cb8a1
Yury Selivanov
committed
f8cb8a1
View commit details
Copy full SHA for f8cb8a1
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy-storchaka
committed
ea525a2
View commit details
Copy full SHA for ea525a2
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Show description for 64204de
serhiy-storchaka
committed
64204de
View commit details
Copy full SHA for 64204de
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
serhiy-storchaka
committed
6a7506a
View commit details
Copy full SHA for 6a7506a
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Issue 25483: Add an opcode to make f-string formatting more robust.
ericvsmith
committed
a78c795
View commit details
Copy full SHA for a78c795
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 5376ba9
Yury Selivanov
committed
5376ba9
View commit details
Copy full SHA for 5376ba9
View code at this point
Browse repository at this point
Commits on May 28, 2015
remove STORE_MAP, since it's unused
benjaminp
committed
264be6f
View commit details
Copy full SHA for 264be6f
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
3028c95
View commit details
Copy full SHA for 3028c95
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
7544508
View commit details
Copy full SHA for 7544508
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 025e9eb
benjaminp
committed
025e9eb
View commit details
Copy full SHA for 025e9eb
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 02d23a2
kushaldas
committed
02d23a2
View commit details
Copy full SHA for 02d23a2
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
d51374e
View commit details
Copy full SHA for d51374e
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
e8e1459
View commit details
Copy full SHA for e8e1459
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
3b0431d
View commit details
Copy full SHA for 3b0431d
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
1f7ce62
View commit details
Copy full SHA for 1f7ce62
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
76f7f4d
View commit details
Copy full SHA for 76f7f4d
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 ba117ef
amauryfa
committed
ba117ef
View commit details
Copy full SHA for ba117ef
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 74a69fa
pitrou
committed
74a69fa
View commit details
Copy full SHA for 74a69fa
View code at this point
Browse repository at this point
Commits on Jul 20, 2010
revert unintended changes
benjaminp
committed
20f9c3c
View commit details
Copy full SHA for 20f9c3c
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
013783c
View commit details
Copy full SHA for 013783c
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 876b2f2
benjaminp
committed
876b2f2
View commit details
Copy full SHA for 876b2f2
View code at this point
Browse repository at this point
Commits on Feb 25, 2009
http://bugs.python.org/issue4715
Show description for 9de7ec7
jyasskin
committed
9de7ec7
View commit details
Copy full SHA for 9de7ec7
View code at this point
Browse repository at this point
Commits on Dec 18, 2008
Merged revisions 67818 via svnmerge from
Show description for f289ae6
pitrou
committed
f289ae6
View commit details
Copy full SHA for f289ae6
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
#3021: Antoine Pitrou's Lexical exception handlers
benjaminp
committed
eec3d71
View commit details
Copy full SHA for eec3d71
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 99170a5
tiran
committed
99170a5
View commit details
Copy full SHA for 99170a5
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 98297ee
gvanrossum
committed
98297ee
View commit details
Copy full SHA for 98297ee
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
d2cf20e
View commit details
Copy full SHA for d2cf20e
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 b5a755e
gvanrossum
committed
b5a755e
View commit details
Copy full SHA for b5a755e
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 0368b72
gvanrossum
committed
0368b72
View commit details
Copy full SHA for 0368b72
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL