Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-102676: Add more convenience properties to dis.Instruction #103969

Merged
merged 13 commits into from
Jun 11, 2023

Commits on Apr 28, 2023

  1. Add more convenience properties to dis.Instruction

    Adds start_offset, cache_offset, end_offset, baseopcode,
    baseopname, jump_target and oparg to dis.Instruction.
    
    Also slightly improves the disassembly output by allowing
    opnames to overflow into the space reserved for opargs.
    tomasr8 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0f70a02 View commit details
    Browse the repository at this point in the history
  2. Add news entry

    tomasr8 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2023a5e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    d06f932 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update Doc/library/dis.rst

    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    tomasr8 and gvanrossum committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2979fa6 View commit details
    Browse the repository at this point in the history
  2. Update Doc/library/dis.rst

    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    tomasr8 and gvanrossum committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e8a2012 View commit details
    Browse the repository at this point in the history
  3. Improve docs

    tomasr8 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7c326b0 View commit details
    Browse the repository at this point in the history
  4. Improve docstrings

    tomasr8 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d0eaef7 View commit details
    Browse the repository at this point in the history
  5. Update Lib/dis.py

    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    tomasr8 and gvanrossum committed May 25, 2023
    Configuration menu
    Copy the full SHA
    da7163e View commit details
    Browse the repository at this point in the history
  6. Improve docs

    tomasr8 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9499fb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    547c517 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f3c480 View commit details
    Browse the repository at this point in the history
  9. Minor fixes

    tomasr8 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d0339ab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    bf399c6 View commit details
    Browse the repository at this point in the history