diff --git a/AUTHORS b/AUTHORS index 8ac10b29..131c0f61 100644 --- a/AUTHORS +++ b/AUTHORS @@ -47,4 +47,6 @@ Patches and Suggestions - Travis N. Vaught - Fredrik Möllerstrand - Daniel Hengeveld -- Dan Head \ No newline at end of file +- Dan Head +- Bruno Renié +- David Fischer \ No newline at end of file diff --git a/HISTORY.rst b/HISTORY.rst index b32181e8..36d47f7c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,17 @@ History ------- +0.7.6 (2011-11-07) +++++++++++++++++++ + +* Digest authentication bugfix (attach query data to path) + +0.7.5 (2011-11-04) +++++++++++++++++++ + +* Response.content = None if there was an invalid repsonse. +* Redirection auth handling. + 0.7.4 (2011-10-26) ++++++++++++++++++ diff --git a/README.rst b/README.rst index 27d83f0b..5e8fa6db 100644 --- a/README.rst +++ b/README.rst @@ -93,8 +93,10 @@ But, you really shouldn't do that. Contribute ---------- -If you'd like to contribute, simply fork `the repository`_, commit your changes to the **develop** branch (or branch off of it), and send a pull request. Make sure you add yourself to AUTHORS_. - +#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet. +#. Fork `the repository`_ on Github to start making your changes to the **develop** branch (or branch off of it). +#. Write a test which shows that the bug was fixed or that the feature works as expected. +#. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_. .. _`the repository`: http://github.com/kennethreitz/requests .. _AUTHORS: http://github.com/kennethreitz/requests/blob/master/AUTHORS diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html index 623e3ef0..4a7affe2 100644 --- a/docs/_themes/kr/layout.html +++ b/docs/_themes/kr/layout.html @@ -2,18 +2,19 @@ {%- block extrahead %} {{ super() }} {% if theme_touch_icon %} - + {% endif %} + {% endblock %} {%- block relbar2 %}{% endblock %} {%- block footer %} - - Fork me on GitHub + + Fork me on GitHub