summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 72912,72920,72940 via svnmerge fromBenjamin Peterson2009-06-281-0/+12
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-6/+5
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-10/+5
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-6/+16
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* Merged revisions 68116-68119,68121,68123-68127 via svnmerge fromBenjamin Peterson2009-01-011-2/+15
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-4/+15
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-1/+2
* fix markupBenjamin Peterson2008-07-201-1/+1
* #3400: document new 3.0 opcodes.Georg Brandl2008-07-201-2/+20
* document LOAD_BUILD_CLASSBenjamin Peterson2008-07-031-3/+3
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-15/+21
* Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,...Christian Heimes2008-04-201-3/+5
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-12/+15
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-1/+1
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-121-3/+7
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-23/+1
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-30/+32
* Thomas removed all the SLICE op codesNeal Norwitz2007-08-311-65/+0
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-6/+24
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+775