Quentin Pradet
Quentin Pradet
The [current navigation](https://elasticsearch-dsl--1714.org.readthedocs.build/en/1714/index.html) feels off:  We have two pages about asyncio, one with text and the other with the reference API. And the async reference API has a different...
Just hit this myself when trying to release urllib3 1.26.19. urllib3 2.x made a change where string bodies are encoded as UTF-8 instead of Latin-1. It was an accidental change,...
Additionally, urllib3 2.0 and requests-toolbelt 1.0.0 have removed Google App Engine support that this library relies upon: see https://github.com/requests/toolbelt/issues/361#issuecomment-1530870672 for more details. This also affects https://github.com/nhorvath/Pyrebase4, but the others are...
Thanks! It looks like @davidkyle may have missed that in #520? This is indeed the only task type missing in `_create_traceable_model`.
Hello! urllib3 developer here. Bandcamp.com weirdly requires the TLS cipher suites that are used in urllib3 1.26.x, even if it does not use them. Here's the fix to continue using...
Thank you! Can you please sign the CLA?
Done in https://github.com/urllib3/urllib3/pull/3427, closing, thank you!
Sorry for the merge conflict, I just merged the Black pull request
(I edited the description of the pull request to mention that it's going to close #825 so that Github closes the issue for us when we merge your PR! When...
Thanks, your explanation makes sense! I think the misunderstanding is here: > we also want from trio.socket import EAGAIN to work iff from socket import EAGAIN works. We don't want...