-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 #3006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gaborbernat
merged 50 commits into
pypa:main
from
rahuldevikar:users/rahuldevikar/fix2812
Jan 5, 2026
+16
−4
Merged
Changes from 2 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
6b51959
Add backslash replace parameter to the POpen
rahuldevikar 1b0a68f
Use latin-1 instead
rahuldevikar c57b37d
Fix: Remove invalid false argument from --skip-missing-interpreters flag
rahuldevikar 685f107
Remove non-existent --skip-missing-interpreters flag from tox commands
rahuldevikar 8070961
Upgrade tox to >=4.0 for Python 3.14 compatibility
rahuldevikar 2a5d588
Remove tox version constraint to resolve circular dependency
rahuldevikar 35075f1
Use Python 3.13 to install tox for Python 3.14 compatibility
rahuldevikar f4c8cc2
Fix: Allow uv to download Python 3.13 for tox
rahuldevikar a6db5f4
Pin tox to 4.11.3 for compatibility
rahuldevikar d00b389
Use tox 4.0.14 for virtualenv compatibility
rahuldevikar 6420ba2
Remove --with . from tox install to avoid version conflict
rahuldevikar c7998e3
Remove tox-uv dependency to fix version conflict
rahuldevikar b71cf0e
Use Python 3.14 for tox to avoid download delay
rahuldevikar 413fce1
Add --skip-pkg-install to setup step and add timeout
rahuldevikar 6142917
Remove --skip-pkg-install from setup step to install dependencies
rahuldevikar 3113d0f
Revert Workflow Changes
rahuldevikar 143ec3e
Pin tox v4 in CI
rahuldevikar 0c0fdf5
Pin tox v4 in CI
rahuldevikar 2aea7e7
Pin tox v4 in CI
rahuldevikar be1f041
Fetch upstream tags in CI
rahuldevikar 5a2fa91
Update check.yaml
rahuldevikar e01d247
Fix: Remove invalid false argument from --skip-missing-interpreters flag
rahuldevikar c4c5a32
Remove non-existent --skip-missing-interpreters flag from tox commands
rahuldevikar 7c613c9
Upgrade tox to >=4.0 for Python 3.14 compatibility
rahuldevikar 3ee3126
Remove tox version constraint to resolve circular dependency
rahuldevikar d915a18
Use Python 3.13 to install tox for Python 3.14 compatibility
rahuldevikar ba82f00
Fix: Allow uv to download Python 3.13 for tox
rahuldevikar 866a0fe
Pin tox to 4.11.3 for compatibility
rahuldevikar f8d88f2
Use tox 4.0.14 for virtualenv compatibility
rahuldevikar afc063a
Remove --with . from tox install to avoid version conflict
rahuldevikar ea16636
Remove tox-uv dependency to fix version conflict
rahuldevikar 6f12416
Use Python 3.14 for tox to avoid download delay
rahuldevikar e547d3e
Add --skip-pkg-install to setup step and add timeout
rahuldevikar fa33ad5
Remove --skip-pkg-install from setup step to install dependencies
rahuldevikar e4ef36e
Revert Workflow Changes
rahuldevikar 66c1037
Pin tox v4 in CI
rahuldevikar 3d82107
Pin tox v4 in CI
rahuldevikar 5d1bd1b
Pin tox v4 in CI
rahuldevikar 5e071fb
Fetch upstream tags in CI
rahuldevikar b32075d
Merge branch 'pypa:main' into main
rahuldevikar fe577f3
Merge branch 'main' of https://github.com/rahuldevikar/virtualenv
rahuldevikar dd5890c
Force subprocess to use utf-8
rahuldevikar 2ccae08
Merge branch 'main' into users/rahuldevikar/fix2812
rahuldevikar 458b375
Merge branch 'main' into users/rahuldevikar/fix2812
rahuldevikar bafbc0d
Fix EOF
rahuldevikar 72dcded
Merge branch 'users/rahuldevikar/fix2812' of https://github.com/rahul…
rahuldevikar 728b655
Revert update_embedded
rahuldevikar 4ea256d
Revert check.yaml
rahuldevikar 71083ee
Revert check.yaml
rahuldevikar 69134c6
Temp force tox version in check.yaml
rahuldevikar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.