Results 130 issues of Ned Batchelder

## Issue I used pyenv to build 3.13t-dev, then run the coverage.py test suite with it. ``` % COVERAGE_ANYPY=/usr/local/pyenv/pyenv/versions/3.13t-dev/bin/python3 tox -re anypy anypy: remove tox env folder .tox/anypy .pkg: remove...

### What happened? Many people were surprised by the change that hidden files are no longer uploaded unless `hidden-files: true` is set. Even explicitly named files are not uploaded. This...

bug

I would like to have a common file that will be included in multiple places in my docs. I want to be able to use `.. only::` directives in that...

markup
type:proposal

### Describe the bug Is there a reason we sometimes use three tabs (Linux and Mac separate) and sometimes use two ("Unix/MacOS" as one tab)? ### Screenshots _No response_ ###...

bug

### Describe the enhancement or feature you would like Members of the core team can get an email address on the python.org domain. Link to https://www.python.org/psf/records/board/policies/email/ ### Describe alternatives you...

enhancement
good first issue

### Describe the bug Maybe I missed it somewhere, but I couldn't find a clear description of how to accept a pull request. Squash instead of merge, right? And when...

bug

I ran action-validator on my [current publish.yml action](https://github.com/nedbat/coveragepy/blob/3686601b8330f105e04100cbbf524dd13f984ccb/.github/workflows/publish.yml), and got this output: ``` Validation failed: ValidationState { action_type: Some( Workflow, ), file_path: Some( "./.github/workflows/publish.yml", ), errors: [ OneOf { code:...

bug

foo.py: ``` def doit(o, r): try: _doit(o, r) except: pass def _doit(o, r): try: if r: raise ValueError("hey") except ValueError: raise Exception("hi") finally: if o: print("close") return "boo" doit(False, True)...

bug
branch

When I don't specify a 200 response in the swagger_auto_schema decorator, the Swagger UI shows the correct response type, but the YAML file has no type information. My Python code...

triage

I am trying to add a pytest plugin to coverage.py. Because the plugin is in the coverage package, coverage/__init__.py will be imported when the plugin is imported. Because I'm using...

type: enhancement
topic: rewrite