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: john-kurkowski/tldextract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refs/tags/5.1.2
Choose a base ref
...
head repository: john-kurkowski/tldextract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.3
Choose a head ref
  • 17 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 19, 2024

  1. Roll back tag on release error

    So release can be retried.
    
    * Extract upload/push side-effects from "verify" function
    john-kurkowski committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    befc91c View commit details
    Browse the repository at this point in the history
  2. Simplify

    john-kurkowski committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f4e993f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Keep more of GitHub release notes body (#327)

    Only omit the first paragraph, "What's Changed." Keep the e.g. "New Contributors" paragraph and "Full Changelog" link.
    john-kurkowski authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1d40c76 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Switch from pip to uv, during tox (#324)

    Significantly speeds up CI. Does not require contributors to use uv directly, outside of tox.
    john-kurkowski authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0dccdfc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Switch from Black to Ruff (#333)

    `ruff format` is a drop-in replacement for formatting. One fewer tool to maintain.
    john-kurkowski authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7e38f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Remove unused

    john-kurkowski committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c093a47 View commit details
    Browse the repository at this point in the history
  2. Reduce logging errors

    The library can continue functioning in these cases, so "error" is inappropriate. Either include traceback info in the raised exception and let the caller decide whether it is a true error, or reduce the log level to warning.
    john-kurkowski committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    921a825 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Pin tox and uv versions, to fix CI (#335)

    Work around regression introduced in newer tox, tox-uv, and uv. Most test runners work as before, while on the Windows pypy3.8 test runner, the newer tool versions fail to find the target version of Python. Fixes error in CI, `pypy38: skipped because could not find python interpreter with spec(s): C:\hostedtoolcache\windows\PyPy\3.8.16\x86\python.exe`. See CI for e624fdc.
    john-kurkowski authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b7f5aae View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Clarify how to use your own definitions

    * Fix missing inline code
    * Avoid "just" and "your friend" tone
    * Avoid parenthetical
    * Document `extra_suffixes` usage
    john-kurkowski committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c151379 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Format

    john-kurkowski committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2bd8e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655c23f View commit details
    Browse the repository at this point in the history
  3. Remove Python 3.9 port

    Python 3.9 is now the minimum supported version, so `is_relative_to` is available.
    john-kurkowski committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6ddea47 View commit details
    Browse the repository at this point in the history
  4. Revert "Pin tox and uv versions, to fix CI (#335)" (#336)

    Instead of #335's rollback of tool versions, trying to roll forward. This library no longer supports Python 3.8, so the CI issue with newer tool versions no longer happens.
    
    This reverts commit b7f5aae.
    john-kurkowski authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5f5cb40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0398482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f387bc View commit details
    Browse the repository at this point in the history
  7. 5.1.3

    john-kurkowski committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e73414b View commit details
    Browse the repository at this point in the history
Loading