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/pip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26.1.1
Choose a base ref
...
head repository: pypa/pip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26.1.2
Choose a head ref
  • 15 commits
  • 11 files changed
  • 5 contributors

Commits on May 4, 2026

  1. Bump for development

    sbidoul committed May 4, 2026
    Configuration menu
    Copy the full SHA
    670b737 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13974 from sbidoul/release/26.1.1

    Release/26.1.1
    sbidoul authored May 4, 2026
    1 Configuration menu
    Copy the full SHA
    f7bfe28 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Remove .dist-info folders from vendored directories (#13999)

    The newer vendoring version includes them and causes breakage that way.
    
    Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
    pradyunsg and pradyunsg authored May 19, 2026
    Configuration menu
    Copy the full SHA
    cc27541 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Reject entry point names that escape scripts dir (#14000)

    * Reject entry point names that escape scripts dir
    
    * NEWS ENTRY
    notatallshaw authored May 20, 2026
    Configuration menu
    Copy the full SHA
    8eb1784 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. Fix typo in requirements_from_scripts option help

    Missing a space
    laymonage authored May 22, 2026
    Configuration menu
    Copy the full SHA
    7980500 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. Configuration menu
    Copy the full SHA
    85673ea View commit details
    Browse the repository at this point in the history
  2. NEWS ENTRY

    notatallshaw committed May 24, 2026
    Configuration menu
    Copy the full SHA
    7ea3466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff8bdd View commit details
    Browse the repository at this point in the history
  4. NEWS ENTRY

    notatallshaw committed May 24, 2026
    Configuration menu
    Copy the full SHA
    d01b46c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa7854f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Merge pull request #14012 from notatallshaw/stable-accept-encoding

    Fix Accept-Encoding to gzip, deflate
    sbidoul authored May 29, 2026
    Configuration menu
    Copy the full SHA
    09d3e07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14006 from laymonage/fix-requirements_from_script…

    …s-space-typo
    
    Fix typo in requirements_from_scripts option help
    sbidoul authored May 29, 2026
    Configuration menu
    Copy the full SHA
    34d0285 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2026

  1. Merge pull request #14001 from notatallshaw/fix-is-within-directory

    Fix is_within_directory for doubled-slash roots
    sbidoul authored May 31, 2026
    Configuration menu
    Copy the full SHA
    237a925 View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS.txt

    sbidoul committed May 31, 2026
    Configuration menu
    Copy the full SHA
    79f348c View commit details
    Browse the repository at this point in the history
  3. Bump for release

    sbidoul committed May 31, 2026
    Configuration menu
    Copy the full SHA
    31d7d16 View commit details
    Browse the repository at this point in the history
Loading