Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebwareForPython/w4py3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.10
Choose a base ref
...
head repository: WebwareForPython/w4py3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 16 commits
  • 65 files changed
  • 1 contributor

Commits on Sep 6, 2025

  1. Configuration menu
    Copy the full SHA
    95c79cc View commit details
    Browse the repository at this point in the history
  2. Desupport Python 3.6 to 3.9

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    a355f46 View commit details
    Browse the repository at this point in the history
  3. Modernize code a bit

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    fb486bf View commit details
    Browse the repository at this point in the history
  4. Use walrus operator

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    c9d79f4 View commit details
    Browse the repository at this point in the history
  5. Use newer f-string syntax

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    35ff0fd View commit details
    Browse the repository at this point in the history
  6. Use removeprefix

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    a57ceb0 View commit details
    Browse the repository at this point in the history
  7. Make use of dict unions

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    88511d0 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    0305252 View commit details
    Browse the repository at this point in the history
  9. Use structural pattern matching

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    3fdb8cb View commit details
    Browse the repository at this point in the history
  10. Support Python 3.13 and 3.14

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    8201e51 View commit details
    Browse the repository at this point in the history
  11. Update year of copyright

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    272f191 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88a92c8 View commit details
    Browse the repository at this point in the history
  13. Relax setuptools requirement

    Cito committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    7fcf308 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Ignore VS Code settings

    Cito committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    d353e2c View commit details
    Browse the repository at this point in the history
  2. Show output in test

    Cito committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    cb756ea View commit details
    Browse the repository at this point in the history
  3. Improve import error message

    Cito committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    622010d View commit details
    Browse the repository at this point in the history
Loading