Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/urllib3/urllib3
urllib3 is a user-friendly HTTP client library for Python
https://github.com/urllib3/urllib3
We shouldn't allow method to be None. Tests are changed so that the
method argument is passed wh...
This adds a test that forces a timeout, and checks that no retries were
done using a method that...
The Retry class contains logic such as the method whitelist
and the functionality to actually in...
43492f6cb66cd258e36127df44154d9bcb063011 authored about 8 years ago
0211df0646c58263272a88be45adbcf1398cd4b2 authored about 8 years ago
fdc6547322938d3ad5b58e56cf06e9b58014641f authored about 8 years ago
556104fa0192ea1437ab1a546a525ba61dfc12b1 authored about 8 years ago
This commit makes it so that we no longer retry requests if we simply
obtain a timeout error. In...
Changes for #1063
e6cae79847c463bda9504da2cbffc33846c98fd9 authored about 8 years agoaa0a7b407c015457e95252d14f2f2722534c74d2 authored about 8 years ago
b72d0ec8bb0d3b3ffe1e373e303b89008a590efd authored about 8 years ago
work around a problem with an unlucky six/future interaction
43a0d3dbf273669c11c41d4f526fc1fe1edcae17 authored about 8 years agoa9724607ed0da6ea9139b3341dff4eed029dd4d4 authored about 8 years ago
Verify that pyOpenSSL is sufficiently new before injecting
4bde697827fcf57680a1de28f4a52192939f64f1 authored about 8 years agofd119a7389228eaf5222c832a058eded010b00a7 authored about 8 years ago
fa9a99cffdd6c6a60b4c067909998ad42f910a81 authored about 8 years ago
65c963232dd359e73b2311950c6835aed5eaf686 authored about 8 years ago
769036ffd7a21477a9133c58b352711d85c7a7a0 authored about 8 years ago
see kennethreitz/requests#3742
see obspy/obspy#1599
422c79af534ecdb9d9e1195c8bc0ef4b6faaaf37 authored about 8 years ago
Fix tests where no network is available
ebd82196760c26144b3972062d3adae21ac0543d authored about 8 years agobe017b9f1070ed66efbb5bfeeaafa46077360a02 authored about 8 years ago
1ac435878b436e48119e26edab6012090daa3f05 authored about 8 years ago
This is needed because @requires_network:
- was too tightly coupled with the kind of exceptions ...
2da9dc896ae88ddbc478f66337cd10c8f096084c authored about 8 years ago
dummyserver: raise syn backlog
505ceb1feba51dbd5987868b9f2fc7a215d45e4d authored about 8 years ago
If the client thread called connect() by the time the server thread
actually accept()ed connecti...
Changelog entry for #1039.
bac390b8e00935305c26e7c017b0f53556fdcb06 authored about 8 years agof4e011f0947a3c49b8e0a0f5219f56acb55ffef3 authored about 8 years ago
Rewind Seekable Body on Retry/Redirect
7002c1347c677b2743244bf36bd05aa3625f57f1 authored about 8 years ago84c6929660458939fc4431030ee3f67faeb0076b authored about 8 years ago
b30a4079ee48ba3bd4a960ce126afb131049df8b authored about 8 years ago
Changes for 1044
1100f3f6990ba424cb64be1a2963beda3cd13e02 authored about 8 years agoc4a5cfb6fd6bff91d0b46301d6ae61df05bb8380 authored about 8 years ago
Require an up-to-date 'cryptography' module for urllib3 injection
78e8b5b01680760576f27f42cd96964c4bb3189b authored about 8 years agoa9937342a3148e66ca8d4f029421664947163d2d authored about 8 years ago
e9695d1fa8d2f6ff29c2fb28ac61656ec95bf2e6 authored about 8 years ago
ac14eb9ac93b015fb195dae0ebff93db06e19bf9 authored about 8 years ago
7c6db6786a3b0cb3e14e2104de55ea6a24b295b5 authored about 8 years ago
5d080e5e8a4aa80cf30e86d646313a399597b84e authored about 8 years ago
ca97a29dded7278b40785fe88b5e8c9ceb542d86 authored about 8 years ago
fccf5818cc40c33bea7b61652ee77d55e230fba4 authored about 8 years ago
066e914b3248534153c759f901ef39ce5c3e4434 authored about 8 years ago
204e5f5de65a32662328bfc11d56e759523656c9 authored about 8 years ago
d30fe5c8d00d9c5f32997756ab741817ab3c4727 authored about 8 years ago
3fb8798e8aaf6fa4451566ad9588e283e0dd40ae authored about 8 years ago
dca9645c2306f3615ab199e0cc55f8e48d935617 authored about 8 years ago
0015c29ae0501a31c3660e6e7cbd217cff765c4e authored about 8 years ago
2460f7bc8b20f18a194006ac12f6aec88cccc256 authored about 8 years ago
Travis did not get the test to pass. Also, the timeout does not
affect the test runtime when the...
Reproduces the original issue.
When I upload with requests.put(...) an open file
handle and sim...
Add changelog entry for 1.19.1
ed7b0f0a77b43562fd58c31813ed38580dc454bc authored about 8 years ago96f07521d2bd4ae0f43f6bf511deadbd05fcbafa authored about 8 years ago
Use time.monotonic if available
4ad17bd0353a883dc624db587c7d174de1ddd5f1 authored about 8 years ago50a93200b475ed94b30a2be3e7b5259714779dac authored about 8 years ago
4ce21434c5774a4c8741262680282c87a5871ece authored about 8 years ago
This reverts commit 133236f769e222ac8d457b554b1d90f088e4b795.
bea1725978429b1e4f87df2044770cdd55974645 authored about 8 years ago133236f769e222ac8d457b554b1d90f088e4b795 authored about 8 years ago
d4602ec2e30f0e18f4be4b004288721bb1bd225d authored about 8 years ago
Fix Flake8 E305 errors
fe918c67359876dc9ff600e10be6103c64b0b7d4 authored about 8 years agoc85d7d28c50d7f419329d569858674ad4e08954d authored about 8 years ago
15a1efae8c4af5bf2e08cd33a8b38f9a1312e54f authored about 8 years ago
cb96711ca38782f8cd567fca3108ee6494e834ee authored about 8 years ago
e25d860d38cf2b0a1d2d71186ac1a351ed56cc6b authored about 8 years ago
76d65b088adee909d3dea21f35450e707ff5e03c authored about 8 years ago
In the proxy string, socks5h:// and socks4a:// mean that the hostname is
to be resolved by the s...
Changes for #1033
ee28622d7b7abf5877fa076ab0b34845c3ff387f authored about 8 years agod78897ede2899e947ee373936488d9ba4bb25209 authored about 8 years ago
ConnectionPool apply lowercasing to host
92e6f962ae05f33fc471a7cb37c954b110a63d0f authored about 8 years ago8e6ede8bc6114c68032aaaf09207be90f72d213f authored about 8 years ago
Fix broken link for AppEngine warning
092e5f63bdde523b265115c7b44f46e56bd41f9d authored about 8 years ago78bdf9e0024eda4983b26de0f4355f56fdc8fd46 authored about 8 years ago
Changes for #1005 and #1028.
f3b460ff5f62ac614909c6f5d79c49edfebaa149 authored about 8 years ago0a446a5aec6cf89287ea8c965441f70b999927d5 authored about 8 years ago
551255d41245bc1539205a77f7a9c3f4793ca9ed authored about 8 years ago
Update RECENT_DATE to 2016
602d591e306faa5ad971e544e85eab33b04fcb28 authored about 8 years ago5f093e00ead09b1302d2e12dc4f4db5f4825c4f5 authored about 8 years ago
075488762fe863a13ae38b38a9c850b269522f0f authored about 8 years ago
4cc425c353c9c3fb2be9446e7c5b43e4f48fbf81 authored about 8 years ago
9688f0311839ce79c59b5254a8c68c148e73528c authored about 8 years ago
31434ce3c5900d0b9c79a234336a0fd76178f354 authored about 8 years ago
abfa7bd4ebc08e49d373fc11956553f3904369b1 authored about 8 years ago
75b6a088dbf0282194f3d7a5faa96c96d505e28e authored about 8 years ago
097b935bea9fa575c59391e8c30a3ab00c974fae authored about 8 years ago
15ed79cc7ce8e5851d4e977f8c3ce5a855862129 authored about 8 years ago
c9490029ca5e9e9c2b2f7891817ef899f0f9cac6 authored about 8 years ago
CHANGES entry for #1025.
2398290c337096c75808ddbb268339afe45912f3 authored over 8 years ago2660ee3b4c842d2915a6fe5884eed66d266b6749 authored over 8 years ago
Correct the import of urljoin for Python 3
8ca014adde2c005ccee07c150a18d853d27b26a2 authored over 8 years ago
At least in Python 3.5.2, this caused cascading breakage down to requests-toolbelt,
used by vdi...
Changelog entry for #1001
d1e0520a6db842d7604cfb4051dc80ee582d84fe authored over 8 years agob4f7bf6480e295ef207802556adc4fb54538abb9 authored over 8 years ago
Create custom Selectors (Kqueue, Epoll, Poll, and Select) Backport
ba92f65f2cf7ff65eb03ffc42b7ea065da8152ca authored over 8 years ago9c51acefa8dfb3bcf18fff99dbf54e17a6c535b2 authored over 8 years ago
Update CHANGES for 1.19
0a8860068d4bb2c818d0e0c8300a2933bf38e6d0 authored over 8 years ago5de4d50c36fc7090aa886cd42454740f6c7a5052 authored over 8 years ago
8d65875aa6f4686df09ad430b07c343e56bf06ba authored over 8 years ago
Cause a Travis failure if there are warnings in the docs
d081bad4cf41df859e4d04695b986a7c163c27c0 authored over 8 years ago
Now that tox has a job for building the docs, we can add it to the Travis
job. Then add the '-W...
32e6b4cbedb442b77bfeee6efae5bf86b0651d6f authored over 8 years ago