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

Use httpbin.org as an example for Emscripten

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
Release 2.2.0

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
Ensure no remote connections during testing

github.com/urllib3/urllib3 - miketheman opened this pull request 11 months ago
Add documentation for Emscripten support

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
Fix TLS 1.3 Post Handshake Auth

github.com/urllib3/urllib3 - jborean93 opened this pull request 11 months ago
Probe and cache HTTP/2 support per-origin

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
Add checks for stream body end for http2 request

github.com/urllib3/urllib3 - Nightrider0098 opened this pull request 11 months ago
Disable tunnel for http2 requests

github.com/urllib3/urllib3 - Nightrider0098 opened this pull request 11 months ago
Move response body handling in HTTP2Response

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Remove TODO about informational responses

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Hide H2Connection inside _LockedObject

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Set response attribute `length_remaining` in BaseHTTPResponse

github.com/urllib3/urllib3 - programmer-ke opened this pull request 11 months ago
Fix HTTP version in debug log

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Move length_remaining into BaseHTTPResponse

github.com/urllib3/urllib3 - pquentin opened this issue 11 months ago
Update mypy library version to 1.8.0

github.com/urllib3/urllib3 - Nightrider0098 opened this pull request 11 months ago
Upgrade mypy to the latest version in CI

github.com/urllib3/urllib3 - illia-v opened this issue 11 months ago
Make BaseHTTPResponse a base class of HTTP2Response

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Allow testing HTTP/1.1 and HTTP/2 in the same test

github.com/urllib3/urllib3 - pquentin opened this pull request 11 months ago
Disable coverage under pypy3.9-v7.3.15

github.com/urllib3/urllib3 - ecerulm opened this pull request 11 months ago
Pin to pypy-3.9-v7.3.13 in CI

github.com/urllib3/urllib3 - ecerulm opened this pull request 11 months ago
Fix pypy ci

github.com/urllib3/urllib3 - ecerulm opened this pull request 11 months ago
Add test-pypy3.8 test-pypy3.9 test-pypy3.10

github.com/urllib3/urllib3 - ecerulm opened this pull request 11 months ago
Add support for streaming HTTP/2 responses

github.com/urllib3/urllib3 - sethmlarson opened this issue 11 months ago
Add HTTP/2 support for forwarding proxies

github.com/urllib3/urllib3 - sethmlarson opened this issue 11 months ago
Add http_version property to BaseHTTPResponse

github.com/urllib3/urllib3 - sethmlarson opened this issue 11 months ago
encode stringIO bodies to utf-8

github.com/urllib3/urllib3 - zawan-ila opened this pull request 11 months ago
Move response body handling into HTTP2Response

github.com/urllib3/urllib3 - sethmlarson opened this issue 11 months ago
Provide a Test/Test-Mechanism for #3292

github.com/urllib3/urllib3 - abebeos opened this issue 11 months ago
flush decoder when reaching EOF in partial reads

github.com/urllib3/urllib3 - abebeos opened this pull request 11 months ago
Add check for correct h2 version range

github.com/urllib3/urllib3 - sethmlarson opened this issue 11 months ago
add HTTPSConnection.proxy_is_tunneling

github.com/urllib3/urllib3 - abebeos opened this pull request 11 months ago
Skip memray on pypy

github.com/urllib3/urllib3 - ecerulm opened this pull request 11 months ago
Rudimentary HTTP/2 connection and response

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
ensure HTTPSconnection.is_verified is set properly

github.com/urllib3/urllib3 - abebeos opened this pull request 11 months ago
[REPO] Some Issues re This Github Repo

github.com/urllib3/urllib3 - abebeos opened this issue 11 months ago
Link to fundraiser in docs banner

github.com/urllib3/urllib3 - sethmlarson opened this pull request 11 months ago
allow byte values in HTTPHeaderDict

github.com/urllib3/urllib3 - zawan-ila opened this pull request 11 months ago
ensure ProxyManager honors default_socket_options

github.com/urllib3/urllib3 - abebeos opened this pull request 11 months ago
Fix TestConnectionPoolTimeouts::test_timeout

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
Idle timeout

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
Use -p and -m in mypy

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
Distinguish between truncated and excess content in response

github.com/urllib3/urllib3 - crazyscientist opened this pull request 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this issue 12 months ago
Fix tests by handling ssl "record layer failure"

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
Add explicit_package_bases to pyproject.toml

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
Fix test by adding wait/sleep until server is ready

github.com/urllib3/urllib3 - ecerulm opened this pull request 12 months ago
add read/read1 incomplete tests (V2)

github.com/urllib3/urllib3 - abebeos opened this pull request 12 months ago
remove "watcher" thread suggestion from docs

github.com/urllib3/urllib3 - abebeos opened this pull request 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this issue 12 months ago
[DEMO] 2799 flush decoder clarify

github.com/urllib3/urllib3 - abebeos opened this pull request 12 months ago
Fix timeout tests on Windows

github.com/urllib3/urllib3 - pquentin opened this pull request 12 months ago
Bump CI to macOS 12

github.com/urllib3/urllib3 - pquentin opened this pull request 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this pull request 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this issue 12 months ago
Remove unnecessary OpenSSL 1.1.1 matrix, push branch jobs

github.com/urllib3/urllib3 - sethmlarson opened this pull request 12 months ago
Use coverage sys.monitoring for a speed-boost

github.com/urllib3/urllib3 - sethmlarson opened this pull request 12 months ago
Bump RECENT_DATE

github.com/urllib3/urllib3 - pquentin opened this pull request 12 months ago
Remove Tornado

github.com/urllib3/urllib3 - pquentin opened this pull request 12 months ago
Fix ResourceWarning on CONNECT with Python < 3.11.4

github.com/urllib3/urllib3 - graingert opened this pull request 12 months ago
temp: check if whitespace accepted before colon

github.com/urllib3/urllib3 - zawan-ila opened this pull request 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this issue 12 months ago
void

github.com/urllib3/urllib3 - abebeos opened this pull request 12 months ago
[AWS ECS] Default_Cipher error in Docker

github.com/urllib3/urllib3 - Tickets14 opened this issue 12 months ago
Fix TestBrokenPipe on macOS

github.com/urllib3/urllib3 - zawan-ila opened this pull request 12 months ago
Fix coverage

github.com/urllib3/urllib3 - pquentin opened this pull request about 1 year ago
Bump actions/download-artifact from 3.0.2 to 4.0.0

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 1 year ago
Bump actions/upload-artifact from 3.1.2 to 4.0.0

github.com/urllib3/urllib3 - dependabot[bot] opened this pull request about 1 year ago
also shutdown hypercorn server on setup failure

github.com/urllib3/urllib3 - graingert opened this pull request about 1 year ago
CI: Use single quotes, double quotes are invalid

github.com/urllib3/urllib3 - hugovk opened this pull request about 1 year ago
CI: Only run cron jobs for upstream

github.com/urllib3/urllib3 - hugovk opened this pull request about 1 year ago
Make `BytesQueueBuffer.get_all` more memory efficient

github.com/urllib3/urllib3 - illia-v opened this pull request about 1 year ago
Factorize hypercon.Config() creation

github.com/urllib3/urllib3 - pquentin opened this pull request about 1 year ago
Add support for having a maximum retry after wait length.

github.com/urllib3/urllib3 - alexjircan opened this pull request about 1 year ago