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

Don't check for None as value to method on read error

We shouldn't allow method to be None. Tests are changed so that the
method argument is passed wh...

418ab48a0c93a91424699499d3061207ac318e7c authored about 8 years ago
Add socket level test for retry with method not in whitelist

This adds a test that forces a timeout, and checks that no retries were
done using a method that...

7b3114e4cfe775d525396ed114c1817ba5a0ccf2 authored about 8 years ago
Move retry on TimeoutError with method check to Retry class

The Retry class contains logic such as the method whitelist
and the functionality to actually in...

f37a48942be19c019fa9834f9796f354dd1ef2c1 authored about 8 years ago
Revert args change

43492f6cb66cd258e36127df44154d9bcb063011 authored about 8 years ago
Merge branch 'master' into patch-1

0211df0646c58263272a88be45adbcf1398cd4b2 authored about 8 years ago
Remove fd count tests

fdc6547322938d3ad5b58e56cf06e9b58014641f authored about 8 years ago
Merge branch 'master' into add_appveyor

556104fa0192ea1437ab1a546a525ba61dfc12b1 authored about 8 years ago
Don't retry on timeout if method not in whitelist

This commit makes it so that we no longer retry requests if we simply
obtain a timeout error. In...

113141cff44d01740764be54216fc7e1a5e18b77 authored about 8 years ago
Merge pull request #1064 from Lukasa/CHANGES-1063

Changes for #1063

e6cae79847c463bda9504da2cbffc33846c98fd9 authored about 8 years ago
Add changes for #1061.

aa0a7b407c015457e95252d14f2f2722534c74d2 authored about 8 years ago
Changes for #1063

b72d0ec8bb0d3b3ffe1e373e303b89008a590efd authored about 8 years ago
Merge pull request #1061 from megies/fix_six_future_interaction

work around a problem with an unlucky six/future interaction

43a0d3dbf273669c11c41d4f526fc1fe1edcae17 authored about 8 years ago
Merge branch 'master' into fix_six_future_interaction

a9724607ed0da6ea9139b3341dff4eed029dd4d4 authored about 8 years ago
Merge pull request #1063 from reaperhulk/check-pyopenssl

Verify that pyOpenSSL is sufficiently new before injecting

4bde697827fcf57680a1de28f4a52192939f64f1 authored about 8 years ago
use getattr instead of hasattr

fd119a7389228eaf5222c832a058eded010b00a7 authored about 8 years ago
verify that pyopenssl is sufficiently new before injecting

fa9a99cffdd6c6a60b4c067909998ad42f910a81 authored about 8 years ago
refactoring of monkey patch resistance test case

65c963232dd359e73b2311950c6835aed5eaf686 authored about 8 years ago
add regression test for monkey patching of Queue

769036ffd7a21477a9133c58b352711d85c7a7a0 authored about 8 years ago
work around a problem with a six/future interaction

see kennethreitz/requests#3742
see obspy/obspy#1599

fd364bd087cad859d2ea32dac41a4a560aab2303 authored about 8 years ago
Merge branch 'master' into patch-1

422c79af534ecdb9d9e1195c8bc0ef4b6faaaf37 authored about 8 years ago
Merge pull request #1058 from etbuira/test-nonet1

Fix tests where no network is available

ebd82196760c26144b3972062d3adae21ac0543d authored about 8 years ago
tests: Use @requires_network where appropriate

be017b9f1070ed66efbb5bfeeaafa46077360a02 authored about 8 years ago
tests: make mixed_case_url TC network independant

1ac435878b436e48119e26edab6012090daa3f05 authored about 8 years ago
tests: Actually check for network in @requires_network

This is needed because @requires_network:
- was too tightly coupled with the kind of exceptions ...

e6ca28e736e13f9bd073f5211aa1acd957f146ef authored about 8 years ago
Merge branch 'master' into patch-1

