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

Remove unneeded chunked exceptions.

e6b272c05d033c09258acda3b47a4972416ce8cb authored about 8 years ago
Remove explicit chunked testing.

It's safe to remove all of this for the following reasons:

1. We no longer do our own chunk par...

51d0efeb72413914d98f5efc267ad650d91ff5df authored about 8 years ago
CHANGES for changes to chunk bodies.

003d0fe32cfb2f84f366415bb86235f27e188db0 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
Remove support for respecting chunk boundaries.

We have decided that there is little value in supporting reporting the
boundaries of chunked bod...

bdae8c942fb8fa1a754defb50deebe478a80e95d authored about 8 years ago
Be more aggressive with ProtocolError.

da12842c4f0ac9fb5d3222472df0f91a06a75dfc authored about 8 years ago
Remove another TODO.

afadc5fba16a46648dee97b2e21b6a369b2b8a77 authored about 8 years ago
Remove unneeded TODO.

db2e68d3799ede0ca3c15a579e013c4af80dca39 authored about 8 years ago
Temporarily allow GAE builds to fail.

48780eef56aa7943cae29a679487d409f317aeec authored about 8 years ago
Remove garish docstring.

41baa1dee5848595effa5e5c93c5a33fca288fff authored about 8 years ago
Remove Python 2.6 from Travis matrix.

bc6de40e266e88c6aff69bce72bac3ea5aea7596 authored about 8 years ago
Cleanup some problems with exceptions.

5cd21e00eb63ddc56b70bfe7bbc011c4299e22c1 authored about 8 years ago
Cleanup get_hostport.

729b2b9361a3e8340b4dfbef603d359218901580 authored about 8 years ago
Minor flake8 cleanups.

b1dc97e9e26feb0c7b3083b5afd51dede709657a authored about 8 years ago
Remove Python 2.6 support.

ba09018f016c22a23909f57e8fc724674ec46dec authored about 8 years ago
Increase LONG_TIMEOUT for more reliable tests

26ffc3f5e91456504a46ef6f201b502ab92e227a authored about 8 years ago
Rewrite a Py3 case sensitivity test.

defa0212e250509667f8bb26f8a8fcc63e9049d8 authored about 8 years ago
Fix up bytes/str issues with tunnelling.

bdf37e2875e1e907b43a8fa5c9470215dc34bde7 authored about 8 years ago
ConnectionError is always SocketError for us.

1b8221eec8715d3de58dca181d82bd93eb1b9b17 authored about 8 years ago
We never have the buffering kwarg.

666106c62e5aefa9272e1832eb3735db78f70fd3 authored about 8 years ago
Convert headers to native strings.

This is a temporary change that we'll almost certainly revert, but I
want to get the tests passi...

038ab7ff6e388432b377ce0fa196ea1399b7ecfa authored about 8 years ago
Remove an unneeded TODO

01f4bd81410f9cceab084d9321f0c06508c81148 authored about 8 years ago
Changelog for removing length enforcement.

36c9c7f3ebfb6513324f1664fd80462d3c1cf535 authored about 8 years ago
Remove all content length enforcement.

Sorry @nateprewitt, I know that you worked hard on this, but h11 handles
this for us more effect...

3bc578cc1ce8184803c9aadffb95106713859fd5 authored about 8 years ago
Document hard fail on headers.

8d3992d98f367fffcc81e172a831d6f47f11a38b authored about 8 years ago
Remove unneeded assertion on header parsing.

a2611b4b79b01673af32f8079d273607d8fc2e37 authored about 8 years ago
Begin tracking v2 changes.

318712f0da87c9b0bb90d142786cccceca6e3311 authored about 8 years ago
Replace _is_textIO with actual contents.

0f387bfda9022b778f3ad705054d406a578fb891 authored about 8 years ago
Merge branch 'master' into bye-bye-httplib

531f4f971e3e49889a2c145fa5a017570519cabe authored about 8 years ago
We currently need a h11 from master.

e90f591efd51dd497c7b567564096c95e273dc9a authored about 8 years ago
Remove rogue print statement.

d3a57aa23cf21b87dfb6e03c6edf66c54b44a4b7 authored about 8 years ago
Keep track of the end of a chunk.

9ff50f65be516aba7b3c4f4b7ced2c6b9ae50e46 authored about 8 years ago
Some minor cleanups in read_chunk

0ea4a9d062cbfe9faa89c3119c58f392e68d5614 authored about 8 years ago
Fixup closing test.

fccc3dc425bb61f1caa6b48f72defd6d11f5c608 authored about 8 years ago
Remove a useless chunked test.

d72257a31fd2cac2946b8506890a466a7aa8370a authored about 8 years ago
Fixup some chunked tests.

10e272df3a4ae2f47335f06086f57a52258e7a80 authored about 8 years ago
Stop using httplib directly.

07f6bc92a38a21ce734d41ac1cf2f5826687f283 authored about 8 years ago
We don't use 'strict' anymore.

b40ad1a86e08b40558a8da13904724186d534bb6 authored about 8 years ago
Change HTTPException to h11.RemoteProtocolError.

cf41a644bb0750bd4d4bb5d87f75dbe50084c4c0 authored about 8 years ago
Fixup some failing mocks.

10f5e49827f56669f23cd780f6a5de5f4c815b48 authored about 8 years ago
We no longer maintain compatibility.

db89e95f6a5b7f411aec3bd3ae55a987abf9d5cc authored about 8 years ago
More case fixes.

2da91ff458ca410f7806980ea3962a86142ce54b authored about 8 years ago
More header case fixes.

76bed864ffe4abd0cc803469d04c26323fb90340 authored about 8 years ago
Header blocks end with two CRLFs.

885f937dfc86419487f875908ad41b3b989181ba authored about 8 years ago
We no longer preserve header case.

d35504c747a8b90962c3144e0761e12f095c067e authored about 8 years ago
We now fail to parse bad headers entirely.

f220a99eb2a1b1bb3d9ae30b58904c318fce63db authored about 8 years ago
Fixup new detection of short response bodies.

ecf8bef7fbdcdc707eddb210bed3ac688957b7b0 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
Fixup sock/fp.

22a7c94cc60d1015d0ab40b0802a2444c1475186 authored about 8 years ago
Support HTTP tunnelling.

72a57793b3c62d7b39862d2ff87a6259481f6139 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: make mixed_case_url TC network independant

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

be017b9f1070ed66efbb5bfeeaafa46077360a02 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
Create a general ConnectionError.

03bd0518f7d2e5f8e9c055069cd37fc403bedb67 authored about 8 years ago
This isn't Python 3-only code.

8edcedce375882aa15f08ef741b8592172825a7e 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
Support for chunked streaming.

291426c11c1b9865b8df20e550fc6d0259a8fd4c 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