🌐 AI搜索 & 代理 主页
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: domdfcoding/domdf_python_tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be49b1a
Choose a base ref
...
head repository: domdfcoding/domdf_python_tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da61843
Choose a head ref
  • 16 commits
  • 47 files changed
  • 4 contributors

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    353805e View commit details
    Browse the repository at this point in the history
  2. Bump Ubuntu to 22.04 (#132)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    458df4b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. [repo-helper] Configuration Update (#133)

    * Updated files with 'repo_helper'.
    
    * Updated files with 'repo_helper'.
    
    ---------
    
    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    bb77dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2e03a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Updated files with 'repo_helper'. (#134)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    de027bb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Update contributing guide (#135)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    fa89aff View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Bump mypy

    domdfcoding committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    3a2a9af View commit details
    Browse the repository at this point in the history
  2. Update type hints

    domdfcoding committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    7307876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72931d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f0aee View commit details
    Browse the repository at this point in the history
  5. Lint

    domdfcoding committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    8dca041 View commit details
    Browse the repository at this point in the history
  6. Updated files with 'repo_helper'. (#140)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    1dc8d59 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Updated files with 'repo_helper'. (#141)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    eea8977 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    5d12833 View commit details
    Browse the repository at this point in the history
  2. Updated files with 'repo_helper'. (#142)

    Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
    repo-helper[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    c219013 View commit details
    Browse the repository at this point in the history
  3. Fix Python 3.14 test failures (#137)

    * tests: fix pathlib.PurePosixPath repr on py3.14
    
    ``` fish
    for i in python3.{9,10,11,12,13,14}
        echo -n "$i "
        $i -c 'import pathlib; print(repr(pathlib.PurePosixPath))'
    end
    ```
    
    ```
    python3.9 <class 'pathlib.PurePosixPath'>
    python3.10 <class 'pathlib.PurePosixPath'>
    python3.11 <class 'pathlib.PurePosixPath'>
    python3.12 <class 'pathlib.PurePosixPath'>
    python3.13 <class 'pathlib._local.PurePosixPath'>
    python3.14 <class 'pathlib.PurePosixPath'>
    ```
    
    * words: fix alphabet_sort exception handling for py3.14
    
    As of python/cpython#121395, the format of the
    list.index exception has changed and parsing it like this no longer
    works. Relying on implementation details like this is always risky, so
    this solution should be more future-proof.
    
    * Skip pathlib.PurePath for from_uri test in Python 3.13
    
    * Configure testing on Python 3.14
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Dominic Davis-Foster <dominic@davis-foster.co.uk>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    da61843 View commit details
    Browse the repository at this point in the history
Loading