- b8d0e36 Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 15 years ago
- e0e0822 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. by Raymond Hettinger · 15 years ago
- 8c4fa11 Backport r82456. by Brett Cannon · 15 years ago
- 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
- 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 16 years ago
- 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
- c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
- 775c307 #4222: document dis.findlabels() and dis.findlinestarts() and by Georg Brandl · 17 years ago
- d0c3515 Issue #2183: Simplify and optimize bytecode for list comprehensions. by Antoine Pitrou · 17 years ago
- c2f1440 clarify CALL_FUNCTION #4141 by Benjamin Peterson · 17 years ago
- 2fb8a53 #2631: clarify IMPORT_NAME semantics. by Georg Brandl · 17 years ago
- 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 17 years ago
- 5972493 #2161: Fix opcode name. by Georg Brandl · 17 years ago
- bed4dd4 Update the opcode docs for STORE_MAP and BUILD_MAP by Raymond Hettinger · 18 years ago
- b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
- e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
- cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
- 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
- ff27e0c Fix code being interpreted as a target. by Georg Brandl · 18 years ago
- 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 18 years ago
- 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago