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

CHANGES for #626

0d2f46ebe60b5f094bb28137d9ab62adc01cbe58 authored almost 10 years ago
Merge pull request #627 from darkrain42/master

Fix performance of sendall() on large files.

802d02a8601f510cf7706dff606d774f61e1e737 authored almost 10 years ago
Fix performance of sendall() on large files, fixes #626

OpenSSL will only write out 16K at once (max length of a single chunk of
plaintext data) before ...

4aebc69dbf1f2eecbff61c3902a9074be4722837 authored almost 10 years ago
Merge pull request #625 from jab/master

refactor assert_fingerprint further for efficiency and style

25712a39bdc20c3a2579a4ca3a064d889e9e6fbb authored almost 10 years ago
refactor assert_fingerprint further for efficiency and style

04f598fb39ebc72689239844a9c35c252fd4a56b authored almost 10 years ago
Merge pull request #622 from Lukasa/strerror

Fix errors casting SSLError to string.

2a3afe60ba7e3cb6ee298a1ade6e731bae7ad5f7 authored almost 10 years ago
Fix errors casting to string

e2de9f67f276f5a9c2ca3689ce50eac2c7361f4f authored almost 10 years ago
Merge pull request #619 from jab/master

refactor assert_fingerprint for efficiency + style

d5f6cefbd90268fbf5e4c976bad933246870e572 authored almost 10 years ago
refactor assert_fingerprint for efficiency + style

7a457c21615dcfa5135d81482e7b131ee8c94d72 authored almost 10 years ago
Merge pull request #611 from ddriddle/issue_610

Tests fallback to IPv4 if IPv6 fails

4180af1870f9fdc4f7ef1f5f8056ff82f6faac3a authored almost 10 years ago
Issue #610 -- Tests fallback to IPv4 if IPv6 fails

On systems with IPv6 disabled all IPv6 unit tests will now be skipped,
instead of throwing an ex...

cf1dd49a285f5467c7629291aad7e1ccbc76fede authored almost 10 years ago
Merge pull request #614 from t-8ch/pyopenssl_close

pyopenssl: close != shutdown

e9aa367f791967df3c3884b1b8707e432ee7b6bb authored almost 10 years ago
close != shutdown

fixes #612, see #613

90946207d2aedd41fcfcf8e6d68b07fa5a834ada authored almost 10 years ago
CHANGES for v1.10.4

a91975b77a2e28394859487fe5ebbf4a3a74e634 authored almost 10 years ago
Sorted CHANGES.

42141fb0df0188d0eb8ec22e2f5d7a69f61322b3 authored almost 10 years ago
Merge pull request #609 from t-8ch/url_implicit_leading_dash

don't allow path in urls which do not begin with /

74073791a3429d9b9f375563954f57f2181599dc authored almost 10 years ago
don't allow path in urls which do not begin with /

It was possible to create such an object, but it would not
serialize -> parse roundtrip.

The al...

cedab2b040d19e8cbf88482252f4bd0c25a58488 authored almost 10 years ago
Merge pull request #606 from t-8ch/test_chunked_gzip

Adding tests for chunked gzip.

4bddf26a6264607acb3d3dbf647ab12692325914 authored almost 10 years ago
show openssl version in travis

7fc5e87c04889eaa1f298af10aa2dc1c82b8429e authored almost 10 years ago
suppress spurious resource warnings while testing

e4c89df894548648624699286fc2dbd196ec21fb authored almost 10 years ago
test chunked response with gzip encoding

duplicates #441

3f54764e66784e2311e2ba28f8b13d8c8083ecc7 authored almost 10 years ago
Update CHANGES.rst

585983ab3f7fb7a0e0b223ebdab1b45471dbefe4 authored almost 10 years ago
CHANGES for #605

425a80e5bc9f49a488f007f0579be7b8567f14e7 authored almost 10 years ago
Merge pull request #605 from sigmavirus24/bug/601

Learn from httplib how to handle chunked HEAD requests

