services/python-requests.git
2012-06-06 Danilo BargenIn fact, the feature is so awesome that it should go...
2012-06-06 Danilo BargenAdded r.json documentation (document ALL the awesome...
2012-06-05 Kenneth Reitzv0.13.1
2012-06-04 Kenneth ReitzRevert "Auto-detect CA Cert path instead of requiring...
2012-06-04 Kenneth ReitzMerge pull request #651 from urbanairship/detect-cacerts
2012-06-04 Michael SchurterAuto-detect CA Cert path instead of requiring users...
2012-06-04 Kenneth ReitzMerge pull request #646 from mkomitee/hooks
2012-06-01 Michael KomiteeAllowing hooks to return responses that indicate errors
2012-05-30 Kenneth ReitzMerge pull request #643 from gwrtheyrn/docs_proxy_auth
2012-05-30 Danilo BargenAdded information about HTTP proxy authentication to...
2012-05-30 Kenneth Reitzv0.13.0 v0.13.0
2012-05-30 Kenneth Reitzwhitespace
2012-05-30 Kenneth Reitzv0.13.0
2012-05-29 Kenneth Reitzby @mwielgoszewski
2012-05-29 Kenneth Reitzcleanup #633
2012-05-29 Kenneth ReitzMerge pull request #633 from tzuryby/develop
2012-05-29 Kenneth ReitzMerge pull request #619 from Lukasa/develop
2012-05-29 Kenneth ReitzMerge pull request #640 from JuhaS/patch-1
2012-05-29 Kenneth ReitzMerge pull request #638 from mher/develop
2012-05-29 Kenneth ReitzMerge pull request #632 from amalakar/develop
2012-05-28 JuhaSSmall correction on a comment.
2012-05-28 Mher MovsisyanFixes python3 compatibility issue
2012-05-27 Mher Movsisyanno_proxy support
2012-05-24 Tzury Bar Yochaythis try catch is a poor man's patch for issue #630...
2012-05-23 Arup MalakarChange the None check from self.assertIsNone to python...
2012-05-23 Arup MalakarIssue #505: Changed the store_cookie configuration...
2012-05-22 Kenneth ReitzMerge pull request #626 from joshimhoff/develop
2012-05-22 Josh ImhoffRemoved print statements left over from debugging.
2012-05-22 Josh ImhoffWrote tests for new CookieJar functionality and made...
2012-05-21 Josh ImhoffIn cookies.py, CookieConflictError is now thrown if...
2012-05-21 Josh ImhoffDocstrings and bug fixes in cookies.py
2012-05-19 Cory BenfieldFirst draft of full verbs.
2012-05-18 Josh ImhoffDefined keys(), values(), and items() in order to suppo...
2012-05-17 Cory BenfieldCorrectly reflect redirection behaviour.
2012-05-17 Cory BenfieldRewrite quickstart docs.
2012-05-17 Kenneth ReitzMerge pull request #617 from mwielgoszewski/develop
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 Marcin WielgoszewskiExpose case-insensitive key access when deleting a...
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
next