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/virtualenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.29.2
Choose a base ref
...
head repository: pypa/virtualenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.29.3
Choose a head ref
  • 17 commits
  • 11 files changed
  • 6 contributors

Commits on Feb 10, 2025

  1. Merge pull request #2844 from pypa/release-20.29.2

    release 20.29.2
    gaborbernat authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    d651b6f View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
    - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.0](rbubley/mirrors-prettier@v3.4.2...v3.5.0)
    pre-commit-ci[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    5c5abd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20fd7f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2845 from pypa/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    gaborbernat authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    1e3fa86 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#2846)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    27a1138 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#2847)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    eaef9bb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Fix logging interpolation

    Previously, message and args would each get interpolated separately,
    with a result like
    
       wrote python info of %s at (PosixPath('/usr/bin/python3.12'),
       PosixPath('/home/...f265.json')) [DEBUG via_disk_folder:153]
    
    Now, remove the formatting placeholder from the message passed by
    concrete classes. msg then becomes unnecessary; pass it in as part
    of msg_args. The result is more like
    
       wrote python info of /usr/bin/python3.12 at /home/...f265.json
       [DEBUG via_disk_folder:153]
    tipabu committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    ef616c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5935a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2850 from shenxianpeng/remove-duplicate-template

    Remove duplicate bug report template
    gaborbernat authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    5b74c9a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2849 from tipabu/logging-interpolation

    Fix debug logging interpolation
    gaborbernat authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    7365ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Ignore directories in PATH that can't be opened (#2794)

    When enumerating over search paths in `$PATH`, ignore any entry where
    `Path.iterdir()` fails or produces no results.
    barneygale committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    ee9d84c View commit details
    Browse the repository at this point in the history
  2. Add test

    barneygale committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    220b6b8 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    barneygale committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    4567521 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2852 from barneygale/fix-2794

    Ignore directories in PATH that can't be opened
    gaborbernat authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    1fc647e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
    - [github.com/rbubley/mirrors-prettier: v3.5.2 → v3.5.3](rbubley/mirrors-prettier@v3.5.2...v3.5.3)
    pre-commit-ci[bot] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    d6bc4a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Merge pull request #2853 from pypa/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    gaborbernat authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    e05b286 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. release 20.29.3

    gaborbernat committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b1666e9 View commit details
    Browse the repository at this point in the history
Loading