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

Make Counter generic over the value #11632

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2024

  1. Make Counter generic over the value

    Closes: python#3438
    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e7e430a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc7af55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7f64c View commit details
    Browse the repository at this point in the history
  4. Add generic arguments

    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    44ed688 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    923d8e2 View commit details
    Browse the repository at this point in the history
  6. Disable a test

    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f460e39 View commit details
    Browse the repository at this point in the history
  7. Make pyright happy

    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    424d3c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e336926 View commit details
    Browse the repository at this point in the history
  9. ...

    srittau committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2f5105b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Improve tests

    srittau committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    dcf86cf View commit details
    Browse the repository at this point in the history
  2. Fix test

    srittau committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    caa5b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10c23c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    b107d20 View commit details
    Browse the repository at this point in the history
  2. Add a test

    srittau committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4723e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39aa741 View commit details
    Browse the repository at this point in the history
  4. Fix test

    srittau committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f9a14ba View commit details
    Browse the repository at this point in the history
  5. Streamline tests

    srittau committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3fe47e0 View commit details
    Browse the repository at this point in the history