services/python-requests.git
2012-05-17 Kenneth Reitzfix test for 2.6's unittest
2012-05-17 Kenneth Reitzauthors
2012-05-16 Arup MalakarIssue #505: Allow disabling of cookie persistence/sending
2012-05-16 Kenneth ReitzMerge pull request #562 from slingamn/urandom
2012-05-15 Shivaram Lingamnenireplace utils.randombytes with os.urandom
2012-05-15 Kenneth ReitzMerge pull request #614 from ib-lundgren/multipart_fix
2012-05-15 Ib LundgrenUnicode fix for py3
2012-05-15 Kenneth ReitzMerge pull request #613 from surajbarkale/patch-1
2012-05-15 Ib LundgrenBetter content-type detection and unicode fix
2012-05-15 Suraj BarkaleRemove sharing of base_headers config between sessions.
2012-05-14 Kenneth ReitzMerge pull request #611 from pnasrat/develop
2012-05-13 Paul NasratImprove developer documentation.
2012-05-13 Kenneth ReitzMerge pull request #610 from medwards/whitespace
2012-05-13 Michael EdwardsRemoved extra whitespace
2012-05-12 Kenneth ReitzMerge pull request #607 from ztest/develop
2012-05-12 ztestFix a docstring typo (of -> if).
2012-05-10 Shivaram Lingamneniremove unused import
2012-05-10 Kenneth Reitzsemver
2012-05-10 Kenneth Reitzremove oreos
2012-05-10 Kenneth Reitzremove gevent extras_require
2012-05-10 Kenneth Reitzremove requests async tests
2012-05-10 Kenneth Reitzremove requests.async
2012-05-10 Kenneth Reitzmakin' history
2012-05-10 Kenneth ReitzMerge pull request #603 from benmao/develop
2012-05-10 Kenneth ReitzMerge pull request #604 from joshimhoff/develop
2012-05-10 benget cookie like dict, such as self.cookies.get('test...
2012-05-09 Josh ImhoffNow, safe_mode will catch socket.timeout too.
2012-05-09 Josh ImhoffNew implementation of safe_mode. Now, we throw exceptio...
2012-05-08 Kenneth ReitzMerge pull request #595 from reclosedev/sess-cookies...
2012-05-08 Roman HaritonovAdd myself to AUTHORS.rst
2012-05-08 Roman HaritonovMove session cookie saving from Session.request() to...
2012-05-08 Roman HaritonovTest async requests with Session cookies
2012-05-08 Roman HaritonovTest if cookies are saving to session when session...
2012-05-08 Kenneth ReitzMerge pull request #594 from slingamn/makefile_again
2012-05-08 Shivaram Lingamneniremove the oauthlib trunk from requirements.txt
2012-05-08 Shivaram Lingamneniunbreak the Jenkins build (again/hopefully)
2012-05-08 Kenneth Reitzthread safe
2012-05-08 Kenneth Reitzgah
2012-05-08 Kenneth Reitzv0.12.1 v0.12.1
2012-05-08 Kenneth Reitzredirects clear files also
2012-05-08 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-05-08 Kenneth ReitzMerge pull request #559 from barberj/issue_526
2012-05-08 Kenneth Reitzyay json
2012-05-06 barberjadding test verifying data httpbin sees
2012-05-06 barberjsynatx error for python3. all strings are unicode
2012-05-06 barberjsending strings to be received as files
2012-05-06 barberjadded unicode strings
2012-05-06 barberjcredit where credits due
2012-05-06 barberjadded mutlipart file=strings
2012-05-06 Kenneth ReitzMerge pull request #590 from berkerpeksag/doc-links
2012-05-06 Berker PeksagFixed broken links in TODO docs.
2012-05-04 Kenneth ReitzMerge pull request #585 from chazapis/develop
2012-05-04 Kenneth ReitzMerge pull request #587 from slingamn/jenkins
2012-05-04 Shivaram Lingamneniunbreak the Jenkins build by excluding ./env/*
2012-05-04 Kenneth ReitzMerge pull request #579 from slingamn/pyflakes.release
2012-05-04 Kenneth ReitzMerge pull request #581 from crodjer/develop
2012-05-04 Kenneth ReitzMerge pull request #582 from slingamn/cookietests.release
2012-05-04 Shivaram LingamneniTests for persistent and secure cookies
2012-05-04 Rohan JainAdd myself to authors
2012-05-04 Rohan JainUse utility for environment proxy as fallback
2012-05-04 Rohan JainA utility function to fetch environment proxies
2012-05-04 Kenneth ReitzMerge pull request #580 from slingamn/keepalive
2012-05-04 Shivaram Lingamnenifix for #458
2012-05-04 Shivaram Lingamnenitest for #458
2012-05-04 Shivaram Lingamneniquiet spurious pyflakes errors
2012-05-04 Shivaram LingamneniVarious Makefile updates
2012-05-03 Kenneth ReitzMerge pull request #577 from slingamn/redirects_537
2012-05-03 Kenneth ReitzMerge pull request #572 from slingamn/chardet_2
2012-05-03 Shivaram Lingamnenifix crash in safe mode when response.cookies is None
2012-05-03 Shivaram Lingamneniadd a test for max_redirects in safe/normal modes
2012-05-03 Shivaram Lingamneniconsistency: .text shouldn't recover from unicode decod...
2012-05-03 Shivaram Lingamneniremove fancy test assertions that are unavailable on 2.6
2012-05-03 Shivaram Lingamneniraise a ValueError if no encoding was sent and chardet...
2012-05-03 Shivaram LingamneniHave Travis run all tests except the external and async...
2012-05-02 Kenneth Reitzmissed import
2012-05-02 Kenneth Reitzdate fix v0.12.0
2012-05-02 Kenneth Reitzoauthlib
2012-05-02 Kenneth Reitzv0.12.0
2012-05-02 Kenneth Reitzpre-send hook
2012-05-02 Kenneth ReitzMerge pull request #516 from EnTeQuAk/move_pre_request
2012-05-02 Kenneth Reitzupper case automatically
2012-05-02 Kenneth Reitzmaking history
2012-05-02 Kenneth ReitzMerge remote-tracking branch 'origin/develop' into...
2012-05-02 Kenneth Reitzdefault chunk size for .content much bigger
2012-05-02 Kenneth ReitzMerge pull request #573 from idangazit/develop
2012-05-02 Idan GazitMerge remote-tracking branch 'upstream/develop' into...
2012-05-02 Idan GazitLazily encode data, params, files
2012-05-02 Idan GazitPEP8 Cleanup
2012-05-02 Antony ChazapisFix out-of-range issue with iter_lines (#515).
2012-05-02 Kenneth ReitzRevert "Update Makefile and travis configuration to...
2012-05-02 Kenneth ReitzRevert "Cache the value of the `Response.text` property"
2012-05-02 Kenneth ReitzRevert "Use utf-8 as the default encoding"
2012-05-02 Shivaram LingamneniUpdate Makefile and travis configuration to run all...
2012-05-02 Shivaram LingamneniChange setup.py to reflect required/optional dependencies
2012-05-02 Shivaram LingamneniCache the value of the `Response.text` property
2012-05-02 Shivaram LingamneniUse utf-8 as the default encoding
2012-05-02 Shivaram Lingamneniupdate documentation to correspond to new cookie API
2012-05-02 Shivaram Lingamnenirestore docs/_build directory to .gitignore
2012-05-02 Kenneth ReitzMerge pull request #565 from slingamn/cookiejar
2012-05-02 Shivaram Lingamneniadd Python 3 compatibility
next