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 [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...

dependencies

### Describe the bug While preparing to update `yarl` for Fedora to 1.9.4, the build failed with `TypeError: '_GeneratorContextManager' object is not an iterator`. First, I encountered the infinite recursion...

bug

## What do these changes do? The changes honor empty segments when joining urls e.g. ```python URL("https://web.archive.org/web/") / "https://github.com/" ``` Picking up the PR #1023 to get this merged. ##...

This will hopefully act as a workaround for the codecov-action v4 regression that stopped understanding relative paths.

bot:chronographer:skip

Bumps [test-summary/action](https://github.com/test-summary/action) from 2.3 to 2.4. Release notes Sourced from test-summary/action's releases. v2.4 What's Changed Don't deference null by @​ethomson in test-summary/action#49 Full Changelog: https://github.com/test-summary/action/commits/v2.4 Commits 31493c7 Update from CI...

dependencies

## What do these changes do? Add back the ability to join with an empty string `""`, resulting in the `/` being appended to the URL. This was broken in...