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
0d2f46ebe60b5f094bb28137d9ab62adc01cbe58 authored almost 10 years ago
Fix performance of sendall() on large files.
802d02a8601f510cf7706dff606d774f61e1e737 authored almost 10 years ago
OpenSSL will only write out 16K at once (max length of a single chunk of
plaintext data) before ...
refactor assert_fingerprint further for efficiency and style
25712a39bdc20c3a2579a4ca3a064d889e9e6fbb authored almost 10 years ago04f598fb39ebc72689239844a9c35c252fd4a56b authored almost 10 years ago
Fix errors casting SSLError to string.
2a3afe60ba7e3cb6ee298a1ade6e731bae7ad5f7 authored almost 10 years agoe2de9f67f276f5a9c2ca3689ce50eac2c7361f4f authored almost 10 years ago
refactor assert_fingerprint for efficiency + style
d5f6cefbd90268fbf5e4c976bad933246870e572 authored almost 10 years ago7a457c21615dcfa5135d81482e7b131ee8c94d72 authored almost 10 years ago
Tests fallback to IPv4 if IPv6 fails
4180af1870f9fdc4f7ef1f5f8056ff82f6faac3a authored almost 10 years ago
On systems with IPv6 disabled all IPv6 unit tests will now be skipped,
instead of throwing an ex...
pyopenssl: close != shutdown
e9aa367f791967df3c3884b1b8707e432ee7b6bb authored almost 10 years agofixes #612, see #613
90946207d2aedd41fcfcf8e6d68b07fa5a834ada authored almost 10 years agoa91975b77a2e28394859487fe5ebbf4a3a74e634 authored almost 10 years ago
42141fb0df0188d0eb8ec22e2f5d7a69f61322b3 authored almost 10 years ago
don't allow path in urls which do not begin with /
74073791a3429d9b9f375563954f57f2181599dc authored almost 10 years ago
It was possible to create such an object, but it would not
serialize -> parse roundtrip.
The al...
cedab2b040d19e8cbf88482252f4bd0c25a58488 authored almost 10 years agoAdding tests for chunked gzip.
4bddf26a6264607acb3d3dbf647ab12692325914 authored almost 10 years ago7fc5e87c04889eaa1f298af10aa2dc1c82b8429e authored almost 10 years ago
e4c89df894548648624699286fc2dbd196ec21fb authored almost 10 years ago
duplicates #441
3f54764e66784e2311e2ba28f8b13d8c8083ecc7 authored almost 10 years ago585983ab3f7fb7a0e0b223ebdab1b45471dbefe4 authored almost 10 years ago
425a80e5bc9f49a488f007f0579be7b8567f14e7 authored almost 10 years ago
Learn from httplib how to handle chunked HEAD requests
22a9713fab2ed831204711906a974c3beba3319e authored almost 10 years ago697362076d23983744602d8682f6fc6b10188e80 authored almost 10 years ago
1bc3d2003ffbe3464a96a47a6a2ce3e18e8cc593 authored almost 10 years ago
When we perform a HEAD request and get a response with a chunked
transfer-encoding, there's no p...
7906b5f166da93c61ddd41608cd64d920953a9cd authored almost 10 years ago
Fix #602: don't override existing warning config at import.
51ff447eeffddc03203bdde0932f3183890c6e4c authored almost 10 years agof9d426b65e8d2d8a663a844801b9574dcba7cd01 authored almost 10 years ago
98a4af2223cdcca0c9e491ac0fa94c33d127706a authored almost 10 years ago
Fix Chunked keepalives.
d9aa58ca764e8a6fc2a452099e757ee0f96a2571 authored almost 10 years agoa984fdfea70b4460b9ce4ca93b588a4a436ce3d8 authored almost 10 years ago
42b22baf848d4c7844108aeada63d7f7861aa06c authored almost 10 years ago
dfb5d499722312274ff69cd67c6617b594d68503 authored almost 10 years ago
see #598
c92fe455117c2de5224d150bf89d3fbca0c17f9a authored almost 10 years agoRefactor fix for 593
548b79a1d1e81bfd297d2ebf1c0129859c656406 authored almost 10 years ago
There were two conditions added that could be simplified into
additive conditionals. This is mor...
It is more reliable to split on "," and then strip the whitespace
around each part of the Transf...
6c1dcdb8b2ff216409f7c654f22155c001c0fb61 authored almost 10 years ago
3f36b3f8ce593fc16d5cd14d3cc5389f0e30d489 authored almost 10 years ago
By bailing out of the method early if the chunk_size is not None,
we can make the rest of the me...
line is no longer stored as a list. Since it will now always be a
bytes object we cannot call `'...
The Transfer-Encoding header can contain many values separated by
a comma, e.g.,
Transfer-E...
2a6d4e2b570d7f809baea4ea4cb007aed5202767 authored almost 10 years ago
This refactors both the work in 2cfc21644ae868e0ac8b5f24a27eabda8a1ebc1e
and the work that origi...
6ecc5f392a0ed66be3bef519d8a50f6395ff5a77 authored almost 10 years ago
dev-requiments: tornado==4.1
32345be198ffef1611b591982c0ec89f9d194902 authored almost 10 years ago69d6d377f23bf2644c40f6628f26c80b33e8bcd1 authored almost 10 years ago
make test suite more robust and compatible with Tornado 4
95cf4524c9e02e505e11797380f697396ca5191f authored almost 10 years ago54138d34616421753fc159d701d1eb054d5131ce authored almost 10 years ago
7d5206f2d9df64ad6910cdcf084bc7c0d8b4fe44 authored almost 10 years ago
Decode information received from read_chunked in stream.
7b82da0fa3a13514d11a863e379e7541d0ec46ef authored almost 10 years ago
Here we add a quick test where we compress the body of a request and
then make a response where ...
Previously, when we read chunked data we always decoded it because it
was handled by the read me...
6ca5cae3359604ad070db8b5765fab6880c7c084 authored almost 10 years ago
5416e7e936bb4317741c93c77b4ae2d2d37c938c authored almost 10 years ago
01994d6e604677e19aebe06058f2a1e772070293 authored almost 10 years ago
10b7a0fefa6596f47a9a6afc80f1f4d1ae950b66 authored almost 10 years ago
1e644339740cb5ee955c5f44cd2443bc82104533 authored almost 10 years ago
f73addd41ed36aba56874871c4293aeadde51423 authored almost 10 years ago
Ignore stdlib ciphers.
91090230697dd0b301588344573cbaffde015f79 authored almost 10 years agoc3939cbff3abdf3bdad78cfc90b60e2a85041404 authored almost 10 years ago
b508a6c33abf1e2b93e974269bced3c05d074e72 authored almost 10 years ago
test import without ssl module.
1296ef27e24bae243276409d5a3506f0b9f50fca authored almost 10 years ago2285b005dd87271b2857335eb73556cb7f70805b authored almost 10 years ago
Add timeout to ssl_wrap_socket
b3df72fe42d281e6d0e4e66cd3e66fff3a55118d authored almost 10 years agofixes #572, extends/supersedes #573
73fee8b184373a3ef731f045a85c7014122e6453 authored almost 10 years agodaf726fa59f648d4f2659ceee0118d6e7f7ff883 authored almost 10 years ago
07926a00e1c1a934ccfd72a9628d7257b5e40e97 authored almost 10 years ago
11fb5db0be0401ff56f01b446ab42100b9d796ba authored almost 10 years ago
If we use setUpClass with diamond inheritance (later commits) we get errors on
py26, as super() ...
17b88cdffb4c827d15c03163beb60141623d2991 authored almost 10 years ago
1a6d6428d3a17c76092cc72e9d0163a9b6def31f authored almost 10 years ago
14d09fc8fd9df697e534e8e10cbe6f913289c748 authored almost 10 years ago
40e683a5306f04c8ac6de357d47a58d6824e6e98 authored almost 10 years ago
e4c0adc89d85fdd1c06370c28d38d883dadac015 authored almost 10 years ago
848ccf7d7c52f68431487608a08e246d3d41691a authored almost 10 years ago
The module stash removes the need to have it run last
2ad6516634288ec91c25415174951ad893b067bd authored almost 10 years agodb95ad22ce701e4f88fadcc9f32bbb9814a7f5b7 authored almost 10 years ago
e7bf61ea5d0fdbb5f319311e90911bbaf47dcdbd authored almost 10 years ago
4475016f52aee708c9b46850d2a7defebdb8b016 authored almost 10 years ago
353d18942de9262877bce3d6e9552224ecc08914 authored almost 10 years ago
duplicates #586
8dfaa2c9f60b8af7f9cbe81326def9e0bf5898f9 authored almost 10 years ago7e6bd245581d584b9ebad0da6890143e55a81621 authored almost 10 years ago
Don't spam the platform warning.
b623816e82c29ea409e0cf6468ebf2d4af15c4cd authored almost 10 years agoread chunked: don't close socket, release connection instead.
6b8d5d59ff13f51b3edcccdd9ae8fdc56964ef4e authored almost 10 years agoLink the security docs from the front page of the docs.
ee52185e1ecc90c3367be6a68def365df0845f99 authored almost 10 years ago7477bc2b6c8264efce75d453fad69eee62ef3ffa authored almost 10 years ago
53a1e6a68fb521dee8bf4f64c9e7c33c1fce2137 authored almost 10 years ago
fd801595e491d85161e6555b9488d679ccdf7b15 authored almost 10 years ago
don't use IPv6 in tests when it's not available.
3b27758a0c4a36c7ae045cba729970aad2941d6b authored almost 10 years ago
urllib3's release cadence is much faster so it's preferable if
urllib3 handles its own default ...
Fixes #568
10fab92de03c51fa783e5068d61b1d9f76908704 authored almost 10 years agoProperly detect Python 3.0-3.1 in SSLContext.
58cd35eb8eb1108d56ffc00e48c79a2888526daa authored almost 10 years ago4f3961897a741b1bb223590737e9f0d4886b8967 authored almost 10 years ago
a7b90f26a840def7a30e7077d23b3cea17d1f434 authored almost 10 years ago
Cc: #560
941f65f810ce9c3d0dcbb17662e01b4264758ac0 authored almost 10 years ago9f425db689f99016a016f50ea2bd4de336942820 authored almost 10 years ago
implement generator for chunked responses.
47d809127103bb4a0492fcea3c960b6097968770 authored almost 10 years ago
New method `read_chunked` of class `urllib3.response.HTTPResponse` is able to
read chunks as the...