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

Official support for python 3.12 and code clean-up after EOLed Python 3.6 and 3.7. #517

Merged
merged 43 commits into from
Oct 13, 2023

Commits on Sep 13, 2023

  1. pytest: drop the dot

    hugovk committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    da5e30a View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.12

    hugovk committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    eb2231f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    fa838d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ed86f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    8ce7386 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    ogrisel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b40f270 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    48d9d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d7aca View commit details
    Browse the repository at this point in the history
  3. Adapt test_interactive_remote_function_calls_no_memory_leak to what I…

    … observe on my dev machine
    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0eb8805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58fb34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    556a3ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e82ee46 View commit details
    Browse the repository at this point in the history
  7. Reformat inline comment

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d4688b0 View commit details
    Browse the repository at this point in the history
  8. More dead code cleanup

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4668392 View commit details
    Browse the repository at this point in the history
  9. Fix linting errors

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    adbe0d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    796161e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8549e57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b23265 View commit details
    Browse the repository at this point in the history
  13. More code style cleanups

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7c12a86 View commit details
    Browse the repository at this point in the history
  14. More dead code cleanup

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    39ae541 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    319cfb8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b69d56c View commit details
    Browse the repository at this point in the history
  17. Dead code in _code_reduce

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e0dff44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b508da4 View commit details
    Browse the repository at this point in the history
  19. More dead code cleanup

    ogrisel committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    48df2f2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ceb43da View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    8c5c640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81d8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    958966a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b3938 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3a2fbe View commit details
    Browse the repository at this point in the history
  6. Typo

    ogrisel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f028d6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab85b0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e43da6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    4512710 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    ogrisel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    dc794d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a60637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8294be0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b6162 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8708303 View commit details
    Browse the repository at this point in the history
  7. Forgot about register_pickle_by_value/unregister_pickle_by_value whic…

    …h is also part of the public API
    ogrisel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c9f4b6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be52c1a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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