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

Kickstart support drop for Python < 3.7 #499

Merged
merged 16 commits into from
Jul 1, 2022

Commits on Jun 4, 2022

  1. Kickstart support drop for Python < 3.7

    Step 1 of code clean-up: mechanically remove if-else branches that would never
    run in Python/PyPy >= 3.7.  There's still some unused or redundant code, left
    for the next step to facilitate review.
    
    Note: all the remaining `sys.hexversion` tests were standardized to use
    numerical comparison and hexadecimal integer literals (e.g. `0x30b00a7` for
    version 3.11.0a7) as most of them already were.
    leogama committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    fc46578 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    2863597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fcc7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc87125 View commit details
    Browse the repository at this point in the history
  4. substitute bare 'except' clauses by 'except Exception' or more specif…

    …ic where it's obvious
    leogama committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1f8db14 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    5488acc View commit details
    Browse the repository at this point in the history
  2. idem, but for test files

    leogama committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0df4aca View commit details
    Browse the repository at this point in the history
  3. review: adjustments

    leogama committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d8727dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05acd0 View commit details
    Browse the repository at this point in the history
  5. update module docs

    leogama committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6221f62 View commit details
    Browse the repository at this point in the history
  6. update README

    leogama committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    de6a191 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. review: corrections

    leogama committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    af4e4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa67088 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    ef2ed16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42fa293 View commit details
    Browse the repository at this point in the history