services/python-requests.git
2013-05-07 Kenneth ReitzMerge pull request #1342 from mexicat/master
2013-05-04 Kenneth ReitzMerge pull request #1347 from hobarrera/master
2013-05-04 Hugo Osvaldo... Issue #749: Add optional SNI support for python2.
2013-05-02 giacomoFixed example in authentication docs
2013-05-01 Kenneth ReitzMerge pull request #1341 from cdunklau/docstring_test_1329
2013-05-01 Colin DunklauMinor update to tests, added docstrings
2013-05-01 Kenneth ReitzMerge pull request #1314 from duailibe/master
2013-05-01 Kenneth ReitzMerge pull request #1337 from amercader/master
2013-05-01 Kenneth ReitzMerge pull request #1339 from cdunklau/case_insensitive...
2013-05-01 Kenneth ReitzMerge pull request #1340 from ambv/tox_ini
2013-05-01 Łukasz LangaRemove Python 3.1 and 3.2 from the trove classifiers...
2013-04-30 Colin DunklauRewrite CaseInsensitiveDict to work correctly/sanely
2013-04-30 amercaderFix API documentation issues
2013-04-28 Kenneth ReitzMerge pull request #1332 from bboe/urllib3
2013-04-27 Bryce BoeUpdate urllib3 to 59de03e6163c6928dc01832ed6e48e9f6c34c795.
2013-04-27 Kenneth ReitzMerge pull request #1330 from Kwpolska/patch-1
2013-04-27 Chris WarrickA tiny typo, noticed while working on the Polish transl...
2013-04-26 Kenneth ReitzMerge pull request #1328 from gazpachoking/session_cj_fix
2013-04-26 Chase SterlingFix session CookieJars without breaking more stuff...
2013-04-26 Chase SterlingAdd another session cookie test
2013-04-26 Chase SterlingFix cookielib import
2013-04-26 Chase SterlingFix crash when session.cookies was not a RequestsCookieJar
2013-04-26 Chase SterlingAdd test for session cookiejars other than RequestsCook...
2013-04-20 Kenneth Reitzmilla
2013-04-20 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2013-04-20 Kenneth Reitzpt
2013-04-18 Lucas DuailibeFix small typo in the Support docs
2013-04-17 Kenneth ReitzMerge pull request #1313 from iurisilvio/fix_max_redire...
2013-04-17 Iuri de SilvioFix max_redirects docs issue #1301
2013-04-16 Kenneth ReitzMerge pull request #1279 from jemerick/unicode_multipar...
2013-04-16 Kenneth Reitzsupport for draft-tbray-http-legally-restricted-status-02
2013-04-15 Kenneth Reitztranslations
2013-04-15 Kenneth ReitzTranslatoins
2013-04-15 Kenneth ReitzMerge remote-tracking branch 'origin/master'
2013-04-15 Kenneth Reitztranslations
2013-04-14 Kenneth ReitzMerge pull request #1242 from oviboy/master
2013-04-14 Kenneth ReitzMerge pull request #1299 from schlamar/fix-decompression
2013-04-14 Kenneth ReitzMerge pull request #1302 from ssbarnea/master
2013-04-13 Kenneth Reitzswitch streaming requests to httpbin
2013-04-13 Kenneth ReitzMerge pull request #1305 from michaelhelmick/patch-1
2013-04-13 Kenneth ReitzMerge pull request #1309 from toastdriven/better-max...
2013-04-13 Kenneth ReitzMerge pull request #1311 from sigmavirus24/fix1303
2013-04-13 Ian CordascoChange the method when it isn't already GET/HEAD
2013-04-12 Daniel LindsleyChanged HTTPAdapter to allow max retries to be specifie...
2013-04-12 Mike HelmickFix Advanced docs Twitter Streaming example
2013-04-11 Kenneth ReitzMerge pull request #1306 from pombredanne/patch-1
2013-04-11 pombredanneUpdated NOTICE copyright from 2022 to 2012
2013-04-10 Sorin SbarneaUpdated documentation indicating that logging is done...
2013-04-10 Sorin Sbarnea* Documented the logging, requested in #1297
2013-04-10 schlamarFix test with StringIO.
2013-04-10 schlamarUse streaming decompression feature of urllib3.
2013-04-10 schlamarUpdate urllib3 to 71f84f9.
2013-04-09 Kenneth ReitzMerge pull request #1298 from Lukasa/adapter_doc
2013-04-09 Cory BenfieldShell of Transport Adapter documentation.
2013-04-09 Cory BenfieldAdd HTTPAdapter to API docs.
2013-04-08 Kenneth ReitzMerge pull request #1296 from sursh/master
2013-04-08 Sasha LaundyMake json error message more specific
2013-04-08 surshFix markdown
2013-04-08 surshMake json error on empty response more specific
2013-04-07 Kenneth ReitzMerge pull request #1295 from sigmavirus24/issue1293
2013-04-06 Ian CordascoFix #1293
2013-04-05 Kenneth ReitzMerge pull request #1291 from gazpachoking/dont_set_ses...
2013-04-05 Chase SterlingDon't set all session cookies on response.cookies
2013-04-05 Kenneth ReitzMerge pull request #1290 from gazpachoking/#1287
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 Jason Emerickmodel the encode_files data handling after encode_params
2013-04-02 Jason Emerickadd a few more variations to the unicode multipart...
2013-04-02 Jason Emerickadd additional test for unicode multipart post
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 Jason Emerickuse compat.str instead of compat.builtin_str
2013-04-01 Jason Emerickadd test for unicode multipart post
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
next