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: jawah/charset_normalizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.6
Choose a base ref
...
head repository: jawah/charset_normalizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.7
Choose a head ref
  • 13 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 22, 2026

  1. UTF7: enable detection of empty-document with byte-order-mark (#717)

    * Tests: add detection coverage for UTF7 with BOM
    
    This means that it would never provide detection of UTF7 at
    runtime, because the other prefix would always take priority.
    
    * 🐛 Allow UTF7 BOM to detect empty-content case
    
    Checking for this special-case UTF7 BOM before the other cases
    allows us to detect an empty document, which Python 3 encodes
    into ASCII with a trailing minus symbol ('-').
    jayaddison authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    386539d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

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

Commits on Apr 1, 2026

  1. ⬆️ Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 (#724)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@298ed2f...ee02a15)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: 3.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    b371633 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@c7c5346...ce36039)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-version: 4.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    362bc20 View commit details
    Browse the repository at this point in the history
  3. ⬆️ Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@70fc10c...3e5f45b)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    44cf8a1 View commit details
    Browse the repository at this point in the history
  4. ⬆️ Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@89a39a4...c10b806)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    58bf944 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    b579cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f429bb View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 3.4.7

    Ousret committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    95c866f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f94249d View commit details
    Browse the repository at this point in the history
  5. chore: add ft classifier

    Ousret committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b66f922 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdbeb29 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #729 from jawah/release-3.4.7

    Release 3.4.7
    Ousret authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    0f07891 View commit details
    Browse the repository at this point in the history
Loading