| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-18 | 1 | -5/+0 |
|
|
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -0/+2 |
|
|
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 1 | -5/+2 |
|
|
* | SET_LINENO was removed in 2.3 | Antoine Pitrou | 2010-12-12 | 1 | -5/+0 |
|
|
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+4 |
|
|
* | Fix documentation of dis.opmap direction. | Georg Brandl | 2010-10-17 | 1 | -1/+1 |
|
|
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -0/+6 |
|
|
* | As per python-dev discussion with Eli, properly document and publish dis.show... | Nick Coghlan | 2010-09-10 | 1 | -1/+11 |
|
|
* | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 1 | -11/+5 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -14/+14 |
|
|
* | Issue 9147: Add dis.code_info() | Nick Coghlan | 2010-08-17 | 1 | -0/+12 |
|
|
* | Remove the need for a "()" empty argument list after opcodes. | Georg Brandl | 2010-07-03 | 1 | -62/+70 |
|
|
* | Wrap and use the correct directive. | Georg Brandl | 2010-07-03 | 1 | -1/+7 |
|
|
* | Issue 6507: accept source strings directly in dis.dis(). Original patch by Da... | Nick Coghlan | 2010-07-03 | 1 | -4/+7 |
|
|
* | Some people have mistaken Python bytecode as being stable and unchanging. In | Brett Cannon | 2010-07-02 | 1 | -3/+4 |
|
|
* | remove description of LOAD_LOCALS #8874 | Benjamin Peterson | 2010-06-02 | 1 | -7/+0 |
|
|
* | #7432: remove unnecessary from __future__ import division | Ezio Melotti | 2010-01-05 | 1 | -4/+2 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -0/+12 |
|
|
* | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -6/+5 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -10/+5 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -6/+16 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
|
|
* | Merged revisions 68116-68119,68121,68123-68127 via svnmerge from | Benjamin Peterson | 2009-01-01 | 1 | -2/+15 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -4/+15 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -1/+2 |
|
|
* | fix markup | Benjamin Peterson | 2008-07-20 | 1 | -1/+1 |
|
|
* | #3400: document new 3.0 opcodes. | Georg Brandl | 2008-07-20 | 1 | -2/+20 |
|
|
* | document LOAD_BUILD_CLASS | Benjamin Peterson | 2008-07-03 | 1 | -3/+3 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -15/+21 |
|
|
* | Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,... | Christian Heimes | 2008-04-20 | 1 | -3/+5 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -12/+15 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -3/+7 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -23/+1 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -30/+32 |
|
|
* | Thomas removed all the SLICE op codes | Neal Norwitz | 2007-08-31 | 1 | -65/+0 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -6/+24 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+775 |
|
|