Monday, July 16, 2012

Requests

At Hacker School, there is a week where we all divide into groups, choose an open source project, and make a contribution. Group sizes vary based on interest in a project and you can have subgroups within the groups.  My group chose to contribute to Requests, an easy to use HTTP library in Python.

We submitted a couple of documentation patches and a few code patches:

1) Documenting SSL client certs

2) Documenting Logging

3) Differentiate between two different types of Timeout errors. Before fix, two types were presented as one.

4) Fix infinite loop on wrong Digest Authentication

5) Add needed casts when POSTing data and files

No comments:

Post a Comment