22a9713fab2ed831204711906a974c3beba3319e authored almost 10 years ago
Add tests for HEAD methods

697362076d23983744602d8682f6fc6b10188e80 authored almost 10 years ago
Style tweaks.

1bc3d2003ffbe3464a96a47a6a2ce3e18e8cc593 authored almost 10 years ago
Learn from httplib how to handle chunked HEAD requests

When we perform a HEAD request and get a response with a chunked
transfer-encoding, there's no p...

4917250ab6d5647d505e0f3ea7bcf9f995722392 authored almost 10 years ago
CHANGES for #603

7906b5f166da93c61ddd41608cd64d920953a9cd authored almost 10 years ago
Merge pull request #603 from tlynn/master

Fix #602: don't override existing warning config at import.

51ff447eeffddc03203bdde0932f3183890c6e4c authored almost 10 years ago
Fix #602: don't override existing warning config at import

f9d426b65e8d2d8a663a844801b9574dcba7cd01 authored almost 10 years ago
CHANGES for #599

98a4af2223cdcca0c9e491ac0fa94c33d127706a authored almost 10 years ago
Merge pull request #599 from t-8ch/chunked_keepalive

Fix Chunked keepalives.

d9aa58ca764e8a6fc2a452099e757ee0f96a2571 authored almost 10 years ago
style..

a984fdfea70b4460b9ce4ca93b588a4a436ce3d8 authored almost 10 years ago
[dummyserver] emit all chunks

42b22baf848d4c7844108aeada63d7f7861aa06c authored almost 10 years ago
fix #598

dfb5d499722312274ff69cd67c6617b594d68503 authored almost 10 years ago
test keep-alive chunked requests

see #598

c92fe455117c2de5224d150bf89d3fbca0c17f9a authored almost 10 years ago
Merge pull request #597 from sigmavirus24/refactor/594

Refactor fix for 593

548b79a1d1e81bfd297d2ebf1c0129859c656406 authored almost 10 years ago
Simplify a couple conditions

There were two conditions added that could be simplified into
additive conditionals. This is mor...

b06e1b72643255250c752286f502e93efee80e7c authored almost 10 years ago
Split then strip the transfer-encoding list

It is more reliable to split on "," and then strip the whitespace
around each part of the Transf...

563f0e8b7a3e32f034cbf41474ad25cff2fccbbd authored almost 10 years ago
Rename _get_next_chunk to _update_chunk_length

6c1dcdb8b2ff216409f7c654f22155c001c0fb61 authored almost 10 years ago
Do not convert the transfer-encodings to a set

3f36b3f8ce593fc16d5cd14d3cc5389f0e30d489 authored almost 10 years ago
Reorder logic of _update_chunk_length

By bailing out of the method early if the chunk_size is not None,
we can make the rest of the me...

bdabaafdb0ad707aff42a79c03842b6a090da485 authored almost 10 years ago
Do not call join with a bytes object

