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: tmux-python/libtmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.44.0
Choose a base ref
...
head repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.44.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 17, 2025

  1. Only import from typing_extensions if needed

    TypeAlias was included in the typing module in Python 3.10.
    Self was included in the typing module in Python 3.11.
    ppentchev committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    0eda710 View commit details
    Browse the repository at this point in the history
  2. types: Only use typing-extensions if necessary (#563)

    As discussed in #562 - a second PR that contains the change that makes the use of typing-extensions conditional on the Python version.
    tony authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    b6c714b View commit details
    Browse the repository at this point in the history
  3. docs(CHANGES) Note fix from #563

    tony committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    b0d6c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9097ace View commit details
    Browse the repository at this point in the history
Loading