services/python-requests.git
2012-10-19 mmartinIssue 901:
2012-10-18 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-10-18 Kenneth Reitzexactly
2012-10-17 Kenneth ReitzMerge pull request #884 from everbird/develop
2012-10-17 Kenneth ReitzMerge pull request #887 from rvoicilas/develop
2012-10-17 Kenneth ReitzMerge pull request #897 from ametaireau/fix-cheeseshop...
2012-10-17 Alexis MétaireauFix the cheeseshop mirror url from pip.kennethreitz...
2012-10-15 Kenneth ReitzMerge pull request #892 from treyhunner/topic/whitespac...
2012-10-15 Trey HunnerFix multiple code style (whitespace) in docs/
2012-10-12 Kenneth Reitztypo all the things
2012-10-12 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-10-12 Kenneth Reitzoauth awesomeness
2012-10-09 Stephen ZhuangFor the uniformity :)
2012-10-09 Stephen ZhuangAdd name to AUTHORS according to Contribute section
2012-10-08 Radu VoicilasMaking the code more PEP8 compliant
2012-10-08 tokuda109declare the encoding
2012-10-08 Kenneth Reitzupdate
2012-10-08 Kenneth Reitzwording
2012-10-08 Kenneth Reitzpadding
2012-10-08 Kenneth Reitzorder fix
2012-10-08 Kenneth Reitzwhy not
2012-10-08 Ian CordascoOnly register callable items in lists
2012-10-08 Kenneth Reitznew classifiers for 3.2+
2012-10-08 Kenneth Reitzv0.14.1
2012-10-08 yegleUpdate: @property decorator instead of __getattr__
2012-10-08 Kunal MehtaUse __iter__ rather than the inefficient nested for...
2012-10-08 yeglePython 3.3 compatible update
2012-10-08 Matt SweeneySimplify error handling when decoding unicode
2012-10-08 Matt SweeneyHandle encoding of `None` when decoding unicode
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
next