2da9dc896ae88ddbc478f66337cd10c8f096084c authored about 8 years ago
Merge pull request #1052 from etbuira/master

dummyserver: raise syn backlog

505ceb1feba51dbd5987868b9f2fc7a215d45e4d authored about 8 years ago
dummyserver: raise syn backlog

If the client thread called connect() by the time the server thread
actually accept()ed connecti...

565c53a4ff500556f1af84159dddee4c0bf61099 authored about 8 years ago
Merge pull request #1051 from Lukasa/changes-1039

Changelog entry for #1039.

bac390b8e00935305c26e7c017b0f53556fdcb06 authored about 8 years ago
Changelog entry for #1039.

f4e011f0947a3c49b8e0a0f5219f56acb55ffef3 authored about 8 years ago
Merge pull request #1039 from nateprewitt/459_rewind_seekable_object

Rewind Seekable Body on Retry/Redirect

7002c1347c677b2743244bf36bd05aa3625f57f1 authored about 8 years ago
Merge branch 'master' into 459_rewind_seekable_object

84c6929660458939fc4431030ee3f67faeb0076b authored about 8 years ago
Merge branch 'master' into add_appveyor

b30a4079ee48ba3bd4a960ce126afb131049df8b authored about 8 years ago
Merge pull request #1050 from Lukasa/changes-1045

Changes for 1044

1100f3f6990ba424cb64be1a2963beda3cd13e02 authored about 8 years ago
Changes for 1044

c4a5cfb6fd6bff91d0b46301d6ae61df05bb8380 authored about 8 years ago
Merge pull request #1045 from aseering/master

Require an up-to-date 'cryptography' module for urllib3 injection

78e8b5b01680760576f27f42cd96964c4bb3189b authored about 8 years ago
Require an up-to-date 'cryptography' module for urllib3 injection

a9937342a3148e66ca8d4f029421664947163d2d authored about 8 years ago
Also test each selector with wait_for_*

e9695d1fa8d2f6ff29c2fb28ac61656ec95bf2e6 authored about 8 years ago
Remove mock

ac14eb9ac93b015fb195dae0ebff93db06e19bf9 authored about 8 years ago
Add test to check closure directly

7c6db6786a3b0cb3e14e2104de55ea6a24b295b5 authored about 8 years ago
Add test for leaking fds

5d080e5e8a4aa80cf30e86d646313a399597b84e authored about 8 years ago
Use DefaultSelector as context manager.

ca97a29dded7278b40785fe88b5e8c9ceb542d86 authored about 8 years ago
adding body_pos docstring

fccf5818cc40c33bea7b61652ee77d55e230fba4 authored about 8 years ago
expanding rewind_body exception handling, updating tests

066e914b3248534153c759f901ef39ce5c3e4434 authored about 8 years ago
moving rewind_body logic from urlopen to util function

204e5f5de65a32662328bfc11d56e759523656c9 authored about 8 years ago
Merge branch 'master' into add_appveyor

d30fe5c8d00d9c5f32997756ab741817ab3c4727 authored about 8 years ago
adding rewind_body tests

3fb8798e8aaf6fa4451566ad9588e283e0dd40ae authored about 8 years ago
updating joneskoo's retry/redirect tests

dca9645c2306f3615ab199e0cc55f8e48d935617 authored about 8 years ago
add body_pos param and rewind logic

0015c29ae0501a31c3660e6e7cbd217cff765c4e authored about 8 years ago
Add test coverage for body seek on redirect

2460f7bc8b20f18a194006ac12f6aec88cccc256 authored about 8 years ago
Use a longer timeout in retry test

Travis did not get the test to pass. Also, the timeout does not
affect the test runtime when the...

669e9fe138a6e953587310a15dcf5f33e5a5c815 authored about 8 years ago
Add failing test for #459

Reproduces the original issue.

When I upload with requests.put(...) an open file
handle and sim...

