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

PyCode "Unparse": Added support for slice objects in subscriptions #11981

Merged
merged 12 commits into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    8372883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b10ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f86d90 View commit details
    Browse the repository at this point in the history
  4. Fix slice "unparsing" behaviour

    + Default slice -> "[:]"
    + Slice without step size -> "[start:stop]"
    MatrixEditor committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d9914d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ca16f5 View commit details
    Browse the repository at this point in the history
  6. Remove blank lines

    MatrixEditor committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    94d5a5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c433b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e78978 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    980afb8 View commit details
    Browse the repository at this point in the history
  10. Update CHANGES.rst

    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    MatrixEditor and picnixz committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    439c592 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72af542 View commit details
    Browse the repository at this point in the history
  12. Fix broken tests

    MatrixEditor committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    886b9b5 View commit details
    Browse the repository at this point in the history