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: streamlink/streamlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28c0383
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7235437
Choose a head ref
  • 15 commits
  • 21 files changed
  • 2 contributors

Commits on Mar 10, 2024

  1. tools: bump ruff to 0.3.2

    bastimeyer committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    063be77 View commit details
    Browse the repository at this point in the history
  2. docs: fix 6.7.0 changelog

    bastimeyer committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7f33bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    870fda0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bbbb8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    251fe08 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    764beec View commit details
    Browse the repository at this point in the history
  2. build: add exceptiongroup dependency

    Add the `exceptiongroup` dependency directly to Streamlink, so we
    can write `ExceptionGroup` handling code on all supported versions
    of Python without having to rely on `trio`'s conditional dependency.
    bastimeyer committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    af4c691 View commit details
    Browse the repository at this point in the history
  3. webbrowser: fix compatibility with trio 0.25

    - Set min. version requirement of `trio` to `0.25`,
      so we don't have to set `strict_exception_groups` to `True` on older
      versions (probably not even possible via `pytest-trio`)
    - Fix compatibility with `trio>=0.25`:
      Since `strict_exception_groups` now defaults to `True`, trio nurseries
      now always raise an `ExceptionGroup` in all cases, so update tests
      and handle exception groups instead. Don't unwrap exception groups
      for now, even if only a single exception is included.
      Explicitly handle `KeyboardInterrupt`/`SystemExit` and re-raise
      by using the `exceptiongroup.catch` utility (<py311 compat)
    bastimeyer committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1a7295b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90fe9e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    fd49f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75805ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c16b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e218ae View commit details
    Browse the repository at this point in the history
  2. release: 6.7.1

    bastimeyer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7235437 View commit details
    Browse the repository at this point in the history
Loading