Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
727cc9337fe6b2f33e53922a75d329de3c8b4000
/
Python
/
opcode_targets.h
f9b760f
Rework CALL_FUNCTION* opcodes
by Victor Stinner
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
ea525a2
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
by Serhiy Storchaka
· 8 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 8 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 8 years ago
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 9 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 9 years ago
264be6f
remove STORE_MAP, since it's unused
by Benjamin Peterson
· 9 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 9 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
d51374e
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
by Benjamin Peterson
· 11 years ago
e8e1459
rather than passing locals to the class body, just execute the class body in the proper environment
by Benjamin Peterson
· 11 years ago
3b0431d
check local class namespace before reaching for cells (closes #17853)
by Benjamin Peterson
· 12 years ago
1f7ce62
Implement PEP 380 - 'yield from' (closes #11682)
by Nick Coghlan
· 13 years ago
ba117ef
#4617: Previously it was illegal to delete a name from the local
by Amaury Forgeot d'Arc
· 14 years ago
74a69fa
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
by Antoine Pitrou
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
876b2f2
Merged revisions 72912,72920,72940 via svnmerge from
by Benjamin Peterson
· 15 years ago
9de7ec7
http://bugs.python.org/issue4715
by Jeffrey Yasskin
· 16 years ago
b52ec78
Issue #4753: By enabling a configure option named '--with-computed-gotos'
by Antoine Pitrou
· 16 years ago