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

Drop python2 support #519

Merged
merged 12 commits into from May 21, 2023
Merged

Drop python2 support #519

merged 12 commits into from May 21, 2023

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    167dedb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868f64c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Remove python2 cases

    sblondon committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    3fbf7d5 View commit details
    Browse the repository at this point in the history
  2. Inline compatibility constants and functions

    They were used to hide differences (name or behaviour) between python2 and 3. So they are not useful anymore due to the removal of python2 support.
    sblondon committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5c2f9fc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. timezone.utc attribute exists in python3 supported releases

    datetime.timezone.utc exists since python 3.2
    sblondon committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    e42757a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. fix: spellcheck 'integer'

    sblondon committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    010ce5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f709beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e139aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. remove unused constant

    sblondon committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8c01b60 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    8b1e561 View commit details
    Browse the repository at this point in the history
  2. reformat (black)

    sblondon committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    947b82a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    5f251f5 View commit details
    Browse the repository at this point in the history