Laurie O

Results 46 issues of Laurie O

### Description Publish the `pypa/cibuildwheel` action to marketplace (with name `cibuildwheel`) to make it more discoverable and easier to find when building workflows. Now possible now that someone has delisted...

### What's the problem this feature will solve? Large and unnecessary tracebacks in user bug-reports ### Describe the solution you'd like Set the trace-back limit `sys.tracebacklimit` to 1 by default....

type: feature request
S: needs triage

When structuring a heterogeneous tuple, if the input has too few or many elements, this PR now raises an error. The error is a `ValueError` in non-detailed validation. Two existing...

### Problem When I generate documentation using `sphinx.ext.autodoc` for my [`attrs`](https://www.attrs.org/en/stable/) classes' `__init__` (using `:special-members: __init__`), the parameters for `__init__` aren't documented. ### Solution I'd like autodoc to populate the...

enhancement

I have a use-case for wanting to stop a request to a server before the server acknowledges (see: long-polling). There are arguments against allowing the user to abort such a...

Build wheels for Python 3.11 Should be just adding `cibw_python: "cp311-*"` to the build-wheels CI job matrix Note you'll likely be waiting for the Python 3.11 wheels for: * scipy:...

:mag: Monitor
:robot: Infrastructure
:arrow_up: Upstream

### What's the problem this feature will solve? When installing a pyproject.toml-only project, the `Home-Page` metadata won't be set (as there's no way to specify it: PEP 621 only maps...

type: feature request
S: needs triage

### Description When installing from a private, password-protected (authenticating with HTTP BasicAuth) package index server, the subprocess to install build dependencies fails with an `EOFError`. Everything works fine when keyring...

type: bug
S: needs triage