Results 130 issues of Ned Batchelder

I tried the directions from the README: ``` $ pip install galley $ galley ``` The install succeeded, but launching failed: ``` [:~/Downloads] [lab] $ pip install galley Downloading/unpacking galley...

I'm adapting the CoC for Boston Python, and therefore reading it much more closely than I have in the past. Twice it makes an implicit acknowledgement that an incident could...

As in, string literals.

**Is your feature request related to a problem? Please describe.** I'd like to see #generativeart, but many people are using stable diffusion and calling it generative art. I don't want...

enhancement

From the Python IRC channel on Libera: ``` Person: coverage.py's `coverage report` gives me "No data to report.", and it looks like that is because the output file isn't .coverage,...

enhancement

**Describe the bug** In the scriv coverage results, I see this: ![image](https://github.com/nedbat/coveragepy/assets/23789/eef880ab-d093-46de-b7ac-57fab7a453bd) The message says the return on 165 wasn't executed, but it is clearly marked as executed. The message...

bug
branch

I'm not sure if this is controversial or not. It's ready to merge if people like it. ---- 📚 Documentation preview 📚: https://cpython-devguide--1343.org.readthedocs.build/

Discussing this pull request, it was uncontroversial that function signatures should include the slash or star as needed: https://github.com/python/cpython/pull/121197/files ---- 📚 Documentation preview 📚: https://cpython-devguide--1344.org.readthedocs.build/

*Originally reported by* **Anonymous** ---------------------------------------- It is often the case that a feature will be added in one commit, but there isn't any client code that calls a particular method...

enhancement
opinions needed

**Is your feature request related to a problem? Please describe.** The django-coverage plugin wants to examine the current list of plugins in its tests. It also wants to know whether...

enhancement
api