Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

urllib3

Python's most depended-on HTTP client library
Collective - Host: opensource - https://opencollective.com/urllib3 - Website: https://urllib3.dev - Code: https://github.com/urllib3

flaky and pytest-memray incompatible

github.com/urllib3/urllib3 - graingert opened this issue about 2 years ago
Require pyOpenSSL 17.1.0+ to support cryptography 39+

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Support cryptography 39

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Bump cryptography to fix docs build

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Fix documentation build on 1.26.x branch

github.com/urllib3/urllib3 - sethmlarson opened this issue about 2 years ago
Release 1.26.13

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Release 2.0.0a2

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
[1.26] Strip leading zeros from ports

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Stop showing thousands of @ in test output

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Clarify that getheaders() returns HTTPHeaderDict

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Backport #2814 to 1.26.x

github.com/urllib3/urllib3 - sethmlarson opened this issue about 2 years ago
Make downstream integration tests re-usable

github.com/urllib3/urllib3 - Ousret opened this pull request about 2 years ago
Tests randomly fail in pipeline due to timeout

github.com/urllib3/urllib3 - venthur opened this issue about 2 years ago
Restore but deprecate getheaders() and getheader() calls

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Use typing namespace

github.com/urllib3/urllib3 - venthur opened this pull request about 2 years ago
Only test _fp_read once

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Run tests in verbose mode

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Disable warnings as a context manager

github.com/urllib3/urllib3 - mgrazebrook opened this issue about 2 years ago
Bump github/codeql-action from 2.1.31 to 2.1.32

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Strip leading zeros from ports

github.com/urllib3/urllib3 - venthur opened this pull request about 2 years ago
replaced import typing.X; X with import typing; typing.X

github.com/urllib3/urllib3 - venthur opened this pull request about 2 years ago
Change reg-name pattern to match the RFC

github.com/urllib3/urllib3 - kenballus opened this pull request about 2 years ago
3.11 is final

github.com/urllib3/urllib3 - graingert opened this pull request about 2 years ago
Remove upstreamed botocore patch

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
[1.26] Temporary fix for SLSA generator

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Release 2.0.0 alpha1

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Temp fix for SLSA generator

github.com/urllib3/urllib3 - laurentsimon opened this pull request about 2 years ago
Fix socket timeout value when HTTPConnection is reused

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Emit a warning when proxy_is_verified is False

github.com/urllib3/urllib3 - sethmlarson opened this issue about 2 years ago
configure filterwarnings=error

github.com/urllib3/urllib3 - graingert opened this pull request about 2 years ago
[1.26] Fix CI by switching to macOS 11

github.com/urllib3/urllib3 - hramezani opened this pull request about 2 years ago
[1.26] Fix logo URL in README

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Configure pytest, isort and mypy in pyproject.toml

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
add vscode devcontainer and vscode specific settings

github.com/urllib3/urllib3 - shadycuz opened this pull request about 2 years ago
Stop considering LibreSSL for HAS_NEVER_CHECK_COMMON_NAME

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Enhance the urllib3 developer experience

github.com/urllib3/urllib3 - shadycuz opened this issue about 2 years ago
use asyncio.run for tornado

github.com/urllib3/urllib3 - graingert opened this pull request about 2 years ago
add from __future__ import annotations with isort

github.com/urllib3/urllib3 - graingert opened this pull request about 2 years ago
Make our downstream integration tests re-runnable

github.com/urllib3/urllib3 - sethmlarson opened this issue about 2 years ago
Fix Tornado event_loop warning on Python 3.10 and later

github.com/urllib3/urllib3 - graingert opened this pull request about 2 years ago
Remove HTTPConnection.auto_open

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Investigate HTTPConnection.auto_open

github.com/urllib3/urllib3 - sethmlarson opened this issue about 2 years ago
Update mypy to 0.990

github.com/urllib3/urllib3 - hramezani opened this pull request about 2 years ago
Fix CI by switching to macOS 11

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Create BaseHTTPConnection APIs

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Bump github/codeql-action from 2.1.29 to 2.1.31

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Use io.IOBase for readable, closed, and writeable

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 2 years ago
Should BaseHTTPResponse.readable() return False?

github.com/urllib3/urllib3 - pquentin opened this issue about 2 years ago
Remove useless pylint pragma

github.com/urllib3/urllib3 - pquentin opened this pull request about 2 years ago
Remove "<4" from python_requires

github.com/urllib3/urllib3 - cj81499 opened this pull request about 2 years ago
Start using final CPython 3.11 and dev 3.12 in CI

github.com/urllib3/urllib3 - illia-v opened this pull request about 2 years ago
Bump github/codeql-action from 2.1.28 to 2.1.29

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Sporadic SSLZeroReturnError issue

github.com/urllib3/urllib3 - drcongo opened this issue about 2 years ago
Bump actions/download-artifact from 3.0.0 to 3.0.1

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Bump github/codeql-action from 2.1.27 to 2.1.28

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Bump ossf/scorecard-action from 2.0.4 to 2.0.6

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Bump actions/upload-artifact from 3.1.0 to 3.1.1

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Retry doesn't retry upon ConnectionResetError

github.com/urllib3/urllib3 - vitaly-krugl opened this issue about 2 years ago
Bump actions/checkout from 3.0.2 to 3.1.0

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Bump actions/setup-python from 4.2.0 to 4.3.0

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Bump github/codeql-action from 2.1.26 to 2.1.27

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Unexpected urllib parse result

github.com/urllib3/urllib3 - planetA opened this issue about 2 years ago
Bump ossf/scorecard-action from 2.0.3 to 2.0.4

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 2 years ago
Update mypy to 0.981

github.com/urllib3/urllib3 - hramezani opened this pull request about 2 years ago
Set correct workflow permissions

github.com/urllib3/urllib3 - sashashura opened this pull request over 2 years ago
Remove workaround for old Python versions

github.com/urllib3/urllib3 - pquentin opened this pull request over 2 years ago
fix type annotation in contrib/pyopenssl

github.com/urllib3/urllib3 - alex opened this pull request over 2 years ago
Add CodeQL static analysis

github.com/urllib3/urllib3 - sethmlarson opened this pull request over 2 years ago
Fix mypy error in test.conftest

github.com/urllib3/urllib3 - hramezani opened this pull request over 2 years ago
Bump ossf/scorecard-action from 1.1.2 to 2.0.3

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request over 2 years ago
SSLEOFError in Python 3.10 not in Python 3.9

github.com/urllib3/urllib3 - adamtheturtle opened this issue over 2 years ago
Restrict sdist files in Hatch

github.com/urllib3/urllib3 - sethmlarson opened this pull request over 2 years ago
Add official Hatch badge

github.com/urllib3/urllib3 - ofek opened this pull request over 2 years ago