Results 274 comments of Kurt McKee

@VictorCarlquist, it sounds like this is a valuable addition to PyPDF2! Would you add a unit test to your commit (like an example file) that demonstrates the problem that you're...

@anishathalye I've ported the recent repo changes over to keep this PR up-to-date. The latest commit resolves the associated merge conflicts.

You're welcome, and thanks for all of your work on dotbot! 😀

feedparser has dropped all custom HTTP client code in favor of the `requests` package. (This change not been released yet because I am still working on a significant effort to...

This should be fixed now.

feedparser is migrating off custom HTTP client code and will rely exclusively on the `requests` package. The new code has not been released yet, but because `requests` will be solely...

@H4kor I don't think this is correct behavior, and @anula thanks for identifying the documentation deficiency with the current implementation! Before work is done on a patch, I'd like to...

[This has been introduced recently](https://github.com/kurtmckee/feedparser/blob/d2d00088aa4c74351dc383e3af30750820494157/feedparser/http.py#L55-L59) and will go out in feedparser 7. There are several big-ticket items that need to be addressed before feedparser 7 is released, however. In the...

It *seems* like RFC 7303 may be specific to content transferred over HTTP. Is that accurate? I have started to transition the codebase to the `requests` package, and would prefer...