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

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
HTTPConnectionPool._prepare_proxy is empty

github.com/urllib3/urllib3 - aathan opened this issue over 2 years ago
py.typed removed from dist package data

github.com/urllib3/urllib3 - symonk opened this issue over 2 years ago
Minor fixes in v2 roadmap docs

github.com/urllib3/urllib3 - sobelek opened this pull request over 2 years ago
Add max_retry_wait_lenght to Retry

github.com/urllib3/urllib3 - sobelek opened this pull request over 2 years ago
Add OpenSSF scorecard and SLSA 3 badge to README

github.com/urllib3/urllib3 - sethmlarson opened this pull request over 2 years ago
Release 1.26.12

github.com/urllib3/urllib3 - sethmlarson opened this pull request over 2 years ago
set a homepage url

github.com/urllib3/urllib3-secure-extra - graingert opened this pull request over 2 years ago
HTTPResponse does not support "seek"

github.com/urllib3/urllib3 - ycwang-hello opened this issue over 2 years ago
Allow reuse of SSL sessions

github.com/urllib3/urllib3 - macro1 opened this pull request over 2 years ago
Drop support for OpenSSL <1.1.1

github.com/urllib3/urllib3 - sethmlarson opened this pull request over 2 years ago
Added deprecation warning for urllib3.contrib.securetransport

github.com/urllib3/urllib3 - IvanLauLinTiong opened this pull request over 2 years ago
Address all deprecations from ssl module

github.com/urllib3/urllib3 - sethmlarson opened this issue over 2 years ago
Deprecate the SecureTransport TLS implementation

github.com/urllib3/urllib3 - sethmlarson opened this issue over 2 years ago
Deprecate [secure] extra

github.com/urllib3/urllib3 - sethmlarson opened this issue over 2 years ago
document `sigstore verify` workflow

github.com/urllib3/urllib3 - graingert opened this issue over 2 years ago
Check for changelog entries in pull requests

github.com/urllib3/urllib3 - pquentin opened this pull request over 2 years ago
Advance-usage.rst: Adds missing import for codecs section

github.com/urllib3/urllib3 - Pradhvan opened this pull request over 2 years ago
Fix #2589, don't retry if the ssl module is missing

github.com/urllib3/urllib3 - suzaku opened this pull request over 2 years ago
Use proxy_ssl_context as SSL ctx when forwarding

github.com/urllib3/urllib3 - avi364 opened this pull request over 2 years ago
Refactor internal APIs to use our own HTTPResponse

github.com/urllib3/urllib3 - shadycuz opened this pull request over 2 years ago
Use coverage==6.4 for Python 3.11 support

github.com/urllib3/urllib3 - pquentin opened this pull request over 2 years ago
fix bug #1452

github.com/urllib3/urllib3 - stahh opened this pull request over 2 years ago
Create our own logic for chunking, content framing

github.com/urllib3/urllib3 - sethmlarson opened this pull request almost 3 years ago
Add changelog synchronization to release template

github.com/urllib3/urllib3 - pquentin opened this pull request almost 3 years ago
[1.26] Stop advertising python setup.py install

github.com/urllib3/urllib3 - pquentin opened this pull request almost 3 years ago
[1.26] Show missing lines in coverage report

github.com/urllib3/urllib3 - pquentin opened this pull request almost 3 years ago
Allow Retry class to determine to retry based on response

github.com/urllib3/urllib3 - EnricoMi opened this pull request about 3 years ago
Support for connection idle timeout

github.com/urllib3/urllib3 - garrettheel opened this issue about 3 years ago
Test development versions of Python

github.com/urllib3/urllib3 - pquentin opened this pull request about 3 years ago
Add cookiejar documentation

github.com/urllib3/urllib3 - AlexanderDavid opened this pull request about 3 years ago
[1.26] Convert non-relative imports

