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

Keep track of the system time warning.

c7be5d4272ebe81ffd2fb56cad5060d929f31393 authored about 8 years ago
Connection time tests should not use global pool

d0adc5d85749ecc03f7d182177c305db12504980 authored about 8 years ago
This elif behaviour is expected.

491a90b78e66b33d56686404bd7978d73be953a7 authored about 8 years ago
Stop manually providing connections in tests.

1dff7023c4655250ce292727eea6dbc201d45098 authored about 8 years ago
Remove a lot of assertions around connection class.

853aedc391dba83ad9be569fd144942b50b10b0a authored about 8 years ago
Start plumbing new response through.

fcb376a387d18f84bbb867ea10c1a8bce1a794fe authored about 8 years ago
Expose complete flags.

3fca4c3f72baf8876ae4cc6b1f31f56e092fa985 authored about 8 years ago
Use http_version.

bfeec6dcd145298e2112c280a0ca4ac4d3b34f0f authored about 8 years ago
Add method to add kwarg settings to ssl context.

e17ace4a72d6ce95ecfd60dbc12eb39885e39d7c authored about 8 years ago
Add setblocking() and send() to WrappedSocket

c6d365df19a6cfa13f7c07388a67b20bde68652b authored about 8 years ago
Turn headers into items()

f227d5f9b1984ee8dd6016669f31d2630933036d authored about 8 years ago
Handle None bodies.

14b2d6b7773f9f89efbd877c2e0c972cf5ce5a8b authored about 8 years ago
Allow our new base response class.

e0ad2d31a2b04225e34d10f21cb64aef2753d872 authored about 8 years ago
Let's do version as a bytestring.

5878f2687d2bddf77302d0897fe56ab6dff1ed00 authored about 8 years ago
Better propagate socket option defaults.

2390e388d4ab87561d4395241b9d8cc74f53ee87 authored about 8 years ago
Store the HTTP version on responses.

3a3cdaf9463c5f298b2f06ca180fa5f3d9953fc7 authored about 8 years ago
We should store tunnel_headers.

cef48f6772addf3839bc9fc1c7c5e95a21cc8d1e authored about 8 years ago
Return our base response object.

8964deb3a4181b3d9f698e2f316a772879f51835 authored about 8 years ago
Add the connection as the body.

3ea5f64798aebfe05cf85a9e7c42b8b1754f95e7 authored about 8 years ago
Always modify, don't unregister.

1246b85dc46672e36c3cff6520815567e6d5279a authored about 8 years ago
The name target is better.

9f37e2fdf8bba58f22f3e423d76c44e599004531 authored about 8 years ago
Add base response.

d6241b792aede72a1b795e2c8fc8fa2a0d56cec4 authored about 8 years ago
Add base Request object.

9558e153f03f2b3c6e85ffea2162cd1a9c75b6e0 authored about 8 years ago
There is only one 'w' in network.

2daf3d2d152e71b3807b8fd7baaa771208a644e7 authored about 8 years ago
Magic sigil.

1cd7f793895d9637fa8f1b55a904bc38547abd6c authored about 8 years ago
Iterate for the body.

5ddd172bb7a49ece4a69a57d6588dfd9c8c24fb0 authored about 8 years ago
Handle resetting connections.

553025fbeb6c50480f2a6c1402d92ad27569a2e7 authored about 8 years ago
I clearly didn't understand the issue.

5dcdc4c877283f3a36dba6f79aa8275eda2b964b authored about 8 years ago
Handle request bodies.

f102ab80baeacaaf6cfc5975145ea412899bec4d authored about 8 years ago
Cleanup the imports.

074895f071c76c9bb5c89bcdc39c9e5f386f1bc8 authored about 8 years ago
Let's get our selector code working.

40a8037f5643f856cdc2dc07319db6d96895e1b1 authored about 8 years ago
We need to set the socket to blocking mode.

a9a8475fa75c4ff7eef357d4a1ae7505e8b48680 authored about 8 years ago
Work out how to send body bytes

b7aa32b18b1c8b2e948ddd4f5c85371cee09ad80 authored about 8 years ago
_request_to_bytes is easy

e461750a1da464f1369b809c0ecebbc79c95b938 authored about 8 years ago
Are things readable? Who knows?

a5f16e44a997f49d466106db4715acb0a3f755cf authored about 8 years ago
Cleanup our selector and stuff.

f6108b17595fc84a7efcbb333fa2a7b65436ef51 authored about 8 years ago
Refactor TLS out.

