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.33.0
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.33.1
Choose a head ref
  • 15 commits
  • 8 files changed
  • 5 contributors

Commits on Aug 3, 2025

  1. Configuration menu
    Copy the full SHA
    08e5dfa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

    updates:
    - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7)
    pre-commit-ci[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c573726 View commit details
    Browse the repository at this point in the history
  2. fix(test): Restore mtime of py_info.py in test

    The test `test_py_info_cache_invalidation_on_py_info_change` modifies the `py_info.py` script to test cache invalidation. However, it did
    not restore the original modification time of the file, which caused
    `.pyc` files to be invalidated, leading to QA notices in some
    packaging environments.
    
    This change remedies the situation by saving the file's stat info before modification and restoring the atime and mtime in the test's finally block. This ensures that the file's timestamp is not permanently altered by the test run.
    
    Fixes #2933
    
    Signed-off-by: Emre Şafak <3928300+esafak@users.noreply.github.com>
    google-labs-jules[bot] authored and esafak committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    fb3c7f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b519a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cd7b13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94004cc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo

    * Fixes a TypeError when creating a virtual environment after deactivation.
    * Correctly handles the TCL_LIBRARY environment variable.
    * Updates activation scripts to correctly check TCL_LIBRARY and TK_LIBRARY.
    * Correctly unpacks the tuple returned by _get_tcl_tk_libs.
    
    Fixes #2930
    
    Signed-off-by: Emre Şafak <3928300+esafak@users.noreply.github.com>
    esafak committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    7336c43 View commit details
    Browse the repository at this point in the history
  2. Remove investigation scripts, add changelog entry

    Signed-off-by: Emre Şafak <3928300+esafak@users.noreply.github.com>
    esafak committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    59078c5 View commit details
    Browse the repository at this point in the history
  3. Iterate on quoting

    Signed-off-by: Emre Şafak <3928300+esafak@users.noreply.github.com>
    esafak committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    8c9e431 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034f717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7c6824 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2940 from esafak/fix/2930-tcl-library-bug

    fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo
    gaborbernat authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    f528c19 View commit details
    Browse the repository at this point in the history
  7. chore: Request shell and python details in bug reports

    * Add prompts for shell and Python path/version to the bug report template.
    
    Signed-off-by: Emre Şafak <3928300+esafak@users.noreply.github.com>
    esafak committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    91d3618 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cac4942 View commit details
    Browse the repository at this point in the history
  9. release 20.33.1

    gaborbernat committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    8cea2c7 View commit details
    Browse the repository at this point in the history
Loading