5bf8180577eecdfe1e169a4e3c1711ad02df3bdf authored about 8 years ago
Merge pull request #1042 from Lukasa/update-changelog-for-1.19.1

Add changelog entry for 1.19.1

ed7b0f0a77b43562fd58c31813ed38580dc454bc authored about 8 years ago
Add changelog entry for 1.19.1

96f07521d2bd4ae0f43f6bf511deadbd05fcbafa authored about 8 years ago
Merge pull request #1041 from SethMichaelLarson/monotime

Use time.monotonic if available

4ad17bd0353a883dc624db587c7d174de1ddd5f1 authored about 8 years ago
Use unittest2 if Pyhon version < 2.7

50a93200b475ed94b30a2be3e7b5259714779dac authored about 8 years ago
Use getattr instead of hasattr

4ce21434c5774a4c8741262680282c87a5871ece authored about 8 years ago
Revert "Remove usage of assertIn for Python 2.6 compatibility"

This reverts commit 133236f769e222ac8d457b554b1d90f088e4b795.

bea1725978429b1e4f87df2044770cdd55974645 authored about 8 years ago
Remove usage of assertIn for Python 2.6 compatibility

133236f769e222ac8d457b554b1d90f088e4b795 authored about 8 years ago
Merge branch 'master' into monotime

d4602ec2e30f0e18f4be4b004288721bb1bd225d authored about 8 years ago
Merge pull request #1040 from SethMichaelLarson/fix_flake8

Fix Flake8 E305 errors

fe918c67359876dc9ff600e10be6103c64b0b7d4 authored about 8 years ago
Use time.monotonic if available

c85d7d28c50d7f419329d569858674ad4e08954d authored about 8 years ago
Fix flake8 E305 errors

15a1efae8c4af5bf2e08cd33a8b38f9a1312e54f authored about 8 years ago
Merge branch 'master' into add_appveyor

cb96711ca38782f8cd567fca3108ee6494e834ee authored about 8 years ago
Add test for doing DNS lookup locally when using SOCKS proxy

e25d860d38cf2b0a1d2d71186ac1a351ed56cc6b authored about 8 years ago
Add myself to CONTRIBUTORS.txt

76d65b088adee909d3dea21f35450e707ff5e03c authored about 8 years ago
Differentiate socks5h from socks5 and socks4a from socks4

In the proxy string, socks5h:// and socks4a:// mean that the hostname is
to be resolved by the s...

a019c5e9e8ac461111552fdf9aa97899977cccbf authored about 8 years ago
Merge pull request #1034 from Lukasa/changes-1033

Changes for #1033

ee28622d7b7abf5877fa076ab0b34845c3ff387f authored about 8 years ago
Changes for #1033

d78897ede2899e947ee373936488d9ba4bb25209 authored about 8 years ago
Merge pull request #1033 from SethMichaelLarson/host_changed_error

ConnectionPool apply lowercasing to host

92e6f962ae05f33fc471a7cb37c954b110a63d0f authored about 8 years ago
ConnectionPool apply lowercasing to host

8e6ede8bc6114c68032aaaf09207be90f72d213f authored about 8 years ago
Merge pull request #1029 from SethMichaelLarson/appengine_broken_link

Fix broken link for AppEngine warning

092e5f63bdde523b265115c7b44f46e56bd41f9d authored about 8 years ago
Merge branch 'master' into appengine_broken_link

78bdf9e0024eda4983b26de0f4355f56fdc8fd46 authored about 8 years ago
Merge pull request #1031 from Lukasa/changes-1028

Changes for #1005 and #1028.

f3b460ff5f62ac614909c6f5d79c49edfebaa149 authored about 8 years ago
Merge branch 'master' into appengine_broken_link

0a446a5aec6cf89287ea8c965441f70b999927d5 authored about 8 years ago
Changes for #1005

