services/python-requests.git
2012-08-17 Kenneth ReitzMerge pull request #787 from kayzh/develop
2012-08-17 Kay Zhu"There many ..." to "There are many ..." in quickstart
2012-08-13 Kenneth ReitzMerge pull request #774 from Lukasa/develop
2012-08-13 Cory BenfieldThrow InvalidURL not UnicodeError on bad label.
2012-08-13 Cory BenfieldTest for throwing useful exception on bad label.
2012-08-11 Kenneth ReitzMerge pull request #746 from jkbr/develop
2012-08-11 Jakub RoztocilFixed tests for Python 3 (text vs. bytes).
2012-08-10 Jakub RoztocilUse BytesIO for bytes.
2012-08-10 Jakub RoztocilFixed encoding of fields with the same name.
2012-08-10 Kenneth ReitzMerge pull request #772 from Lukasa/develop
2012-08-10 Kenneth ReitzMerge pull request #773 from randomir/develop
2012-08-10 Radomir Stevanovictests: python2.6 compat (`assertIn` added in 2.7)
2012-08-10 Cory BenfieldDocument encodings and RFC compliance.
2012-08-09 Kenneth Reitznew button domain
2012-08-08 Kenneth ReitzMerge pull request #767 from stefanp/develop
2012-08-08 Kenneth ReitzMerge pull request #766 from Lukasa/develop
2012-08-08 Stefan PraszalowiczWrap socket.error in ConnectionError (+ unit tests)
2012-08-08 Cory BenfieldAccept objects with string representations as URLs.
2012-08-08 Cory BenfieldAdd test for Issue #423.
2012-08-06 Kenneth ReitzMerge pull request #764 from slingamn/regressions
2012-08-06 Shivaram Lingamnenifix the tests for python 3
2012-08-06 Shivaram Lingamnenipropagate self.prefetch on redirect
2012-08-06 Shivaram Lingamneniproperly handle send(prefetch=False)
2012-08-06 Shivaram Lingamnenired tests derived from @dhagrow's examples in #760
2012-08-06 Kenneth ReitzMerge pull request #762 from Lukasa/develop
2012-08-06 Cory BenfieldCorrectly handle encoding numbers when POSTing.
2012-08-06 Kenneth Reitzv0.13.6 v0.13.6
2012-08-06 Kenneth ReitzMerge pull request #760 from slingamn/fix_leak.release
2012-08-06 Shivaram Lingamneniaddress connection leak issue from #520
2012-08-04 Kenneth ReitzMerge pull request #758 from volker48/develop
2012-08-04 Marcus McCurdyMoved fix for #747 to compat module
2012-08-04 Marcus McCurdyMerge branch 'develop' of https://github.com/volker48...
2012-08-04 Marcus McCurdyFixed issue #747
2012-08-04 Marcus McCurdyFixed test for issue #747 to check for '' instead of...
2012-08-04 Marcus McCurdyAdded a test to expose issue #747
2012-08-03 Kenneth ReitzMerge pull request #754 from sigmavirus24/develop
2012-08-03 Ian CordascoFix raise_for_status()
2012-08-02 Kenneth ReitzMerge pull request #751 from Lukasa/develop
2012-08-02 Kenneth ReitzMerge pull request #753 from berkerpeksag/if-statements
2012-08-02 Berker PeksagRefactoring in |raise_for_status| method.
2012-08-02 Kenneth ReitzMerge pull request #752 from anentropic/patch-1
2012-08-02 anentropicexample looked wrong
2012-08-02 Cory BenfieldCatch socket.gaierror in safe mode.
2012-07-31 Kenneth ReitzMerge pull request #744 from tax/develop
2012-07-28 Kenneth Reitzdonate
2012-07-28 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-07-28 Kenneth Reitzsetup.py
2012-07-28 Kenneth Reitzgittip
2012-07-27 PaulSet content type before authentication
2012-07-27 Cory BenfieldFailing test for Issue #737.
2012-07-27 Kenneth Reitzv0.13.5 v0.13.5
2012-07-27 Kenneth Reitzv0.13.4 v0.13.4
2012-07-27 Kenneth Reitzdisable tricky tests
2012-07-27 Kenneth ReitzSolves #722
2012-07-27 Kenneth Reitzchanges
2012-07-27 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-07-27 Kenneth Reitzordered dict
2012-07-27 Kenneth ReitzMerge pull request #647 from mkomitee/kerberos
2012-07-27 Kenneth ReitzMerge pull request #729 from vickimo/issue_661
2012-07-27 Kenneth Reitzurllib update and junks
2012-07-27 Kenneth ReitzMerge pull request #736 from Lukasa/develop
2012-07-27 Kenneth ReitzMerge pull request #739 from saevarom/develop
2012-07-25 Sævar Öfjörð... Appengine workaround
2012-07-25 Cory BenfieldComment typo fix and move newline.
2012-07-24 Kenneth ReitzMerge pull request #734 from doismellburning/verbose_ht...
2012-07-21 Cory BenfieldMake OAuth path hack platform independent.
2012-07-20 Kristian GlassInclude reason rather than content in raised HTTPErrors
2012-07-20 Kristian GlassInclude response.content in raised HTTPErrors
2012-07-18 Kenneth ReitzMerge pull request #731 from jorjun/patch-1
2012-07-18 jorjunbreaks under python 2.7, without the from __future__...
2012-07-14 Kenneth ReitzMerge pull request #727 from vickimo/issue_547
2012-07-14 Victoria MoAdded needed cast for when POSTing data and files ...
2012-07-14 Victoria MoFix infinite loop on wrong Digest Authentication (Issue...
2012-07-13 Kenneth ReitzMerge pull request #725 from muhtasib/Timeout_Fix
2012-07-13 Leila MuhtasibDifferentiate between two types of timeout errors from...
2012-07-12 Kenneth ReitzMerge pull request #721 from karlcow/develop
2012-07-12 karladding clarification to the history API. It was not...
2012-07-12 Kenneth Reitzmakin' history v0.13.3
2012-07-12 Kenneth Reitzv0.13.3
2012-07-12 Kenneth ReitzMerge branch 'develop' of git://github.com/siebenschlae...
2012-07-12 Kenneth ReitzMerge pull request #717 from ms4py/patch-2
2012-07-12 Marc SchlaichThis shouldn't be here anymore.
2012-07-12 Kenneth ReitzMerge pull request #715 from Lukasa/develop
2012-07-11 Cory BenfieldDo not hide SSLErrors behind Timeouts.
2012-07-10 Kenneth ReitzMerge pull request #714 from muhtasib/develop
2012-07-10 muhtasibFix minor formatting issue.
2012-07-10 Leila MuhtasibUpdated documentation for SSL client cert usuage.
2012-07-09 Matthias Rahlffixed param handling in Request.full_url
2012-07-08 Kenneth ReitzMerge pull request #709 from dstufft/develop
2012-07-08 Donald StufftMove the user agent generation into it's own utility...
2012-07-08 Donald StufftReadd default that was accidently removed
2012-07-08 Kenneth Reitz#710
2012-07-08 Kenneth Reitzsimplify #710
2012-07-08 Kenneth Reitzmerge conflict
2012-07-08 Kenneth ReitzMerge pull request #710 from zachwill/develop
2012-07-08 Zach WilliamsAdd try/catch for simplejson vs json
2012-07-07 Donald StufftInclude the system name and version in the default...
2012-07-07 Donald StufftInclude the implementation and implementation version...
2012-07-06 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2012-07-06 Kenneth Reitzkippt
next