-
Running the `tox` command (or `tox -e reformat`) seems to sort some imports even if it is not needed. Specifically, *only* the `numba` import
```py
from numba import njit as jit
```
in the…
-
BPO | [41758](https://bugs.python.org/issue41758)
--- | :---
Nosy | @terryjreedy, @jkloth, @tusharsadhwani
*Note: these values reflect the state of the issue at the time it was migrated and might not…
-
**Is your feature request related to a problem? Please describe.**
When there's a lot of references to GitHub issues and Pull Requests, linkcheck goes over them quite quickly and at some point, som…
-
BPO | [41405](https://bugs.python.org/issue41405)
--- | :---
Nosy | @ned-deily, @jimjjewett, @YoSTEALTH, @pablogsal, @tirkarthi
Superseder | bpo-41306: test_tk test_widgets.ScaleTest fails with Tk 8.6…
-
I'm using `isort` with my project for some time now, thank you for this project !
Everything was working well with 5.8.0 but with 5.9.0 I have the error
```
OSError: [Errno 7] Argument list too l…
-
BPO | [8108](https://bugs.python.org/issue8108)
--- | :---
Nosy | @jcea, @pitrou, @vstinner, @giampaolo, @florentx
Files | [ssl_shutdown.patch](https://bugs.python.org/file16527/ssl_shutdown.patch "Up…
-
python -m nuitka --version
0.6.12.3
Python: 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
Executable: C:\Program Files\Python39\python.exe
OS: Windows
Arch: x…
-
The requests library seems to grow more and more keyword arguments to try to provide all of the flexibility that SSL users need. As of Python 3.2, the Standard Library now offers a different approach:…
-
I've confirmed that this works if the project is named `testpyox` or anything else without a hyphen.
```
PS C:\Users\Hayden\Source> pyoxidizer --version
PyOxidizer 0.16.0
commit: 4053178f2ba11d2…
-
BPO | [41390](https://bugs.python.org/issue41390)
--- | :---
Nosy | @gvanrossum, @tirkarthi, @kloczek
*Note: these values reflect the state of the issue at the time it was migrated and might not refl…