-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: domdfcoding/domdf_python_tools
base: v3.10.0
head repository: domdfcoding/domdf_python_tools
compare: master
- 16 commits
- 47 files changed
- 4 contributors
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 353805e - Browse repository at this point
Copy the full SHA 353805eView commit details -
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 458df4b - Browse repository at this point
Copy the full SHA 458df4bView commit details
Commits on May 6, 2025
-
[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>
Configuration menu - View commit details
-
Copy full SHA for bb77dff - Browse repository at this point
Copy the full SHA bb77dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2e03a - Browse repository at this point
Copy the full SHA 6a2e03aView commit details
Commits on May 8, 2025
-
Updated files with 'repo_helper'. (#134)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de027bb - Browse repository at this point
Copy the full SHA de027bbView commit details
Commits on May 22, 2025
-
Update contributing guide (#135)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa89aff - Browse repository at this point
Copy the full SHA fa89affView commit details
Commits on Dec 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a2a9af - Browse repository at this point
Copy the full SHA 3a2a9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7307876 - Browse repository at this point
Copy the full SHA 7307876View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72931d - Browse repository at this point
Copy the full SHA c72931dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f0aee - Browse repository at this point
Copy the full SHA 09f0aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dca041 - Browse repository at this point
Copy the full SHA 8dca041View commit details -
Updated files with 'repo_helper'. (#140)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1dc8d59 - Browse repository at this point
Copy the full SHA 1dc8d59View commit details
Commits on Dec 9, 2025
-
Updated files with 'repo_helper'. (#141)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eea8977 - Browse repository at this point
Copy the full SHA eea8977View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d12833 - Browse repository at this point
Copy the full SHA 5d12833View commit details -
Updated files with 'repo_helper'. (#142)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c219013 - Browse repository at this point
Copy the full SHA c219013View commit details -
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>Configuration menu - View commit details
-
Copy full SHA for da61843 - Browse repository at this point
Copy the full SHA da61843View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.10.0...master