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

Use dict keys for order-preserving dedupes instead of set + list #15105

Merged
merged 8 commits into from
Apr 23, 2023

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    caccc1e View commit details
    Browse the repository at this point in the history
  2. use fromkeys

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    eaf250f View commit details
    Browse the repository at this point in the history
  3. use fromkeys

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8bfb994 View commit details
    Browse the repository at this point in the history
  4. don't call keys

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6d0dbd5 View commit details
    Browse the repository at this point in the history
  5. code golf

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    282dc44 View commit details
    Browse the repository at this point in the history
  6. remove test

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4a498d2 View commit details
    Browse the repository at this point in the history
  7. remove import

    adriangb committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    3bf1364 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ecc7ee View commit details
    Browse the repository at this point in the history