line is no longer stored as a list. Since it will now always be a
bytes object we cannot call `'...

23060d67836f71a838e68d6f3889baacf6a530c9 authored almost 10 years ago
Fix check for chunked transfer-encoding

The Transfer-Encoding header can contain many values separated by
a comma, e.g.,

Transfer-E...

2a6d4e2b570d7f809baea4ea4cb007aed5202767 authored almost 10 years ago
Refactor fix for 593

This refactors both the work in 2cfc21644ae868e0ac8b5f24a27eabda8a1ebc1e
and the work that origi...

f3c01ff5a9a6f78b6bee44ecbf26b92fa330f28b authored almost 10 years ago
CHANGES for #594 and #595.

6ecc5f392a0ed66be3bef519d8a50f6395ff5a77 authored almost 10 years ago
Merge pull request #596 from shazow/tornado-4

dev-requiments: tornado==4.1

32345be198ffef1611b591982c0ec89f9d194902 authored almost 10 years ago
Tornado 4

69d6d377f23bf2644c40f6628f26c80b33e8bcd1 authored almost 10 years ago
Merge pull request #594 from matejcik/master

make test suite more robust and compatible with Tornado 4

95cf4524c9e02e505e11797380f697396ca5191f authored almost 10 years ago
move header-case-sensitivity test to socket-based

54138d34616421753fc159d701d1eb054d5131ce authored almost 10 years ago
py2.6 threading fix

7d5206f2d9df64ad6910cdcf084bc7c0d8b4fe44 authored almost 10 years ago
Merge pull request #595 from sigmavirus24/bug/593

Decode information received from read_chunked in stream.

7b82da0fa3a13514d11a863e379e7541d0ec46ef authored almost 10 years ago
Prevent futher regressions in gzipped chunk handling

Here we add a quick test where we compress the body of a request and
then make a response where ...

466e5a53be04688899e3376ff136ae49eefa43fc authored almost 10 years ago
Decode information received from read_chunked in stream

Previously, when we read chunked data we always decoded it because it
was handled by the read me...

2cfc21644ae868e0ac8b5f24a27eabda8a1ebc1e authored almost 10 years ago
let tornado take care of encoding (fixes py3 error)

6ca5cae3359604ad070db8b5765fab6880c7c084 authored almost 10 years ago
make socket test not hang if server fails to start

5416e7e936bb4317741c93c77b4ae2d2d37c938c authored almost 10 years ago
use Tornado directly instead of WSGI compatibility layer

01994d6e604677e19aebe06058f2a1e772070293 authored almost 10 years ago
Nuke build on clean.

10b7a0fefa6596f47a9a6afc80f1f4d1ae950b66 authored almost 10 years ago
Version bump: 1.10.3

1e644339740cb5ee955c5f44cd2443bc82104533 authored almost 10 years ago
CHANGES for #588

f73addd41ed36aba56874871c4293aeadde51423 authored almost 10 years ago
Merge pull request #588 from t-8ch/ignore_stdlib_ciphers

Ignore stdlib ciphers.

91090230697dd0b301588344573cbaffde015f79 authored almost 10 years ago
readd comment about default ssl ciphers

c3939cbff3abdf3bdad78cfc90b60e2a85041404 authored almost 10 years ago
CHANGES for #587

b508a6c33abf1e2b93e974269bced3c05d074e72 authored almost 10 years ago
Merge pull request #587 from t-8ch/no_ssl

test import without ssl module.

1296ef27e24bae243276409d5a3506f0b9f50fca authored almost 10 years ago
CHANGS for #585

2285b005dd87271b2857335eb73556cb7f70805b authored almost 10 years ago
Merge pull request #585 from tutumcloud/add-timeout

Add timeout to ssl_wrap_socket

b3df72fe42d281e6d0e4e66cd3e66fff3a55118d authored almost 10 years ago
[pyopenssl] use same ciphers as default backend

fixes #572, extends/supersedes #573

73fee8b184373a3ef731f045a85c7014122e6453 authored almost 10 years ago
test requests without ssl module

daf726fa59f648d4f2659ceee0118d6e7f7ff883 authored almost 10 years ago
fix detection of platforms without ssl

07926a00e1c1a934ccfd72a9628d7257b5e40e97 authored almost 10 years ago
test import without ssl in its own testcase

11fb5db0be0401ff56f01b446ab42100b9d796ba authored almost 10 years ago
use the module stash per testcase

If we use setUpClass with diamond inheritance (later commits) we get errors on
py26, as super() ...

69a5c4bfc07669e4a9e0029aee6221797888514d authored almost 10 years ago
do not blow up if ssl is not available

17b88cdffb4c827d15c03163beb60141623d2991 authored almost 10 years ago
arm the no_ssl test

1a6d6428d3a17c76092cc72e9d0163a9b6def31f authored almost 10 years ago
add timeout to ssl_wrap_socket

14d09fc8fd9df697e534e8e10cbe6f913289c748 authored almost 10 years ago
do not fail if we are not loaded

40e683a5306f04c8ac6de357d47a58d6824e6e98 authored almost 10 years ago
also pop the namespace itself

e4c0adc89d85fdd1c06370c28d38d883dadac015 authored almost 10 years ago
fix typo

848ccf7d7c52f68431487608a08e246d3d41691a authored almost 10 years ago
rerename the no_ssl test

The module stash removes the need to have it run last

2ad6516634288ec91c25415174951ad893b067bd authored almost 10 years ago
REMOVE/REVERT THIS COMMIT: test the test

db95ad22ce701e4f88fadcc9f32bbb9814a7f5b7 authored almost 10 years ago
use a module stash to not trip up coverage

e7bf61ea5d0fdbb5f319311e90911bbaf47dcdbd authored almost 10 years ago
make travis faster!

4475016f52aee708c9b46850d2a7defebdb8b016 authored almost 10 years ago
properly remove urllib3 from import cache

353d18942de9262877bce3d6e9552224ecc08914 authored almost 10 years ago
test import without ssl module

duplicates #586

8dfaa2c9f60b8af7f9cbe81326def9e0bf5898f9 authored almost 10 years ago
Improve warnings-related comments.

7e6bd245581d584b9ebad0da6890143e55a81621 authored almost 10 years ago
Merge pull request #574 from Lukasa/warning_frequency

Don't spam the platform warning.

b623816e82c29ea409e0cf6468ebf2d4af15c4cd authored almost 10 years ago
Merge pull request #575 from TomasTomecek/read-chunked-dont-close-socket

read chunked: don't close socket, release connection instead.

6b8d5d59ff13f51b3edcccdd9ae8fdc56964ef4e authored almost 10 years ago
Merge pull request #571 from Lukasa/secdocs

Link the security docs from the front page of the docs.

ee52185e1ecc90c3367be6a68def365df0845f99 authored almost 10 years ago
Don't spam InsecurePlatformWarnings.

7477bc2b6c8264efce75d453fad69eee62ef3ffa authored almost 10 years ago
read chunked: don't close socket, release conn instead

53a1e6a68fb521dee8bf4f64c9e7c33c1fce2137 authored almost 10 years ago
Add security doc to front page.

fd801595e491d85161e6555b9488d679ccdf7b15 authored almost 10 years ago
Merge pull request #569 from TomasTomecek/fix-ipv6-tests

don't use IPv6 in tests when it's not available.

3b27758a0c4a36c7ae045cba729970aad2941d6b authored almost 10 years ago
Stop relying on the stdlib's default cipher list

urllib3's release cadence is much faster so it's preferable if
urllib3 handles its own default ...

cd8129965d737c89b7f6ff8bb8c6f9f80284fe4f authored almost 10 years ago
don't use IPv6 in tests when it's not available

Fixes #568

10fab92de03c51fa783e5068d61b1d9f76908704 authored almost 10 years ago
Merge pull request #570 from akanouras/patch-1

Properly detect Python 3.0-3.1 in SSLContext.

58cd35eb8eb1108d56ffc00e48c79a2888526daa authored almost 10 years ago
Use parentheses for line continuation

4f3961897a741b1bb223590737e9f0d4886b8967 authored almost 10 years ago
Properly detect Python 3.0-3.1 in SSLContext

a7b90f26a840def7a30e7077d23b3cea17d1f434 authored almost 10 years ago
Simplified stream docs example.

Cc: #560

941f65f810ce9c3d0dcbb17662e01b4264758ac0 authored almost 10 years ago
CHANGES for #560.

9f425db689f99016a016f50ea2bd4de336942820 authored almost 10 years ago
Merge pull request #560 from TomasTomecek/chunked-response

implement generator for chunked responses.

47d809127103bb4a0492fcea3c960b6097968770 authored almost 10 years ago
implement generator for chunked responses

New method `read_chunked` of class `urllib3.response.HTTPResponse` is able to
read chunks as the...

f21c2a2b73e4256ba2787f8470dbee6872987d2d authored almost 10 years ago