summaryrefslogtreecommitdiff
path: root/Doc/library/dis.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.INADA Naoki2017-01-161-0/+22
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
* | Issue #28394: More typo fixes for 3.6+Martin Panter2016-10-101-1/+1
* | Add missing versionadded directivesBerker Peksag2016-09-121-0/+4
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+11
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-0/+8
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-17/+6
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-121-0/+9
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-5/+4
* | Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-231-0/+22
|\ \ | |/ |/|
| * Merge typo fixes from 3.5Martin Panter2016-04-051-0/+22
| |\
| | * For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is ...Eric V. Smith2015-11-041-1/+2
| | * Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.Eric V. Smith2015-11-031-1/+3
| | * Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.Eric V. Smith2015-11-031-0/+19
* | | Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-231-5/+5
|/ /
* | Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
|/
* Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
|\
| * Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
* | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-3/+5
* | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+8
* | remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-4/+0
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-2/+40
* | Add versionadded directives for the matmul operator.Berker Peksag2015-03-121-0/+4
* | merge 3.4 (#23561)Benjamin Peterson2015-03-021-100/+100
|\ \ | |/
| * wrap everything at 80 charsBenjamin Peterson2015-03-021-98/+97
| * link to the correct dis method or function (closes #23561)Benjamin Peterson2015-03-021-3/+3
* | Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-8/+18
|\ \ | |/ |/|
| * Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-8/+18
| |\
| | * Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-251-8/+8
| | * PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+10
* | | Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
|/ /
* | Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
|/
* whatsnew: expand 'dis' entry.R David Murray2014-01-071-0/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\
* | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+7
* | Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-231-1/+11
* | Fix typo in updated dis docsNick Coghlan2013-11-061-1/+1
* | Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-061-18/+23
* | merge with 3.3Georg Brandl2013-10-121-42/+193
|\ \ | |/ |/|
| * #18796: improve documentation of the file argument of dis.show_code. Initial...Ezio Melotti2013-08-231-1/+2
| * rather than passing locals to the class body, just execute the class body in ...Benjamin Peterson2013-05-161-6/+0
| * Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-061-35/+184
| * check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+7
* | Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.Georg Brandl2013-10-121-4/+11
|/
* Issue #16538: correctly describe MAKE_CLOSURE in docs.Andrew Svetlov2012-11-231-3/+4
* merge 3.2Benjamin Peterson2012-10-121-8/+11
|\
| * Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst toEli Bendersky2012-03-241-3/+4
| * Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+7
| * excise the remains of STOP_CODE, which hasn't done anything useful for yearsBenjamin Peterson2011-07-171-5/+0