index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
dis.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+11
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-2/+2
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-43/+77
*
bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
Serhiy Storchaka
2018-02-01
1
-0/+31
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-7/+0
*
[Doc] Update opcode for var-positional arguments (#4446)
Moses Koledoye
2017-11-18
1
-1/+1
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-2/+5
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-9/+21
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-2/+11
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)
Ivan Levkivskyi
2017-03-24
1
-2/+16
*
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)
Ivan Levkivskyi
2017-03-10
1
-31/+40
*
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)
Ivan Levkivskyi
2017-03-10
1
-4/+15
*
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238)
Ivan Levkivskyi
2017-03-03
1
-2/+53
*
Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.
INADA Naoki
2017-01-16
1
-0/+22
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+5
|
\
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+5
*
|
Issue #28394: More typo fixes for 3.6+
Martin Panter
2016-10-10
1
-1/+1
*
|
Add missing versionadded directives
Berker Peksag
2016-09-12
1
-0/+4
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-0/+11
*
|
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-0/+8
*
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
1
-17/+6
*
|
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-11
1
-0/+9
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-5/+4
*
|
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
1
-5/+5
|
\
\
|
|
/
|
*
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
1
-5/+5
*
|
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-1/+1
*
|
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is ...
Eric V. Smith
2015-11-04
1
-1/+2
*
|
Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.
Eric V. Smith
2015-11-03
1
-1/+3
*
|
Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.
Eric V. Smith
2015-11-03
1
-0/+19
|
/
*
Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou
2015-08-13
1
-2/+2
|
\
|
*
Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou
2015-08-13
1
-2/+2
*
|
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-3/+5
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-0/+8
*
|
remove STORE_MAP, since it's unused
Benjamin Peterson
2015-05-28
1
-4/+0
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-2/+40
*
|
Add versionadded directives for the matmul operator.
Berker Peksag
2015-03-12
1
-0/+4
*
|
merge 3.4 (#23561)
Benjamin Peterson
2015-03-02
1
-100/+100
|
\
\
|
|
/
|
*
wrap everything at 80 chars
Benjamin Peterson
2015-03-02
1
-98/+97
|
*
link to the correct dis method or function (closes #23561)
Benjamin Peterson
2015-03-02
1
-3/+3
*
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Berker Peksag
2015-03-02
1
-4/+4
|
\
\
|
|
/
|
*
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Berker Peksag
2015-03-02
1
-4/+4
*
|
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-23/+24
|
\
\
|
|
/
|
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-23/+24
*
|
Issue #21947: handle generator-iterator objects in dis
Nick Coghlan
2014-07-25
1
-8/+8
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+10
|
/
*
whatsnew: expand 'dis' entry.
R David Murray
2014-01-07
1
-0/+2
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-0/+7
*
|
Close #17916: dis.Bytecode based replacement for distb
Nick Coghlan
2013-11-22
1
-1/+11
[next]