1. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  2. bdf525b wrap everything at 80 chars by Benjamin Peterson · 9 years ago
  3. 29fec92 link to the correct dis method or function (closes #23561) by Benjamin Peterson · 9 years ago
  4. ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  5. f751a9e Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  6. 0bce6e7 whatsnew: expand 'dis' entry. by R David Murray · 11 years ago
  7. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  8. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  9. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  10. 07155c9 Fix typo in updated dis docs by Nick Coghlan · 11 years ago
  11. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  12. 3cb26b7 merge with 3.3 by Georg Brandl · 11 years ago
  13. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  14. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  15. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  16. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  17. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  18. a5c4309 Issue #16538: correctly describe MAKE_CLOSURE in docs. by Andrew Svetlov · 12 years ago
  19. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  20. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  21. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 12 years ago
  22. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  23. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  24. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  25. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  26. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 14 years ago
  27. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  28. 2379877 Fix documentation of dis.opmap direction. by Georg Brandl · 14 years ago
  29. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  30. e8814fb As per python-dev discussion with Eli, properly document and publish dis.show_code by Nick Coghlan · 14 years ago
  31. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  32. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  33. eae2da1 Issue 9147: Add dis.code_info() by Nick Coghlan · 14 years ago
  34. 4833e5b Remove the need for a "()" empty argument list after opcodes. by Georg Brandl · 14 years ago
  35. 19b7a87 Wrap and use the correct directive. by Georg Brandl · 14 years ago
  36. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  37. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  38. 775ae4a remove description of LOAD_LOCALS #8874 by Benjamin Peterson · 14 years ago
  39. 7de0a6e #7432: remove unnecessary from __future__ import division by Ezio Melotti · 15 years ago
  40. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  41. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  42. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  43. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  44. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  45. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 16 years ago
  46. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  47. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  48. aac8fd3 fix markup by Benjamin Peterson · 16 years ago
  49. 5ac2230 #3400: document new 3.0 opcodes. by Georg Brandl · 16 years ago
  50. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 16 years ago
  51. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  52. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  53. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  54. 8640e74 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60964,60966-60967,60971,60977,60979-60989 via svnmerge from by Christian Heimes · 16 years ago
  55. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  56. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  57. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  58. 639a8ff Thomas removed all the SLICE op codes by Neal Norwitz · 17 years ago
  59. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  60. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago