summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-4/+4
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
* | 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-101-0/+10
|/
* 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-221-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-4/+11
|\ \ | |/
| * Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.Georg Brandl2013-10-121-4/+11
* | #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
|/
* Issue #16538: correctly describe MAKE_CLOSURE in docs.Andrew Svetlov2012-11-231-3/+4
* merge 3.2Benjamin Peterson2012-10-121-4/+4
|\
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-4/+4
* | 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-181-5/+0
|/
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+2
* SET_LINENO was removed in 2.3Antoine Pitrou2010-12-121-5/+0
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+4
* Fix documentation of dis.opmap direction.Georg Brandl2010-10-171-1/+1
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+6
* As per python-dev discussion with Eli, properly document and publish dis.show...Nick Coghlan2010-09-101-1/+11
* Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-11/+5
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-14/+14
* Issue 9147: Add dis.code_info()Nick Coghlan2010-08-171-0/+12
* Remove the need for a "()" empty argument list after opcodes.Georg Brandl2010-07-031-62/+70
* Wrap and use the correct directive.Georg Brandl2010-07-031-1/+7
* Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...Nick Coghlan2010-07-031-4/+7
* Some people have mistaken Python bytecode as being stable and unchanging. InBrett Cannon2010-07-021-3/+4
* remove description of LOAD_LOCALS #8874Benjamin Peterson2010-06-021-7/+0
* #7432: remove unnecessary from __future__ import divisionEzio Melotti2010-01-051-4/+2