services/python-requests.git
2012-10-09 Stephen ZhuangFor the uniformity :)
2012-10-09 Stephen ZhuangAdd name to AUTHORS according to Contribute section
2012-10-08 Stephen ZhuangSupport CJK parameters when post files
2012-10-02 Kenneth ReitzMerge pull request #878 from tokuda109/encoding
2012-10-02 tokuda109declare the encoding
2012-10-02 Kenneth Reitzupdate
2012-10-02 Kenneth Reitzwording
2012-10-02 Kenneth Reitzpadding
2012-10-02 Kenneth Reitzorder fix
2012-10-02 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-10-02 Kenneth Reitzwhy not
2012-10-01 Kenneth ReitzMerge pull request #876 from sigmavirus24/register_hook_fix
2012-10-01 Ian CordascoOnly register callable items in lists
2012-10-01 Kenneth Reitznew classifiers for 3.2+
2012-10-01 Kenneth Reitzv0.14.1 v0.14.1
2012-10-01 Kenneth ReitzMerge pull request #871 from yegle/develop
2012-10-01 yegleUpdate: @property decorator instead of __getattr__
2012-10-01 Kenneth ReitzMerge pull request #867 from mattswe/patch-1
2012-10-01 Kenneth ReitzMerge pull request #873 from legoktm/develop
2012-10-01 Kunal MehtaUse __iter__ rather than the inefficient nested for...
2012-09-29 yeglePython 3.3 compatible update
2012-09-26 Matt SweeneySimplify error handling when decoding unicode
2012-09-25 Matt SweeneyHandle encoding of `None` when decoding unicode
2012-09-24 Kenneth ReitzRevert "Fix SSL3 error on Ubuntu 12.04"
2012-09-23 Kenneth Reitzchange default accept-encoding
2012-09-23 Kenneth Reitzamazon
2012-09-23 Kenneth ReitzMerge pull request #863 from sigmavirus24/fix_hooks
2012-09-21 Kenneth Reitz1,000,000
2012-09-21 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-09-21 Kenneth Reitzepic
2012-09-20 Ian CordascoFix #785 & add regression test.
2012-09-13 Kenneth ReitzMerge pull request #853 from plaes/docs-license-missing-ref
2012-09-13 Priit LaesCreate label for the ISC License, which is referenced...
2012-09-13 Kenneth ReitzMerge pull request #852 from plaes/docs-include-license
2012-09-13 Priit LaesUse the include directive instead of rewriting the...
2012-09-12 Kenneth ReitzMerge pull request #848 from barberj/develop
2012-09-12 Kenneth ReitzMerge pull request #850 from SecurityForUs/fix_proxies_...
2012-09-12 Eric HansenFix for v3 in deleting empty proxies.
2012-09-11 Eric HansenFixed issue with empty proxies being passed
2012-09-11 barberjNone is not iterable
2012-09-11 Kenneth ReitzMerge pull request #841 from sigmavirus24/bytecode
2012-09-11 Ian CordascoAs per the discussion on #841.
2012-09-11 Ian CordascoReset PYTHONDONTWRITEBYTECODE after installation
2012-09-11 Kenneth ReitzMerge pull request #820 from dergraf/develop
2012-09-11 Kenneth ReitzMerge pull request #833 from sigmavirus24/fix_key_val_args
2012-09-09 Kenneth ReitzMerge pull request #845 from alanhamlett/patch-1
2012-09-09 Alan Hamlettfixed typo in docs
2012-09-07 Kenneth ReitzMerge pull request #842 from slingamn/test_tweak
2012-09-07 Kenneth ReitzMerge pull request #840 from gareth-lloyd/develop
2012-09-06 Shivaram Lingamnenifix some tests to correctly cover the API
2012-09-06 Gareth Lloydadd prefetch=False to streaming example
2012-09-03 Ian CordascoFixes #817.
2012-09-02 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-09-02 Kenneth Reitzv0.14.0 v0.14.0
2012-09-02 Kenneth ReitzMerge pull request #831 from slingamn/permissive_iterco...
2012-09-02 Shivaram Lingamnenipermissive implementation of iter_content
2012-08-31 Kenneth ReitzMerge pull request #826 from hazzadous/develop
2012-08-31 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-08-31 Kenneth Reitzoops
2012-08-30 Harry WayeUpdated content workflow section of the advanced use...
2012-08-29 Andre Grafadded myself
2012-08-29 Andre Grafdata encoding must be done after calling an auth provid...
2012-08-29 Kenneth ReitzMerge pull request #819 from ayanamist/develop
2012-08-28 ayanamistChange variable name "_cond" -> "_oauth_signed".
2012-08-28 ayanamistTry to keep the header too if content-type is applicati...
2012-08-28 ayanamistFix the comment too.
2012-08-28 Kenneth ReitzMerge pull request #818 from r1chardj0n3s/develop
2012-08-28 ayanamistCorrect OAuth1 with query or data.
2012-08-27 Richard Jonesimprove top-level docstring
2012-08-26 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-08-26 Kenneth Reitztypo
2012-08-26 Kenneth ReitzMerge pull request #814 from asapo/develop
2012-08-26 Kenneth ReitzMerge pull request #815 from ayanamist/develop
2012-08-26 ayanamistUse logger instead of direct logging call.
2012-08-26 asapoimport cchardet if available
2012-08-25 Kenneth Reitzno .
2012-08-25 Kenneth ReitzRemove exception eating from dispatch_hook. v0.13.9
2012-08-25 Kenneth ReitzMerge pull request #811 from lucian1900/develop
2012-08-25 Kenneth Reitzv0.13.9
2012-08-25 Kenneth ReitzCleanup #800
2012-08-25 Kenneth ReitzMerge pull request #800 from ayanamist/develop
2012-08-25 Kenneth ReitzMerge pull request #805 from Lukasa/develop
2012-08-25 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-08-25 Kenneth ReitzMerge branch 'develop' of git://github.com/weak/request...
2012-08-25 Kenneth ReitzMerge pull request #806 from rhyselsmore/develop
2012-08-23 Rhys ElsmoreNot sure if meant to be pluralized
2012-08-23 Rhys ElsmoreRemoved Duplicate Import
2012-08-22 Cory BenfieldDo not post None values in data.
2012-08-22 Cory BenfieldAdd a failing test for Issue #378.
2012-08-22 Andrew TolbertFix for #804 - Session params ommited in 0.13.8. If...
2012-08-20 Kenneth ReitzMerge pull request #802 from Lukasa/develop
2012-08-20 Cory BenfieldCleanup Advanced doc and remove `.:' from docs
2012-08-20 Kenneth Reitzv0.13.8
2012-08-20 Kenneth Reitzno more multidict
2012-08-20 Kenneth ReitzFixes #711!
2012-08-20 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-08-20 Kenneth ReitzMerge pull request #801 from rhyselsmore/develop
2012-08-20 Kenneth ReitzRhys
2012-08-20 Kenneth Reitzlink docs!
2012-08-20 Rhys ElsmoreAdded in a link handler as per issue #711
next