14ef11d09448a4c2b9c8d7940a4ecf45704a89cc authored about 8 years ago
Add optional TLS connection whatchamacalits.

523bcccc2355c0f5f06d77be7ba54307723f6243 authored about 8 years ago
Move match_hostname to util module.

d5a73e662739b26342919098343d6f0053c31001 authored about 8 years ago
Initial shell of synchronous connnection class.

0caef23603f9346c404f4ec691e421d42b767fe5 authored about 8 years ago
Merge pull request #1086 from Lukasa/no-bufferedreader

Remove BufferedReader from OldHTTPResponse

0c98ce008a0ae30a2b9b589802da981237b3732a authored about 8 years ago
Remove all code using isclosed()

16f4667e05462e69115f562cf4813514c89938aa authored about 8 years ago
OldHTTPResponse is not a BufferedReader anymore

2a8ae9943103f451d707e7587cf1432c2c7c5215 authored about 8 years ago
Merge pull request #1085 from Lukasa/remove-ntlmpool

Remove the ntlmpool contrib module.

c3191e3835cb720fa0618c2bb761a804d69491d5 authored about 8 years ago
Remove ntlmpool documentation.

b94d82c117cdebedb1e52d542b27eb11771d880f authored about 8 years ago
Remove the ntlmpool contrib module.

It's basically unchanged since it was added a very long time ago, and
has no tests, so rather th...

d9f50031e7b6ca3a798e2636016fbf1141db019d authored about 8 years ago
Merge pull request #1084 from Lukasa/refactor-reading-loops

Refactor common code from reading loops

b2d8cbd38e554644029f1db3491b9547beeaff06 authored about 8 years ago
Factor out common reading code.

c75abffffd3c40dbcaeea18fa039664b073cf14e authored about 8 years ago
Reimplement peek() in terms of read()

d4a365637d03b31971367a40f4d935e3bad85699 authored about 8 years ago
Refactor read to remove a branch.

21d7e7dfb82879237a73ab521eb8dc55548cc21c authored about 8 years ago
Merge pull request #1083 from Lukasa/getheaders

Remove getheader/getheaders from OldHTTPResponse

7a67136cbb455a3928446db35da91473b5b19fe4 authored about 8 years ago
Remove getheader/getheaders.

b00ea407567c4105efdfdac2deb5870dd5c7b01d authored about 8 years ago
Merge branch 'master' into v2

c2cf4698c1d8790755a1666ddedafa55b18a34b2 authored about 8 years ago
Merge pull request #1082 from Lukasa/remove-header-validation

Remove header validation from v2 branch.

72786e0a52f0426f9e7cc90c2cc0daf4f195cd07 authored about 8 years ago
Remove our manual header validation.

86f1d19925e90c9eed7c68136bd359f0178b9bcd authored about 8 years ago
Merge pull request #1081 from Lukasa/cleanup-request-methods

Cleanup request methods.

c079f73a2caa21ab5f76c75c9d6355936946fd9c authored about 8 years ago
Remove IDNA encoding.

It doesn't really work well anyway.

8d0e03dc06e518fa2ee13e4a31f62a46f900a08f authored about 8 years ago
Test our auto-chunking.

e5bf89748a5e7dfc51d8c3fed444eb0da7ab0de8 authored about 8 years ago
Add a test for sending integers as header values.

c6e395af2e0132482d4ad7ba8912d67d30b9f71f authored about 8 years ago
Clean up a failing header name test.

606560db5eae640a25d86a6289a207bf53a65e43 authored about 8 years ago
Remove duplicate method.

1045fb27976f0e2c7c707c8771c10d6d28e8f670 authored about 8 years ago
We need to copy the headers.

d1ffb8997f99daacbe6008432338483603711c00 authored about 8 years ago
Remove some now-unneeded state variables.

722dfba96c01a2b72b03e666260bdfa20bdebe46 authored about 8 years ago
Clean up an unneeded TODO

b0208a6e7fd7c6f60fcefd04a1cb2ec0badc44f1 authored about 8 years ago
Remove useless encode_chunked kwarg.

cc270047d5d6c50d76a5b167f521825384b88765 authored about 8 years ago
Remove putheader/endheaders.

5e959af7601236804c6d1f15c38d1de4d7de5806 authored about 8 years ago
Refactor transfer-encoding check to avoid putheader.

c624ab95102e61e8305ca150dade3a7d77d27f57 authored about 8 years ago
Factor out putrequest().

37f59207758357946afac728eae41fca4ba03397 authored about 8 years ago
Factor out the automatic host header generation.

