yarl icon indicating copy to clipboard operation
yarl copied to clipboard

Yet another URL library

Results 76 yarl issues
Sort by recently updated
recently updated
newest added

Bumps [multidict](https://github.com/aio-libs/multidict) from 6.0.4 to 6.0.5. Release notes Sourced from multidict's releases. 6.0.5 Bug fixes Upgraded the C-API macros that have been deprecated in Python 3.9 and later removed in...

dependencies

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

### Describe the bug yarl 1.8.2 allowed to construct URLs with trailing slashes like that: ``` >>> str(yarl.URL ("http://localhost") / "path" / "") 'http://localhost/path/' ``` yarl 1.9.4 drops the slash...

bug

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [cython](https://github.com/cython/cython) from 3.0.7 to 3.0.8. Changelog Sourced from cython's changelog. 3.0.8 (2024-01-10) Bugs fixed Using const together with defined fused types could fail to compile. (Github issue :issue:5230) A...

dependencies

## What do these changes do? Fix up found helper shell scripts so they become more robust and shellcheck clean. Adds shellcheck to pre-commit ## Are there changes in behavior...

## What do these changes do? $sbj ## Are there changes in behavior for the user? Nah ## Related issue number Nope ## Checklist - [x] I think the code...

enhancement

### Is your feature request related to a problem? I'm planning on including yarl as a dependency in the [referencing](https://pypi.org/project/referencing/) project, which essentially needs to maintain an object of type...

bug

### Describe the bug Passing a numpy integer value (numpy.int16, numpy.int32 , numpy.int64 etc.) in dictionary as GET request '_params_' gives an TypeError: Invalid variable type: value should be str,...

enhancement