Ecosyste.ms: OpenCollective

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

github.com/python-trio/hip

A new Python HTTP client for everybody
https://github.com/python-trio/hip

Fixes possible deadlock in threads.

52cdb26781a5fe6f293684f322217ac9c8b2c00b authored almost 12 years ago
Added tests for chunked decoding.

6d938ad0de437def2ff4ad6cecffaf5fde180472 authored almost 12 years ago
Support streaming decompression of HTTPResponse.

d00d3052382de69382e21af8d10524e5aefadde8 authored almost 12 years ago
Cache data to decompress until first error.

Otherwise switching the window size will fail anyway.

b143a683bb3b9403d5dfdeab307bc438ea5d4042 authored almost 12 years ago
Merge pull request #168 from Lukasa/content_type

Content-Type header values should be native strings.

82cee121ed5cf5217063ff5618905e234160727e authored almost 12 years ago
Return native strings for header-values.

d75a807c283144c97d0816f20b64d14de45af1ad authored almost 12 years ago
Tests for bad Content-Type type.

Content-Type should be returned as a native string, not a bytestring.
This commit ensures that a...

b196050aa1a5a5af75267c2650c1f912f7ad0588 authored almost 12 years ago
Adding 'urllib3.contrib' to setup.py (#167)

b08c5014843fc03cc0768fe764f2d56f644887ed authored almost 12 years ago
Update CHANGES.rst

0885df008eea2de7c66c30d4890304ef56142332 authored almost 12 years ago
Merge pull request #140 from t-8ch/ssl_verify_hostname

Manual specification of hostname to verify against.

7f9d8ee3f5fe7e1d60a465936b7686a57d228fd7 authored almost 12 years ago
test invalid certificate fingerprints

866280e77fa4d74c3a69370728fa463ff750c561 authored almost 12 years ago
fix typo

3d3e32d8d01404a987f410ee2e75ffd49cc1d37a authored almost 12 years ago
more style fixes

89253689c384a7aa67aba027351f9d6f3b22fdcb authored almost 12 years ago
add docs

674ee62b2dacfa38a0075f06153bc44ce5acc1f0 authored almost 12 years ago
fix entry in CONTRIBUTORS.txt

0caabd917fd5877d4c76a38ab9c7c153ac373fcf authored almost 12 years ago
fix coding style

60f21991581961a405902e71d373ceaacd9705ed authored almost 12 years ago
manual specification of hostname to verify against

be10e166de69b5c62625cb7a03e8cb01c89c5701 authored almost 12 years ago
certificate verification against known fingerprint

60fedaaadf69cf205c7d18925f32a0af2f8e3edf authored almost 12 years ago
fixed style issues

10ee82d38f7287833dd41a7153c06757c1b2db3b authored almost 12 years ago
Merge pull request #166 from schlamar/fix-coverage

Fix coverage for Windows.

2aa3e4a891af8573caf9791437e1a39f2bd482d0 authored almost 12 years ago
Fix coverage for Windows.

e6a71d986a8e8522c10632c72c518ee6ff6b927d authored almost 12 years ago
Added title, moved travis image.

fce075a6d36d38951461c493b611d8ddd014ab9d authored almost 12 years ago
Merge pull request #154 from schlamar/issue-153

Prevent passing SSL keywoards to HTTP connection.

cccae49de03897dcf83b6a35a2e6a995801813ca authored almost 12 years ago
Prevent passing SSL keywoards to HTTP connection

9570cd2be4a97e28c6fa2a6b9c8fe2f68b412c43 authored almost 12 years ago
Merge pull request #165 from schlamar/patch-1

Added Travis status to README.

2e30158fd95af167b969545adf162b25bf88ae0b authored almost 12 years ago
Added Travis status to README.

9eb5a64cb683a23878b7b64af058874ff4d1ed98 authored almost 12 years ago
Removing pypy from travis because it's being a butt on coverage.

2cc60450e73d36a990fc3145ee69330e69684927 authored almost 12 years ago
Merge pull request #163 from t-8ch/testsuite_enforce_coverage

Enforce 100% code coverage when testing.

384d14256b6aa8b4990c2aeb8c93e85fe75168cb authored almost 12 years ago
Revert "forcefully break tests"

This reverts commit 0f880d5f72312b39f269a80da0e50591cf344068.

994cceb49b992db8dea570e861f3af22a876e8f6 authored almost 12 years ago
forcefully break tests

0f880d5f72312b39f269a80da0e50591cf344068 authored almost 12 years ago
enforce 100% coverage during tests

ef27f10adbae0448a688af120606cec97ff3df3d authored almost 12 years ago
Merge pull request #162 from t-8ch/pyopenssl_fingerprints

add fingerprint support to pyopenssl.py

69823dccf870fd9023d2338e5473ec2be9643b9f authored almost 12 years ago
add fingerprint support to pyopenssl.py

b18af9afa232570c5956b8f4ee416e09eba33127 authored almost 12 years ago
CHANGES.rst += SNI support (#156)

e363eaf4b23fc506ff9c1cf36cb2911b445efdd7 authored almost 12 years ago
Merge pull request #156 from kirkeby/pyopenssl-for-sni

Optional PyOpenSSL for SNI-support on Python2.

9471fe9d330efb29b6c45fea782363dcef63d26b authored almost 12 years ago
Add inject_into_urllib3 code snippet.

823f8d57807b67783e89cb5cc79573dc2b82397e authored almost 12 years ago
Documentation for the PyOpenSSL contrib module.

f41dccb1d2d54d5a45141bcd8f0e3f7606bedffb authored almost 12 years ago
Tests for urllib3.contrib.pyopenssl.

This makes the SNI-test raise SkipTest if SNI is not supported, so
it can be reused by test.cont...

a10511947458c7ba3ea651edf24d0faa785b2a51 authored almost 12 years ago
Move PyOpenSSL-backed SSL into contrib.

35485d89845440b91e1827d685bb77a9547ee1cf authored almost 12 years ago
Merge pull request #161 from t-8ch/test_more_versions

Travis+tox: Test all the versions.

b4ff1f8f5f0ff671fc039e85f49e263c50aeaa73 authored almost 12 years ago
test all the versions

6e351ac73d845916cef56f9ec952747ff5961428 authored almost 12 years ago
Add py3.3 and fix travis install command.

9a03df158da14a4623b30e04ea6188ba67bcd84d authored almost 12 years ago
Adding tox and travis.

c4b7b4e19fd292a929d4223c88ffaa8233187747 authored almost 12 years ago
CamelCase for class name.

654020ca876f45ced0fe0792ec992a3c38a777f9 authored almost 12 years ago
Remove network-dependent SNI-test.

6f9d77904df200ffa9b3b37ac83ddb94a65a8f61 authored almost 12 years ago
Remove URLLIB3_USE_PYOPENSSL env var.

4efbf91c8401a882d2bb4a1b0b1e040bf3555055 authored almost 12 years ago
Fix subjectAltName support.

The SNI/subjectAltName tests have a one big problem: They access the
great big, bad Internet, be...

df1d95016f6c423b9c1425aa20614f67c7d1621e authored almost 12 years ago
Use pyOpenSSL if present.

This gives us SNI goodies on all Python versions.

953b5a41e3ac2d93ba3f120a58e9a278152d5e33 authored almost 12 years ago
We know best if we support SNI.

d299a66ca63dc5e1fe27fd3f920fe32b5b1b4f95 authored almost 12 years ago
Merge pull request #155 from schlamar/speed-up-tests

Speed up tests on Windows

61dda09893aff5f37442a8ccbbfc49bb17276703 authored almost 12 years ago
Speed up tests on Windows

443ae32cc55e201f5ace6e3ad5343b7b1ddb66ac authored almost 12 years ago
Fix pool manager urlopen() redirect at most once issue.

e41b1ef8fb4971b5fe9a0dbf10d7e17bfea3a28c authored almost 12 years ago
Add test case for server redirecting twice.

88df4cd62c9b815481b8926d4989e51f62bc81dd authored almost 12 years ago
Fixed tests for py3.

4ff6c97207824aa720806fe9af3e8a822ccd7be9 authored almost 12 years ago
CHANGES.

5a124fba22989ef6530e946fc04ce0b9f8db1e6c authored almost 12 years ago
Fixed proxy test (#146).

e6042e9cd528635bf298989a1e26b205c209709e authored almost 12 years ago
Style.

9322929b99078b9b2edabaa2cd5271a2c55a4bfb authored almost 12 years ago
Merge pull request #146 from Lukasa/host_header

Generate 'Host' header with proxies.

969c364cfa1d63cd04bd2ffe5018fff332032b1e authored almost 12 years ago
Merge pull request #142 from t-8ch/fix_ssl_test_on_old_openssl-2

Fix ssl test on old openssl.

8c20fac251bc847991821ef630781d49a6701bba authored almost 12 years ago
Merge pull request #147 from t-8ch/fix_pypy_tests

Fix pypy tests.

3133cdbfda22c3b7b2a962856dff5474325a75be authored almost 12 years ago
explicitly close listening and connected sockets

903b9f0279c102b7efef41558d3186bcae49b1d7 authored almost 12 years ago
explicitly flush all gzip data

On pypy data is buffered to long due to different garbage collection
strategies [0]. By explicit...

dbce62fd1f320e9f1a56e0c31d61e469575e94b2 authored almost 12 years ago
Don't spuriously set the 'Host' header.

Also some docstring changes.

bd2a5dc9882a16394a050bb4bfcb658b3be1e5dc authored almost 12 years ago
Generate 'Host' header with proxies.

c2394c94c0d9091e611f8eb4fcbfce9198a2e858 authored almost 12 years ago
remove superfluous request parameters

add31951be39fa0fa51e42492ceee91e6c9ceac7 authored almost 12 years ago
remove make_headers from pool.rst

It is already in helpers.rst wasn't built anyway.

7498f0b9ab1704f6a068aa68666a607e37b081dc authored almost 12 years ago
add ssl_version unittest that works everywhere

This should fix discrepancies between OpenSSL < 1.0 and > 1.0 and also
work on Ubuntu where ssl....

c118551dec6c5043a9ba91d7135a0825827cf4d0 authored almost 12 years ago
SSL CHANGES.

44423a2985b95c4a6cb34ee67123cbab6ec1be0d authored about 12 years ago
CHANGES typo.

f584f5f0c564ef687f34b5657f4c3adfa4ebe29c authored about 12 years ago
CHANGES.

62b635d874cd85e80bd1ad8ee391c74d4368ea76 authored about 12 years ago
Moving private method to the top.

f34d71866c27b246c9cca9232f1f36c583781674 authored about 12 years ago
Merge pull request #95 from Bluehorn/master

Please merge trivial change to allow some overrides

511d25332453bf4253aeda1461ab4c54e28711a8 authored about 12 years ago
Add default scheme. (Related to #134)

3a3399cf106939dbf2e40daf978c96b701948399 authored about 12 years ago
Coverage.

971ec84b4e3f21dea6f7486dee580b9355f9f5f0 authored about 12 years ago
Merge pull request #130 from t-8ch/unify_ssl_api

Unify ssl api.

f0880379c0fd9fe91c5c6e415414e8f0b2de1c20 authored about 12 years ago
CHANGES.

9261224f4f556ef10a9bca61d5aed33850d19b0a authored about 12 years ago
Merge pull request #133 from bboe/close_connection

Close connection when no data is read.

509d9b2ddbee85c398671e743eccc2216b5c5c1f authored about 12 years ago
add test for ca_certs in util.ssl_wrap_socket

e27af663dbe08322bcf6f359bdcbbc943cccc488 authored about 12 years ago
make test_https pep8 clean

0521764f7aa974642b25735bf28db532d31eec42 authored about 12 years ago
remove unnecessary lambda

475f6d26620a964ae5e0b45982c859c90656850f authored about 12 years ago
Close connection when no data is read.

011a0b962e487ec52a36ceee6e532cc868aa6b65 authored about 12 years ago
add test_verified_without_ca_certs()

a27cc9afb5f2373498a4be0dd3635f796a823e3a authored about 12 years ago
remove ssl defaults from HTTPSConnectionPool

fb43d86f18334e9aa6aea3108e1f78c3224518e8 authored about 12 years ago
resolve ssl_version, cert_reqs in the connection

35159178eab712b3019b13e561e9cb049ecdf5f2 authored about 12 years ago
add test_ssl_unverified_with_ca_certs

67ded1dffdcdbc3b7256dfba2f8b41f69da65039 authored about 12 years ago
fix docstring of util.resolve_cert_reqs()

85a4c4dedaeb23d42f93f07a7006108dbf8c5edd authored about 12 years ago
add docs for util.resolve_... functions()

2af53e782687f7b97513457d255fa1ad1cd16976 authored about 12 years ago
short name for ssl_version

bd7d59a88290fc0563bc307dbf65337c5510c0e0 authored about 12 years ago
short name for cert_reqs

b925c06035e3ff5463e2e31a96e9a527b5ca90d4 authored about 12 years ago
ssl_version accepts strings and numeric constants

d2662671dec0873df4c9e8da62ce9e5d90be8247 authored about 12 years ago
cert_reqs accepts strings and numeric constants

by pushing the resolution of the argument down into ssl_wrap_socket the user is
able to alter th...

ae042cc94bd6d73d79fa259a83f971f433e66028 authored about 12 years ago
Added test todos.

3bd2920b8c7d6329d8f450493d2ce17650cbf807 authored about 12 years ago
Coverage.

d0b2bcc36c77fd2bd073ed373debbebf3f504236 authored about 12 years ago
Merge branch 'master' of github.com:shazow/urllib3

3d6cc5ca4b4f067ea7dfe76bc95b5cac99289186 authored about 12 years ago
Python 3.2 -> 3.3

ee06e4885731779903124aac36f4638bfa763967 authored about 12 years ago
Test note.

c58aec8602c7605097a2640008287e0b3e6d8066 authored about 12 years ago
Merge pull request #129 from t-8ch/docstring_fix

fix mergeconflict in connectionpool.py

3574db6ea56d4bc10b926030778e7fab02e96951 authored about 12 years ago
fix mergeconflict in connectionpool.py

docstring of HTTPSConnectionPool

48a1b2694dd401efb5e65d072f09af05a7d955b1 authored about 12 years ago
CHANGES.

d6a2b631306e321a752a3be95d881e3aec288568 authored about 12 years ago
CHANGES.

7e668d7b07d745ae19f2c9fd512ea07ca933547d authored about 12 years ago