index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
dis.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-08
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-12
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
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
Merge typo fixes from 3.5
Martin Panter
2016-04-05
1
-0
/
+22
|
|
\
|
|
*
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 #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
1
-5
/
+5
|
/
/
*
|
Fix typos in documentation and comments
Martin Panter
2016-04-05
1
-1
/
+1
|
/
*
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-11
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
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
Issue #22845: Improved formatting of dis documentation.
Serhiy Storchaka
2014-11-11
1
-8
/
+18
|
|
\
|
|
*
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-09
1
-0
/
+10
*
|
|
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
|
/
*
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-23
1
-1
/
+11
*
|
Fix typo in updated dis docs
Nick Coghlan
2013-11-06
1
-1
/
+1
*
|
Close #19378: address flaws in the new dis module APIs
Nick Coghlan
2013-11-06
1
-18
/
+23
*
|
merge with 3.3
Georg Brandl
2013-10-12
1
-42
/
+193
|
\
\
|
|
/
|
/
|
|
*
#18796: improve documentation of the file argument of dis.show_code. Initial...
Ezio Melotti
2013-08-23
1
-1
/
+2
|
*
rather than passing locals to the class body, just execute the class body in ...
Benjamin Peterson
2013-05-16
1
-6
/
+0
|
*
Issue #11816: multiple improvements to the dis module
Nick Coghlan
2013-05-06
1
-35
/
+184
|
*
check local class namespace before reaching for cells (closes #17853)
Benjamin Peterson
2013-04-30
1
-0
/
+7
*
|
Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
Georg Brandl
2013-10-12
1
-4
/
+11
|
/
*
Issue #16538: correctly describe MAKE_CLOSURE in docs.
Andrew Svetlov
2012-11-23
1
-3
/
+4
*
merge 3.2
Benjamin Peterson
2012-10-12
1
-8
/
+11
|
\
|
*
Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to
Eli Bendersky
2012-03-24
1
-3
/
+4
|
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-0
/
+7
|
*
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-17
1
-5
/
+0
*
|
Fix links to the __next__ method.
Ezio Melotti
2012-10-12
1
-4
/
+4
|
/
[next]