-
Notifications
You must be signed in to change notification settings - Fork 118
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: encode/httpcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: encode/httpcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 12 files changed
- 6 contributors
Commits on Feb 20, 2024
-
Group dependencies on dependabot updates (#885)
* Update dependabot.yml * exclude pins: `werkzeug` --------- Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
Configuration menu - View commit details
-
Copy full SHA for c02733d - Browse repository at this point
Copy the full SHA c02733dView commit details -
Bump the python-packages group with 4 updates (#890)
Updates the requirements on [trio](https://github.com/python-trio/trio), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `trio` to 0.24.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.22.0...v0.24.0) Updates `mkdocs-material` from 9.5.7 to 9.5.10 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.7...9.5.10) Updates `ruff` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.2.2) Updates `pytest` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...8.0.1) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c468024 - Browse repository at this point
Copy the full SHA c468024View commit details -
Fix support for connection Upgrade and CONNECT when some data in the …
…stream has been read. (#882) * Add a starting point for the work * Add draft tests * Support connection `Upgrade` and `CONNECT`. * Update CHANGELOG.md * Remove private state assertions * Add Async prefix * Update CHANGELOG.md Co-authored-by: Tom Christie <tom@tomchristie.com> * Update tests/_async/test_http11.py Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> --------- Co-authored-by: Tom Christie <tom@tomchristie.com> Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd>
Configuration menu - View commit details
-
Copy full SHA for accae7b - Browse repository at this point
Copy the full SHA accae7bView commit details
Commits on Feb 21, 2024
-
Add
target
request extension (#888)* Add target request extension * Add changelog * Implement target in the models.py, add test * Update docs/extensions.md * Update extensions.md --------- Co-authored-by: Tom Christie <tom.christie@krakentechnologies.ltd> Co-authored-by: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for 80d21ee - Browse repository at this point
Copy the full SHA 80d21eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bda52 - Browse repository at this point
Copy the full SHA 14bda52View commit details
There are no files selected for viewing