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: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.8
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.9
Choose a head ref
  • 6 commits
  • 6 files changed
  • 6 contributors

Commits on Mar 30, 2023

  1. Added python 3.11 (#2964)

    ElBe-Plaq authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    610bef5 View commit details
    Browse the repository at this point in the history
  2. Document running tox within a Docker container (#2923)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    31z4 and pre-commit-ci[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    affd839 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 5, 2023

  1. Avoid UnicodeDecodeError from command output (#2970)

    * test_sync_write_decode_surrogate: utf-8 decode
    
    When SyncWrite decodes bytes as utf-8, it should replace unknown
    sequences with the unicode surrogate codepoint instead of crashing the
    program.
    
    Test case for #2969
    
    * SyncWrite: decode with errors='surrogateescape'
    
    Avoid bubbling UnicodeDecodeError up from stream handling internals.
    
    Tox has no way of knowing that the bytestream emitted by a command will
    be valid utf-8, even if utf-8 is ostensibly the "correct" encoding for
    the stream. It's always possible for an arbitrary command to return
    non-utf-8 bytes, and this situation should not break tox.
    
    Fix #2969
    masenf authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8d8eba6 View commit details
    Browse the repository at this point in the history
  2. Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#2971)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cad2c77 View commit details
    Browse the repository at this point in the history
  3. release 4.4.9

    gaborbernat committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    82584c9 View commit details
    Browse the repository at this point in the history
Loading