Ian Stapleton Cordasco

Results 684 comments of Ian Stapleton Cordasco

I can corroborate this issue with sigmavirus24/Todo.txt-python#11 not working on the [wiki](https://github.com/sigmavirus24/Todo.txt-python/wiki) for the project. Oddly enough, it works fine here.

> We also have similar issues in company internal tools. > Isn't the explicit check for str and byte contradicting the duck typing approach of python? At least previously the...

There's interest in _adding_ a WSGI server not in _replacing_ it entirely. There are tests that a socket server is still incredibly valuable for and tests that a higher level...

Correct @kianelbo support was not intended for that method but we can't use the mapping interface without it. To be fair, exposing cookies as if they're a simple mapping was...

Hi @tdussa, In the future, please ask _questions_ on [StackOverflow](https://stackoverflow.com/questions/tagged/python-requests). Quoting from [the docs](http://docs.python-requests.org/en/latest/api/?highlight=cert). > cert – (optional) if String, path to ssl client cert file (.pem). If Tuple, (‘cert’,...

So the appropriate way to do this, would be for me to pick work back up on https://github.com/shazow/urllib3/pull/507 since it would provide the API you're looking for. You would create...

Where is it documented that what you believe is a big should work? At no point has this library supported what you've made up

So something from ages ago that is likely not documented elsewhere?

All of your issues describe providing one timeout for a session rather than how to provide timeouts for requests. It sounds like you thus want to add an example of...

> Include 1 or 2 recipies on how to achieve a session-like encapsulation for timeouts so that the Python community doesn’t end up with 1001 solutions to more or less...