Skip to content

Commit 829e3d2

Browse files
committed
release 20.33.0
1 parent 3d35fbb commit 829e3d2

12 files changed

+34
-25
lines changed

docs/changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.33.0 (2025-08-03)
9+
---------------------
10+
11+
Features - 20.33.0
12+
~~~~~~~~~~~~~~~~~~
13+
- Added support for Tcl and Tkinter. You're welcome.
14+
Contributed by :user:`esafak`. (:issue:`425`)
15+
16+
Bugfixes - 20.33.0
17+
~~~~~~~~~~~~~~~~~~
18+
- Prevent logging setup when --help is passed, fixing a flaky test.
19+
Contributed by :user:`esafak`. (:issue:`u`)
20+
- Fix cache invalidation for PythonInfo by hashing `py_info.py`.
21+
Contributed by :user:`esafak`. (:issue:`2467`)
22+
- When no discovery plugins are found, the application would crash with a StopIteration.
23+
This change catches the StopIteration and raises a RuntimeError with a more informative message.
24+
Contributed by :user:`esafak`. (:issue:`2493`)
25+
- Stop `--try-first-with` overriding absolute `--python` paths.
26+
Contributed by :user:`esafak`. (:issue:`2659`)
27+
- Force UTF-8 encoding for pip download
28+
Contributed by :user:`esafak`. (:issue:`2780`)
29+
- Creating a virtual environment on a filesystem without symlink-support would fail even with `--copies`
30+
Make `fs_supports_symlink` perform a real symlink creation check on all platforms.
31+
Contributed by :user:`esafak`. (:issue:`2786`)
32+
- Add a note to the user guide recommending the use of a specific Python version when creating virtual environments.
33+
Contributed by :user:`esafak`. (:issue:`2808`)
34+
- Fix 'Too many open files' error due to a file descriptor leak in virtualenv's locking mechanism.
35+
Contributed by :user:`esafak`. (:issue:`2834`)
36+
- Support renamed Windows venv redirector (`venvlauncher.exe` and `venvwlauncher.exe`) on Python 3.13
37+
Contributed by :user:`esafak`. (:issue:`2851`)
38+
- Resolve Nushell activation script deprecation warnings by dynamically selecting the ``--optional`` flag for Nushell
39+
``get`` command on version 0.106.0 and newer, while retaining the deprecated ``-i`` flag for older versions to maintain
40+
compatibility. Contributed by :user:`gaborbernat`. (:issue:`2910`)
41+
842
v20.32.0 (2025-07-20)
943
---------------------
1044

docs/changelog/2467.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2493.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/2659.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2780.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2786.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/2808.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2834.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2851.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2910.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)