github.com/urllib3/urllib3 - TimPansino opened this pull request about 3 years ago
Lean on SSLContext.check_hostname when supported

github.com/urllib3/urllib3 - pquentin opened this pull request about 3 years ago
[1.26] Use 3.10 release in CI

github.com/urllib3/urllib3 - pquentin opened this pull request about 3 years ago
[1.26] Fix CI on Windows + Python 2.7

github.com/urllib3/urllib3 - pquentin opened this pull request about 3 years ago
[1.26] Bump linters

github.com/urllib3/urllib3 - pquentin opened this pull request over 3 years ago
Bump linters

github.com/urllib3/urllib3 - pquentin opened this pull request over 3 years ago
Remove redundant requests integration test

github.com/urllib3/urllib3 - pquentin opened this pull request over 3 years ago
Update towncrier URL as they merged our fix

github.com/urllib3/urllib3 - pquentin opened this pull request over 3 years ago
Add streaming multipart/form-data encoder

github.com/urllib3/urllib3 - sigmavirus24 opened this pull request over 3 years ago
Couple of ntlmpool changes

github.com/urllib3/urllib3 - bluetech opened this pull request over 3 years ago
Drop support for OpenSSL<1.1.1

github.com/urllib3/urllib3 - pquentin opened this issue almost 4 years ago
303 request contain original payload

github.com/urllib3/urllib3 - mjmcconnell opened this issue about 4 years ago
IPv6 slower than IPv4

github.com/urllib3/urllib3 - oktorok opened this issue about 4 years ago
[v2] Add support for Content-Encoding: zstd

github.com/urllib3/urllib3 - sethmlarson opened this issue over 4 years ago
[v2] Create a BaseHTTPConnection APIs

github.com/urllib3/urllib3 - sethmlarson opened this issue over 4 years ago
Add OpenGraph information to our documentation

github.com/urllib3/urllib3 - sethmlarson opened this issue over 4 years ago
socket.timeout re-raised as ProtocolError

github.com/urllib3/urllib3 - Dobatymo opened this issue over 4 years ago
Write a Migration Guide for v1.26.x -> v2.0.0

github.com/urllib3/urllib3 - sethmlarson opened this issue over 4 years ago
RFC: What features should be included in v2?

github.com/urllib3/urllib3 - sethmlarson opened this issue over 4 years ago
TLS session resumption by default in urllib3

github.com/urllib3/urllib3 - PleasantMachine9 opened this issue over 4 years ago
ValueError: file descriptor cannot be a negative integer (-1)

github.com/urllib3/urllib3 - christopher-hesse opened this issue over 4 years ago
Hang inside call to PoolManager request

github.com/urllib3/urllib3 - tycarac opened this pull request almost 5 years ago
Traversal is stripped in >1.24.3

github.com/urllib3/urllib3 - trustedsec opened this issue almost 5 years ago
Fix Bug About Chunk Error

github.com/urllib3/urllib3 - DeeLMind opened this pull request over 5 years ago
Custom retry handling support

github.com/urllib3/urllib3 - sonmezonur opened this issue over 5 years ago
Close unfinished requests

github.com/urllib3/urllib3 - EpicWink opened this issue over 5 years ago
Getting exception in _update_chunk_length

github.com/urllib3/urllib3 - shivam05011996 opened this issue almost 6 years ago
Possible memory leak

github.com/urllib3/urllib3 - kadircet opened this issue almost 6 years ago
Implement RFC 3986 URL parsing

github.com/urllib3/urllib3 - sethmlarson opened this pull request about 6 years ago
Any interest in an UnixHTTPConnectionPool?

github.com/urllib3/urllib3 - mattrobenolt opened this issue about 6 years ago
ImportError: No module named ordered_dict

github.com/urllib3/urllib3 - william-silversmith opened this issue about 6 years ago
un-read POST data causes intermittent failure

github.com/urllib3/urllib3 - mewalig opened this issue over 6 years ago