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/pipenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2026.5.1
Choose a base ref
...
head repository: pypa/pipenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2026.5.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 3, 2026

  1. Fix audit --locked with Pipfile.lock and legacy shell completion env var

    - Fix #6632: `pipenv audit --locked` failed because pip-audit's --locked
      flag doesn't support Pipfile.lock format. Now generates a temporary
      requirements file from Pipfile.lock and passes it via -r instead.
    
    - Fix #6631: `_PIPENV_COMPLETE=bash_source pipenv` dumped the full help
      text instead of a completion script after the Click-to-argparse migration.
      Now detects the legacy env var and prints a migration message pointing
      users to the new argcomplete-based workflow.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    2 people authored and oz123 committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    9d109d6 View commit details
    Browse the repository at this point in the history
  2. docs: add shell completion migration guide and Git Bash instructions

    Add documentation for users migrating from the old _PIPENV_COMPLETE
    mechanism (pre-2026.5.0) to the new argcomplete-based workflow, and
    add Git Bash (Windows) activation instructions.
    
    Closes #6631
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    2 people authored and oz123 committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    0b4d948 View commit details
    Browse the repository at this point in the history
  3. docs: update README shell completion instructions for argcomplete

    Replace the outdated _PIPENV_COMPLETE instructions with the new
    register-python-argcomplete workflow. Add Git Bash mention and
    migration note for users upgrading from pipenv < 2026.5.0.
    
    Refs #6631
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    2 people authored and oz123 committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    eb52932 View commit details
    Browse the repository at this point in the history
  4. Bumped version to 2026.5.2.

    Signed-off-by: Matt Davis <matteius@gmail.com>
    matteius committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    32be81e View commit details
    Browse the repository at this point in the history
  5. Release v2026.5.2

    matteius committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    1b19e57 View commit details
    Browse the repository at this point in the history
Loading