9c569a549344c223c91e8b2c29f4d08c7f8ff89b authored about 8 years ago
Merge pull request #1078 from Lukasa/changes1076

Add changes for #1076.

6701317058eca5fe0b894c50be0949442639e8bc authored about 8 years ago
Merge branch 'master' into changes1076

b9f533dd9e806f3c0a2d9defc15c5ac49f4789f0 authored about 8 years ago
Merge pull request #1079 from moin18/master

adding name to contributor's list for lazily load idna related change

7e5349234fd3713d6aec6c38315a430e1ffce69f authored about 8 years ago
Merge branch 'master' into master

ffef0be3f87d1c260db51509befde1ddcfe78e65 authored about 8 years ago
Add changes for #1076.

09d22f13a5d3eb85fc30ad9118911e677d999065 authored about 8 years ago
Merge pull request #1077 from Lukasa/py36

Add Python 3.6 support.

4123b8c02a1c6d67e84d7f6d48e7d22c2b2b5e1b authored about 8 years ago
adding name to contributor's list for lazily load idna related change

7e6b12865f8bf915c46d4fa09066197993b3fbff authored about 8 years ago
Merge branch 'master' into py36

dc33de0c9701052dcf90e4867516079540bce3e1 authored about 8 years ago
Merge pull request #1076 from moin18/1075

1075: lazy load idna library

89aa2953d139976de245b8b7a367b91a20fd45fd authored about 8 years ago
Remove deprecated escapes.

d9a4d4bc1f900f260dc5dca3a7deda05c2670ec9 authored about 8 years ago
Add Python 3.6 support.

94200aabb1f5d31ad07f395f3fa03ef797fd8975 authored about 8 years ago
Merge branch 'master' into 1075

5924d2830ec8b69e21aa4deeddf216821e49ceb7 authored about 8 years ago
Revert "lazy load idna" and import idna on demand basis

This reverts commit 6e43d33286672221d4a5d08ce34d30df96d5487e.

6bded33d93460f4fbcccffe184d016a0a263b334 authored about 8 years ago
Merge pull request #1049 from SethMichaelLarson/patch-1

Use DefaultSelector as context manager.

49788f808022d0f0ddeb9049672fe9593316ab64 authored about 8 years ago
lazy load idna

6e43d33286672221d4a5d08ce34d30df96d5487e authored about 8 years ago
Add @Lukasas review

db9934438917db74ff776179fcf4a3479baeca50 authored about 8 years ago
Split into own cases

ac47e016090435dd7b9767743fd22eb730238d88 authored about 8 years ago
Merge

59aa2acd9b1d34e44e0a9e3e88a925a9e913c75e authored about 8 years ago
Add mixins to BaseWaitForTestCase

644fd99a84286f587ca9457291f9282c2d2a1100 authored about 8 years ago
Split wait_for_io and selector testcases

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

e30f239a7ed1e3f0da501a993c797fdc4b86ee1f authored about 8 years ago
Merge pull request #1072 from nateprewitt/remove_UNKNOWN

remove _UNKNOWN

8f4de05dde229053acfbf7b59bc6746ad8778120 authored about 8 years ago
remove _UNKNOWN

In order to simplify the OldHTTPResponse object for easier refactoring
in urllib3 2.0, we're goi...

66b55aff576a6a70e862d033b5393cf9c463b153 authored about 8 years ago
Merge pull request #1073 from Lukasa/changes1059

CHANGES for #1059.

3bf345fd08540c93e99d03dc251ed8c2d67b84e5 authored about 8 years ago
CHANGES for #1059.

a208ee52f4b34b56e291109228f8cbe42ad2d08b authored about 8 years ago
Merge pull request #1066 from smarkets/master

Don't retry on timeout if method is not in whitelist (#1059)

bb0805df13156c0f92f41eb00727de46061e8512 authored about 8 years ago
Clarify docstrings for _is_method_retryable and is_retry

This makes them less like each other, and includes some more
information for the one belonging t...

6d1b3b3f80179b033c54c2c2779b75920af58e5c authored about 8 years ago
Simplify socket level test for read timeout on method not in whitelist

We only need a single socket.recv on the handler, not a loop.

1aea14e647fd945f75ce609a82e7d3271fc7b69c authored about 8 years ago
Merge pull request #1069 from Lukasa/stop-distinguishing-chunked

Stop supporting read_chunked and friends.

e34462c1528695d26064f46c87e0a927c51b0551 authored about 8 years ago
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
Remove unneeded chunked exceptions.

e6b272c05d033c09258acda3b47a4972416ce8cb authored about 8 years ago