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

Fully deprecate Python 2 #130

Merged
merged 62 commits into from
Sep 27, 2023
Merged

Fully deprecate Python 2 #130

merged 62 commits into from
Sep 27, 2023

Commits on Feb 8, 2022

  1. Remove Py2 support

    kiwiz committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1bfa6be View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Remove calls to raise_frome

    kiwiz committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    10e87e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    cabded5 View commit details
    Browse the repository at this point in the history
  2. Remove redundant u string prefix

    Unicode strings are the default behaviour in Python 3
    PrOF-kk committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    369ae0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4117fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #120 from PrOF-kk/py2deprAdditions

    Minor Python2 deprecation additions
    kiwiz authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f0d066f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Minor generic cleanup

    PrOF-kk committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    6b627b8 View commit details
    Browse the repository at this point in the history
  2. Remove redundant u string prefix

    Unicode strings are the default behaviour in Python 3
    PrOF-kk committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    910b7c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d158fa5 View commit details
    Browse the repository at this point in the history
  4. Fix Keep::dump docs

    PrOF-kk committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    7f9d0f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Add initial type hints

    Only user-facing methods have typing info for now
    PrOF-kk committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ebd0f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    49e72a2 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary typing info from docstrings

    Sphinx supports PEP 484 type annotations now
    PrOF-kk committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0ab21a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f2017 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge pull request #128 from PrOF-kk/initialTyping

    Add initial type hints
    kiwiz authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ebc387e View commit details
    Browse the repository at this point in the history
  2. Add addn typehints

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    7e6180d View commit details
    Browse the repository at this point in the history
  3. Black

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    04ba617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f35c22 View commit details
    Browse the repository at this point in the history
  5. Black

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    e2f7e5d View commit details
    Browse the repository at this point in the history
  6. Add addn typehints

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3b9b799 View commit details
    Browse the repository at this point in the history
  7. Black

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f4290a8 View commit details
    Browse the repository at this point in the history
  8. Add addn typehints

    kiwiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0c9ddb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    b32ce82 View commit details
    Browse the repository at this point in the history
  2. Update typehints for 3.10

    kiwiz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    84ed0e7 View commit details
    Browse the repository at this point in the history
  3. Add min python version

    kiwiz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a25e842 View commit details
    Browse the repository at this point in the history
  4. Typehint fixes

    kiwiz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d0e3841 View commit details
    Browse the repository at this point in the history
  5. Move to pyproject.toml

    kiwiz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ba08ac3 View commit details
    Browse the repository at this point in the history
  6. More Py3 cleanup

    kiwiz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    42937ae View commit details
    Browse the repository at this point in the history
  7. Black

    wizpig64 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3728cc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4aacc2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37698b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    781e38e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef2d9c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge pull request #138 from wizpig64/deprecate_py2_ruff

    deprecate py2: replace pylint with ruff, auto-improving lots of code
    kiwiz authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    36261cd View commit details
    Browse the repository at this point in the history
  2. Clean up some old configs

    kiwiz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b08ccba View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    516dfb6 View commit details
    Browse the repository at this point in the history
  2. Fix up lint findings

    kiwiz committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bbad804 View commit details
    Browse the repository at this point in the history
  3. Black

    kiwiz committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    397a089 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Typehints cleanup

    kiwiz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8d76612 View commit details
    Browse the repository at this point in the history
  2. Typehints cleanup

    kiwiz committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    74c1d05 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Lint cleanup

    kiwiz committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c6a2f72 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update ruff

    kiwiz committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fb0a8e7 View commit details
    Browse the repository at this point in the history
  2. Lint cleanup

    kiwiz committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    792dd21 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Lints

    kiwiz committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    703f6db View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bump ruff

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bc3d2ac View commit details
    Browse the repository at this point in the history
  2. Fix remaining lint findings

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8d208de View commit details
    Browse the repository at this point in the history
  3. Add lint GH action

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9a475ef View commit details
    Browse the repository at this point in the history
  4. Add black & tests

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8efb389 View commit details
    Browse the repository at this point in the history
  5. Fix GH action trigger

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    878b784 View commit details
    Browse the repository at this point in the history
  6. Fix black syntax

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4176fac View commit details
    Browse the repository at this point in the history
  7. black

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2407d24 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aa4cfa3 View commit details
    Browse the repository at this point in the history
  9. Add missing build deps

    kiwiz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e2f9716 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Fix lint

    kiwiz committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8fd4f92 View commit details
    Browse the repository at this point in the history
  2. Add codecoverage dep

    kiwiz committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    80f8354 View commit details
    Browse the repository at this point in the history
  3. Doc fixups

    kiwiz committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3d91b57 View commit details
    Browse the repository at this point in the history
  4. Update build system

    kiwiz committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    915fc87 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Lint

    kiwiz committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    27de4df View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Fix broken links

    kiwiz committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c1ae66d View commit details
    Browse the repository at this point in the history
  2. Demote version

    kiwiz committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a5e98f6 View commit details
    Browse the repository at this point in the history
  3. Fixes

    kiwiz committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7a7643d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Bump gpsoauth

    kiwiz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1f9f721 View commit details
    Browse the repository at this point in the history