T-256

Results 44 issues of T-256

```shell >rye toolchain register C:\python37x86\python.exe --name 32 Registered C:\python37x86\python.exe as [email protected] >rye toolchain list [email protected] (C:\python37x86\python.exe) >rye pin 3.7 pinned 3.7.9 in .python-version ``` when use `rye sync` it's going...

![image](https://github.com/pyinstaller/pyinstaller/assets/132141463/eae8c14e-ddd7-402d-b2c6-71557dcf7587) My app depends on `APPDATA` env var, and it crashes on system that have unicode username: ``` File "C:\Users\0254~1\Desktop\pathlib.py", line 1166, in resolve File "C:\Users\0254~1\Desktop\pathlib.py", line 205, in resolve...

bug

Now https://github.com/astral-sh/uv/pull/1662 is merged, we can consider `pip list --format freeze` instead of independent subcommand.

compatibility

## Summary I was going to create a feature-request issue for adding graph like showing of currently installed dependencies in venv, but then I found `uv pip freeze | uv...

documentation

fixes #757 - [ ] Add tests - [ ] Changelog

`1.0.0`: `rye version -b` -> `1.0.1`

1. create a venv and install `uv` in it. 2. make sure you don't have python on the PATH. 3. cd parent-dir to prevent `.venv` detection ```shell C:\Users\User\Desktop> uvtest\.venv\Scripts\python -m...

compatibility

Closes #735 Refs: https://github.com/encode/httpcore/discussions/703 https://github.com/encode/httpcore/pull/716 - [x] tests (forward and tunnel tests already implemented) - [x] docs + warn about insecure use of `ProxyMode.FORWARD` - [x] changelog

# Summary Discussed in https://github.com/encode/httpcore/discussions/805 # Checklist - [x] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) -...

# Summary - Updated `werkzeug` pinned issue - Dropped `types-certifi`, Also see https://github.com/encode/httpx/pull/3015 - Assigned `twine` version # Checklist - [x] I understand that this PR may be closed in...