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: pypa/pipx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: pypa/pipx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 18 commits
  • 53 files changed
  • 3 contributors

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    63777c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ccdd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d2fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9872dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8c831f View commit details
    Browse the repository at this point in the history
  6. 📝 docs: add PEP 668 note to Linux install guide (#1747)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    gaborbernat and pre-commit-ci[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    dcf8aae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a21c53d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0951ab5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a177c5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83c6763 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b47cc0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6868ca2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e56c8f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. 🐛 fix: reject --global flag before subcommand (#1754)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    gaborbernat and pre-commit-ci[bot] authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    98a3d91 View commit details
    Browse the repository at this point in the history
  2. 🐛 fix(upgrade): catch missing Python interpreter (#1755)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    gaborbernat and pre-commit-ci[bot] authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    9d40f1a View commit details
    Browse the repository at this point in the history
  3. 🐛 fix(install): respect --quiet flag (#1756)

    * 🐛 fix(install): respect --quiet flag
    
    Running pipx install --quiet --quiet still showed animations (creating
    virtual environment..., installing...) and success messages (installed
    package, These apps are now available, done!). The --quiet flag sets
    logging level to WARNING or higher, but animations and print()
    statements bypassed the logging system.
    
    Added handler level checks in animate() and run_post_install_actions()
    to suppress output when level > WARNING. The test verifies --quiet
    --quiet produces no output on stdout or stderr.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    gaborbernat and pre-commit-ci[bot] authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    60ecaff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Configuration menu
    Copy the full SHA
    fd7502b View commit details
    Browse the repository at this point in the history
  2. Release 1.10.1

    github-actions[bot] committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    4c504ef View commit details
    Browse the repository at this point in the history
Loading