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

Added type annotations to pyi interface file. #70

Merged
merged 28 commits into from
Apr 26, 2023

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    f5f5627 View commit details
    Browse the repository at this point in the history
  2. Update frozendict.pyi

    Mypy was complaining, so I added a few more methods.
    gauravmm committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7f9555c View commit details
    Browse the repository at this point in the history
  3. removed typeshed

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bbdd123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a69ed3 View commit details
    Browse the repository at this point in the history
  5. No more dict_cls

    And FrozenOrderedDict only a legacy alias
    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    620997f View commit details
    Browse the repository at this point in the history
  6. removed blacklisted methods

    removed blacklisted methods not present in the C Extension
    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    836baf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    658e91d View commit details
    Browse the repository at this point in the history
  8. key type must be hashable

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d820cf9 View commit details
    Browse the repository at this point in the history
  9. typo

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6843d2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07d3d5a View commit details
    Browse the repository at this point in the history
  11. support python < 3.9

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    915ce02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a377cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    273ce74 View commit details
    Browse the repository at this point in the history
  14. minor

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6aa1e27 View commit details
    Browse the repository at this point in the history
  15. support subclassing

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    566f508 View commit details
    Browse the repository at this point in the history
  16. added fromkeys

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2df287f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d35a8e View commit details
    Browse the repository at this point in the history
  18. removed frozendict_or

    Marco-Sulla committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2ba8db7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d81d08 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Rename frozendict.pyi to __init__.pyi

    It should be __init__, since it's a module
    Marco-Sulla committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4dc9462 View commit details
    Browse the repository at this point in the history
  2. Update __init__.pyi

    fix fromkeys return type
    Marco-Sulla committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2da7ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272b2a3 View commit details
    Browse the repository at this point in the history
  4. renamed pyi

    Marco-Sulla committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ab94dda View commit details
    Browse the repository at this point in the history
  5. renamed pyi

    Marco-Sulla committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    79788c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1380b1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9e7792 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31cae8b View commit details
    Browse the repository at this point in the history
  9. Delete frozendict.pyi

    Marco-Sulla committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5226d25 View commit details
    Browse the repository at this point in the history