Sergey Shepelev
Sergey Shepelev
@weyou tests/test_cookie.py python{2,3}/httplib2test.py is original, now deprecated test suite, and `test` directory contains data for it. It's still not removed because I didn't finish porting all tests to new test...
> It's fine to implement a NullCookieJar to elimiate the if self.cookie_jar:. I will let the CookieJar.set() also accept the parameters of Cookie.create() to add new cookie. So user can...
> > Removing `_match_path`, `_match_domain`, `get_header` from CookieJar is the last important change to be made. Sorry I understand your position but disagree. You have done incredible work. 👍 >...
`fixer` shadows Python stdlib `http.client.HTTPSConnection.__init__`. See https://docs.python.org/3/library/http.client.html > The check_hostname parameter is also deprecated; the ssl.SSLContext.check_hostname attribute of context should be used instead. So, proper answer is: there was API...
No worries, take your time. Tests are required not because I don't trust that it works, but because it should continue to work with all future changes. Luckily, there are...
Thank you. I like fuzzing. I hope we can ship fuzz_*.py files as part of httplib2 source, so changing them doesn't involve external merge process and also to run local...
> Great @temoto - I can submit the fuzzer to this repository now, and then we can ship all of the fuzzers here and keep the OSS-Fuzz repository clean. How...
`tests/fuzz_*.py` should be fine, try `script/test` and see if pytest is happy with that
@houglum thank you very much.
Is upgrading pip an option for you?