services/python-requests.git
2013-04-05 Chase SterlingMake sure unit test works on python 2.6
2013-04-05 Chase SterlingAdd a unit test for server expiring cookies from session
2013-04-05 Chase Sterlingfix #1287: Make sure expired cookies get removed from...
2013-04-04 Kenneth ReitzMerge pull request #1283 from sigmavirus24/master
2013-04-02 Ian CordascoAdd PreparedRequest recipe to the docs
2013-04-02 Ian CordascoCloses #1280
2013-04-02 Kenneth ReitzRevert "Fix for the issue https://github.com/kennethrei...
2013-04-02 Kenneth ReitzMerge pull request #1281 from KamilSzot/Issue_kennethre...
2013-04-02 Kamil SzotFix for the issue https://github.com/kennethreitz/reque...
2013-04-02 Kenneth ReitzMerge pull request #1278 from t-8ch/patch-1
2013-04-02 Kenneth ReitzMerge pull request #1277 from pborreli/typos
2013-04-02 Kenneth ReitzMerge pull request #1276 from alex/patch-1
2013-04-01 Thomas Weißschuhfix tiny typo in HISTORY.rst
2013-04-01 Pascal BorreliFixed typos
2013-04-01 Alex Gaynoris should not be used for comparing numbers
2013-03-31 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2013-03-31 Kenneth Reitzv1.2.0 v1.2.0
2013-03-31 Kenneth ReitzMerge pull request #1268 from t-8ch/update_urllib3
2013-03-31 Kenneth Reitzfix syntax error
2013-03-31 Kenneth ReitzMerge pull request #1267 from sigmavirus24/master
2013-03-31 Kenneth ReitzMerge pull request #1270 from makto/add_attr
2013-03-30 Ian CordascoUse session defaults instead of arbitrary ones
2013-03-29 maktoadd 'max_redirects' to Session's __attrs__ to ensure...
2013-03-28 Thomas Weißschuhupdate vendored urllib3
2013-03-28 Ian CordascoFix the tests and unseparate comments from code
2013-03-28 Ian CordascoRestore Session.request docstring
2013-03-28 Ian CordascoFinally resolve #1084
2013-03-28 Ian CordascoThis should take care of #1266
2013-03-28 Ian CordascoAdd correct defaults in Session.send()
2013-03-28 Ian CordascoUpdate the HISTORY for v1.2
2013-03-26 Kenneth Reitzsp
2013-03-26 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2013-03-26 Kenneth ReitzRezzy the Request Sea Turtle
2013-03-25 Kenneth ReitzMerge pull request #1263 from justin-factual/master
2013-03-25 Justin FennClarify streaming behavior in iter_lines doc
2013-03-22 Kenneth Reitz/s/make/invoke
2013-03-22 Kenneth Reitzfirst
2013-03-22 Kenneth Reitzactually cleanup url authentication
2013-03-22 Kenneth Reitzcp949prover for charade
2013-03-22 Kenneth Reitzinvoke!
2013-03-22 Kenneth Reitzupgrade to charade v1.0.3
2013-03-22 Kenneth Reitzremove makefile
2013-03-22 Kenneth Reitzfix get_auth_from_url
2013-03-22 Kenneth Reitzget_auth_from_url return None if nothing is found
2013-03-22 Kenneth Reitzsimplify get_auth_from_url call
2013-03-22 Kenneth ReitzMerge pull request #1254 from jkakar/url-authentication
2013-03-22 Jamu Kakar- Pull credentials out of the URL when possible.
2013-03-20 Kenneth ReitzMerge pull request #1239 from miikka/fix-issue-1228
2013-03-14 Kenneth ReitzMerge pull request #1245 from Damgaard/master
2013-03-14 Andreas Damgaard... Remove duplicate comment.
2013-03-12 Miikka KoskinenDo not pass cookies to resolve_redirects
2013-03-12 Miikka KoskinenUse session cookies when following redirects
2013-03-12 Miikka KoskinenAdd failing test case for #1228
2013-03-12 Kenneth ReitzMerge pull request #1244 from jajadinimueter/master
2013-03-12 Florian MuellerFixed some pickeling issues with HTTPAdapter and Session
2013-03-12 Kenneth ReitzMerge pull request #1243 from darjus-amzn/master
2013-03-11 Darjus LoktevicPickling of Session and HTTPAdapter + a test
2013-03-08 Kenneth ReitzMerge pull request #1238 from oczkers/master
2013-03-08 Piotr Staroszczykcleanup (remove max_retries test)
2013-03-05 Kenneth ReitzMerge pull request #1234 from Vassius/issue-1225
2013-03-05 Markus WiikFix issue #1225 (Documentation: response object status...
2013-03-04 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2013-03-04 Kenneth ReitzMerge branch 'httperror_init' of git://github.com/dmedv...
2013-03-04 Kenneth ReitzMerge pull request #1223 from andrewjesaitis/master
2013-03-04 Andrew JesaitisAdds __attrs__ back to Session object
2013-03-03 Kenneth ReitzRevert "[kennethreitz/requests#1208] adding unit test...
2013-03-03 Kenneth ReitzRevert "[kennethreitz/requests#1208] adding a max_retri...
2013-03-03 Dmitry MedvinskyAdd ability to pass `response` to `HTTPError()`
2013-03-02 Kenneth ReitzMerge pull request #1190 from mkomitee/master
2013-03-02 Kenneth ReitzMerge pull request #1219 from Wilfred/master
2013-03-02 Kenneth ReitzMerge pull request #1226 from dmedvinsky/fix-typos
2013-03-02 Kenneth ReitzMerge pull request #1229 from sprt/master
2013-03-02 Kenneth ReitzMerge pull request #1230 from davidfischer/trivial...
2013-03-02 Kenneth ReitzMerge pull request #1231 from davidfischer/docs-migrati...
2013-03-02 David FischerSession isn't advertised as a context manager
2013-03-02 David FischerCapitalize s in Session
2013-03-02 David FischerLogic on streaming responses was changed in 1.0
2013-03-02 David FischerInitial docs patch for migrating from pre 1.0
2013-03-02 David FischerGithub URL fix
2013-03-01 sprtURLError doesn't exist anymore
2013-03-01 Dmitry MedvinskyFix couple of typos in HISTORY.rst
2013-02-28 Andrew JesaitisChecks __attrs__ on session instance prior to iterating.
2013-02-27 Wilfred Hughes[kennethreitz/requests#1208] adding unit test for max_r...
2013-02-27 Wilfred Hughes[kennethreitz/requests#1208] adding a max_retries argument
2013-02-25 Ian CordascoRevert "If Content-Length is already set.."[1]
2013-02-25 Kenneth ReitzMerge pull request #1205 from sigmavirus24/fix1203
2013-02-25 Kenneth ReitzMerge pull request #1210 from Lukasa/urlencode_proxy
2013-02-22 Kenneth ReitzRevert "Lukasa is lazy"
2013-02-22 Cory BenfieldUnquote proxy usernames and passwords.
2013-02-20 Ian CordascoMissing line was allowing redirects with HEAD
2013-02-20 Kenneth ReitzLukasa is lazy
2013-02-20 Kenneth ReitzMerge pull request #1193 from Lukasa/timeout_exception
2013-02-20 Kenneth ReitzMerge pull request #1200 from gazpachoking/session_cook...
2013-02-19 Kenneth ReitzMerge pull request #1199 from t-8ch/docs_explicit_proxy...
2013-02-18 Cory BenfieldRethrow underlying exceptions.
2013-02-16 Chase SterlingMake sure session cookies do not overwrite explicit...
2013-02-15 Thomas Weißschuhuse explicit scheme for proxies in the docs
2013-02-15 Kenneth ReitzMerge pull request #1194 from gazpachoking/cookiejar_update
2013-02-15 Chase SterlingRemove ability to from RequestCookieJar __getitem__...
2013-02-15 Michael KomiteeFixing test for python3
next