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: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.23.2
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.24.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 1 contributor

Commits on Mar 22, 2024

  1. patch: domain & url modules

    - `domain` allows trailing underscore under the pretense of rfc 2782
    - adds separator based query parsing
    - changelog includes what parameters were removed causing incompatibly
    nandgator committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5f6437c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #339 from yozachar/workshop

    patch: `domain` & `url` modules
    nandgator authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7e799eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e29cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #341 from yozachar/workshop

    fix: domain name not confirming to rfc_2782
    nandgator authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    799e63b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    426205f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #342 from yozachar/workshop

    maint: update dev dependencies; adds favicon to docs
    nandgator authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    04cf3d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    196e6de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #343 from yozachar/workshop

    feat: conditionally raises `ValidationError`; bump version
    nandgator authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    110bd2f View commit details
    Browse the repository at this point in the history
Loading