551255d41245bc1539205a77f7a9c3f4793ca9ed authored about 8 years ago
Merge pull request #1028 from SethMichaelLarson/recent_date

Update RECENT_DATE to 2016

602d591e306faa5ad971e544e85eab33b04fcb28 authored about 8 years ago
Integrate @Lukasa's suggestion

5f093e00ead09b1302d2e12dc4f4db5f4825c4f5 authored about 8 years ago
Add comments

075488762fe863a13ae38b38a9c850b269522f0f authored about 8 years ago
Check Python version correctly

4cc425c353c9c3fb2be9446e7c5b43e4f48fbf81 authored about 8 years ago
s

9688f0311839ce79c59b5254a8c68c148e73528c authored about 8 years ago
Merge branch 'master' into add_appveyor

31434ce3c5900d0b9c79a234336a0fd76178f354 authored about 8 years ago
Unittest2 still not working

abfa7bd4ebc08e49d373fc11956553f3904369b1 authored about 8 years ago
Python 2.6 unittest module is useless

75b6a088dbf0282194f3d7a5faa96c96d505e28e authored about 8 years ago
Fix broken link for AppEngine warning

097b935bea9fa575c59391e8c30a3ab00c974fae authored about 8 years ago
Test for maximum two year difference

15ed79cc7ce8e5851d4e977f8c3ce5a855862129 authored about 8 years ago
Update RECENT_DATE to 2016

c9490029ca5e9e9c2b2f7891817ef899f0f9cac6 authored about 8 years ago
Merge pull request #1026 from Lukasa/changes-1025

CHANGES entry for #1025.

2398290c337096c75808ddbb268339afe45912f3 authored over 8 years ago
CHANGES entry for #1025.

2660ee3b4c842d2915a6fe5884eed66d266b6749 authored over 8 years ago
Merge pull request #1025 from quite/patch-1

Correct the import of urljoin for Python 3

8ca014adde2c005ccee07c150a18d853d27b26a2 authored over 8 years ago
Correct the import of urljoin for Python 3

At least in Python 3.5.2, this caused cascading breakage down to requests-toolbelt,
used by vdi...

565e7fa8b2eba8f2f13b54c373505384e7bcea68 authored over 8 years ago
Merge pull request #1024 from Lukasa/changes1001

Changelog entry for #1001

d1e0520a6db842d7604cfb4051dc80ee582d84fe authored over 8 years ago
Changelog entry for #1001

b4f7bf6480e295ef207802556adc4fb54538abb9 authored over 8 years ago
Merge pull request #1001 from SethMichaelLarson/wait_selectors

Create custom Selectors (Kqueue, Epoll, Poll, and Select) Backport

ba92f65f2cf7ff65eb03ffc42b7ea065da8152ca authored over 8 years ago
Merge branch 'master' into wait_selectors

9c51acefa8dfb3bcf18fff99dbf54e17a6c535b2 authored over 8 years ago
Merge pull request #1023 from Lukasa/release-1.19

Update CHANGES for 1.19

0a8860068d4bb2c818d0e0c8300a2933bf38e6d0 authored over 8 years ago
CHANGES for 1.19

5de4d50c36fc7090aa886cd42454740f6c7a5052 authored over 8 years ago
Merge branch 'master' into add_appveyor

8d65875aa6f4686df09ad430b07c343e56bf06ba authored over 8 years ago
Merge pull request #1021 from alexwlchan/travis-docs

Cause a Travis failure if there are warnings in the docs

d081bad4cf41df859e4d04695b986a7c163c27c0 authored over 8 years ago
Make Travis CI fail if docs have warnings or errors

Now that tox has a job for building the docs, we can add it to the Travis
job. Then add the '-W...

080d42000fca8b06391615f83ee665e9c3f38513 authored over 8 years ago
Merge branch 'master' into add_appveyor

32e6b4cbedb442b77bfeee6efae5bf86b0651d6f authored over 8 years ago