- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 213
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 5.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: john-kurkowski/tldextract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 15 files changed
- 3 contributors
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63b4809 - Browse repository at this point
Copy the full SHA 63b4809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931c001 - Browse repository at this point
Copy the full SHA 931c001View commit details -
Add CI for PyPy3.9 and PyPy3.10 (#316)
* Use latest PyPy versions * Use setup-python@v5
Configuration menu - View commit details
-
Copy full SHA for 4a4e0ec - Browse repository at this point
Copy the full SHA 4a4e0ecView commit details
Commits on Feb 28, 2024
-
Remove socket.inet_pton (#318)
Closes #317. - Remove **socket.inet_pton** which does not reject IPv4 addresses and IPv6 (dual) addresses with leading IPv4 zeroes on macOS. - Add **test_looks_like_ipv6**
Configuration menu - View commit details
-
Copy full SHA for 1f77877 - Browse repository at this point
Copy the full SHA 1f77877View commit details
Commits on Mar 6, 2024
-
Dedupe GitHub Actions workflows (#321)
This is a minor optimization of the following. 1. Only run the workflow 1x instead of 2x on a PR that's from a branch instead of a fork. * This is done by only triggering on push events when they're to the master branch. If you want to trigger the workflow on other branches, be sure to open a PR. 2. Do not run the workflow on tags. * Tags are made on existing commits on the master branch, which already has workflow coverage, per the previous point. Optimizing this isn't a big deal for an open source project on GitHub, where GitHub Actions usage is free. However, it is a big deal for private repository development, where usage is limited (where I've been doing some testing).
Configuration menu - View commit details
-
Copy full SHA for 6632577 - Browse repository at this point
Copy the full SHA 6632577View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f16a0c - Browse repository at this point
Copy the full SHA 9f16a0cView commit details
Commits on Mar 15, 2024
-
Automate release process (#325)
* Add script to interactively release the current work tree, tagged, to PyPI and GitHub * Add release-only dependencies * Typecheck scripts folder * The folder is not a package, so tell mypy `--explicit-package-bases` * Test script happy path * Add snapshot library dependency * To unit test network and subprocess input, and verbose CLI output * Skip test on Windows * Snapshot paths are platform-dependent. Maintainers don't yet release using Windows, besides.
Configuration menu - View commit details
-
Copy full SHA for a2eb188 - Browse repository at this point
Copy the full SHA a2eb188View commit details
Commits on Mar 16, 2024
-
Only install deps during tox, during CI (#326)
tox installs deps itself. No need to do it first. Saves some install time.
Configuration menu - View commit details
-
Copy full SHA for 6466f89 - Browse repository at this point
Copy the full SHA 6466f89View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 537021f - Browse repository at this point
Copy the full SHA 537021fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74ef97 - Browse repository at this point
Copy the full SHA c74ef97View commit details
There are no files selected for viewing