@@ -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+
842v20.32.0 (2025-07-20)
943---------------------
1044
0 commit comments