Commit Graph

  • 4f83ef8328 Merge pull request #1314 from duailibe/master Kenneth Reitz 2013-05-01 10:29:40 -07:00
  • 0f1bb96f01 Merge pull request #1337 from amercader/master Kenneth Reitz 2013-05-01 10:28:18 -07:00
  • e6e9b550c0 Merge pull request #1339 from cdunklau/case_insensitive_headers_cleanup Kenneth Reitz 2013-05-01 10:27:58 -07:00
  • f8f1db8458 Merge pull request #1340 from ambv/tox_ini Kenneth Reitz 2013-05-01 10:27:02 -07:00
  • 7e825acd9b Remove Python 3.1 and 3.2 from the trove classifiers in setup.py Łukasz Langa 2013-05-01 18:30:46 +02:00
  • f7596c75dc Rewrite CaseInsensitiveDict to work correctly/sanely Colin Dunklau 2013-04-30 14:52:27 -05:00
  • 505d2487e3 Fix API documentation issues amercader 2013-04-30 16:15:56 +02:00
  • ab36f3cc6f Merge pull request #1332 from bboe/urllib3 Kenneth Reitz 2013-04-28 16:58:08 -07:00
  • 49ca72c802 Update urllib3 to 59de03e6163c6928dc01832ed6e48e9f6c34c795. Bryce Boe 2013-04-27 12:34:08 -07:00
  • d2ba5798ec Merge pull request #1330 from Kwpolska/patch-1 Kenneth Reitz 2013-04-27 04:53:37 -07:00
  • c3bef6b0d9 A tiny typo, noticed while working on the Polish translation. Chris Warrick 2013-04-27 14:52:35 +03:00
  • 98dea03710 Merge pull request #1328 from gazpachoking/session_cj_fix Kenneth Reitz 2013-04-26 00:02:28 -07:00
  • 0c609b59ab Fix session CookieJars without breaking more stuff this time Chase Sterling 2013-04-25 23:15:50 -04:00
  • a7fef58756 Add another session cookie test Chase Sterling 2013-04-25 23:11:43 -04:00
  • 3ff8d43801 Fix cookielib import Chase Sterling 2013-04-25 22:40:24 -04:00
  • 9763a671da Fix crash when session.cookies was not a RequestsCookieJar Chase Sterling 2013-04-25 22:34:51 -04:00
  • 1866f7596e Add test for session cookiejars other than RequestsCookieJar Chase Sterling 2013-04-25 22:32:03 -04:00
  • 8f3f4e2744 milla Kenneth Reitz 2013-04-20 00:22:13 -04:00
  • 4438bfcc44 Merge remote-tracking branch 'origin/master' Kenneth Reitz 2013-04-20 00:18:33 -04:00
  • 65b6ef6036 pt Kenneth Reitz 2013-04-20 00:18:27 -04:00
  • 1ca423ec80 Fix small typo in the Support docs Lucas Duailibe 2013-04-18 20:59:17 -03:00
  • 770c3d7548 Merge pull request #1313 from iurisilvio/fix_max_redirects_docs Kenneth Reitz 2013-04-17 12:39:03 -07:00
  • 736e8cd735 Fix max_redirects docs issue #1301 Iuri de Silvio 2013-04-17 12:27:06 -07:00
  • 6046fcffe8 Merge pull request #1279 from jemerick/unicode_multipart_post Kenneth Reitz 2013-04-16 12:55:58 -07:00
  • d13bf9f113 support for draft-tbray-http-legally-restricted-status-02 Kenneth Reitz 2013-04-15 22:47:20 -04:00
  • ae5419db17 translations Kenneth Reitz 2013-04-15 03:22:56 -04:00
  • 9c2f9f61ef Translatoins Kenneth Reitz 2013-04-15 03:22:48 -04:00
  • 636476e704 Merge remote-tracking branch 'origin/master' Kenneth Reitz 2013-04-15 03:21:40 -04:00
  • aafca7acdc translations Kenneth Reitz 2013-04-15 03:21:32 -04:00
  • a527ecfabd Merge pull request #1242 from oviboy/master Kenneth Reitz 2013-04-13 20:28:43 -07:00
  • 967cfbe663 Merge pull request #1299 from schlamar/fix-decompression Kenneth Reitz 2013-04-13 20:27:46 -07:00
  • 9df450193f Merge pull request #1302 from ssbarnea/master Kenneth Reitz 2013-04-13 20:25:47 -07:00
  • 082029ff2e switch streaming requests to httpbin Kenneth Reitz 2013-04-13 15:26:49 -04:00
  • c0baec1431 Merge pull request #1305 from michaelhelmick/patch-1 Kenneth Reitz 2013-04-13 12:24:21 -07:00
  • 561366cab0 Merge pull request #1309 from toastdriven/better-max-retries Kenneth Reitz 2013-04-13 12:05:13 -07:00
  • f0950a9e6c Merge pull request #1311 from sigmavirus24/fix1303 Kenneth Reitz 2013-04-13 12:02:29 -07:00
  • c5d0a0931e Change the method when it isn't already GET/HEAD Ian Cordasco 2013-04-13 12:30:05 -04:00
  • 36dcce1a06 Changed HTTPAdapter to allow max retries to be specified when initializing. Daniel Lindsley 2013-04-12 16:40:39 -07:00
  • ed0242ae3a Fix Advanced docs Twitter Streaming example Mike Helmick 2013-04-11 00:49:27 -03:00
  • eda4b55f7a Merge pull request #1306 from pombredanne/patch-1 Kenneth Reitz 2013-04-11 09:04:07 -07:00
  • 6e3cfe5dd5 Updated NOTICE copyright from 2022 to 2012 pombredanne 2013-04-11 17:08:27 +03:00
  • fb49481ddf Updated documentation indicating that logging is done via requests.packages.urllib3 instead of requests. modified: docs/api.rst Sorin Sbarnea 2013-04-10 16:46:05 +01:00
  • 17ecb6891c * Documented the logging, requested in #1297 * Added build directory and *.egg to .gitignore * Added sphinx as setup requirement in order to be able to build documentation with pyhton setup.py build_sphinx Sorin Sbarnea 2013-04-10 16:15:28 +01:00
  • 4c3432b759 Fix test with StringIO. schlamar 2013-04-10 08:20:34 +02:00
  • 59f916ca4a Use streaming decompression feature of urllib3. schlamar 2013-04-10 08:08:33 +02:00
  • 6d6252aa9f Update urllib3 to 71f84f9. schlamar 2013-04-10 08:00:36 +02:00
  • 2426eeb371 Merge pull request #1298 from Lukasa/adapter_doc Kenneth Reitz 2013-04-09 13:17:19 -07:00
  • e5f1053b30 Shell of Transport Adapter documentation. Cory Benfield 2013-04-09 20:58:59 +01:00
  • c73f653352 Add HTTPAdapter to API docs. Cory Benfield 2013-04-09 19:54:47 +01:00
  • 5b937b384b Merge pull request #1296 from sursh/master Kenneth Reitz 2013-04-08 11:01:36 -07:00
  • 8ebeb3dc3f Make json error message more specific Sasha Laundy 2013-04-08 13:03:13 -04:00
  • dfa59c2d97 Fix markdown sursh 2013-04-08 13:01:02 -03:00
  • 511cc4c034 Make json error on empty response more specific sursh 2013-04-08 13:00:27 -03:00
  • fa9234da05 Merge pull request #1295 from sigmavirus24/issue1293 Kenneth Reitz 2013-04-06 17:27:23 -07:00
  • afcc883d7f Fix #1293 Ian Cordasco 2013-04-06 11:26:52 -04:00
  • 1e465fd255 Merge pull request #1291 from gazpachoking/dont_set_session_cookies_on_response Kenneth Reitz 2013-04-04 20:41:52 -07:00
  • 49a3664222 Don't set all session cookies on response.cookies Chase Sterling 2013-04-04 23:29:02 -04:00
  • 848f2c297e Merge pull request #1290 from gazpachoking/#1287 Kenneth Reitz 2013-04-04 20:22:38 -07:00
  • 5c47ce1136 Make sure unit test works on python 2.6 Chase Sterling 2013-04-04 22:48:14 -04:00
  • 88f13598f3 Add a unit test for server expiring cookies from session Chase Sterling 2013-04-04 22:40:27 -04:00
  • d22ac00098 fix #1287: Make sure expired cookies get removed from session.cookies Chase Sterling 2013-04-04 22:11:38 -04:00
  • dccfc5ba3c Merge pull request #1283 from sigmavirus24/master Kenneth Reitz 2013-04-03 18:04:40 -07:00
  • e7247ce3f6 model the encode_files data handling after encode_params Jason Emerick 2013-04-02 14:22:49 -04:00
  • 168c3e6913 add a few more variations to the unicode multipart post test Jason Emerick 2013-04-02 14:22:12 -04:00
  • 82d36d8259 add additional test for unicode multipart post Jason Emerick 2013-04-02 11:41:07 -04:00
  • b9e5cce2d2 Add PreparedRequest recipe to the docs Ian Cordasco 2013-04-02 10:07:37 -04:00
  • 1abd13700b Closes #1280 Ian Cordasco 2013-04-02 09:27:25 -04:00
  • 54ed5ed469 Revert "Fix for the issue https://github.com/kennethreitz/requests/issues/1280" Kenneth Reitz 2013-04-02 08:13:46 -04:00
  • cdb700737b Merge pull request #1281 from KamilSzot/Issue_kennethreitz_requests_issues_1280 Kenneth Reitz 2013-04-02 04:44:59 -07:00
  • ca0aea640d Fix for the issue https://github.com/kennethreitz/requests/issues/1280 Kamil Szot 2013-04-02 13:42:40 +02:00
  • 20a8a9b681 Merge pull request #1278 from t-8ch/patch-1 Kenneth Reitz 2013-04-01 21:36:49 -07:00
  • 9c18febf45 Merge pull request #1277 from pborreli/typos Kenneth Reitz 2013-04-01 21:36:39 -07:00
  • 848aca21be Merge pull request #1276 from alex/patch-1 Kenneth Reitz 2013-04-01 20:42:22 -07:00
  • f37b968475 use compat.str instead of compat.builtin_str Jason Emerick 2013-04-01 18:14:52 -04:00
  • f0660e33a2 add test for unicode multipart post Jason Emerick 2013-04-01 18:10:12 -04:00
  • 333fa87489 fix tiny typo in HISTORY.rst Thomas Weißschuh 2013-04-01 18:47:20 +00:00
  • 037b38badb Fixed typos Pascal Borreli 2013-04-01 15:02:37 +00:00
  • 39acf1dbd2 is should not be used for comparing numbers Alex Gaynor 2013-03-31 23:20:46 -07:00
  • 59b69d1fb8 Merge remote-tracking branch 'origin/master' Kenneth Reitz 2013-03-31 08:28:57 +03:00
  • d06908d655 v1.2.0 v1.2.0 Kenneth Reitz 2013-03-31 08:28:22 +03:00
  • 5b5ffc9714 Merge pull request #1268 from t-8ch/update_urllib3 Kenneth Reitz 2013-03-30 22:27:59 -07:00
  • 75703d57e6 fix syntax error Kenneth Reitz 2013-03-31 08:22:44 +03:00
  • bd6b981d12 Merge pull request #1267 from sigmavirus24/master Kenneth Reitz 2013-03-30 22:21:52 -07:00
  • 6a2eea8b21 Merge pull request #1270 from makto/add_attr Kenneth Reitz 2013-03-30 22:20:02 -07:00
  • 325ea7b7e2 Use session defaults instead of arbitrary ones Ian Cordasco 2013-03-29 20:18:58 -04:00
  • 4ffae38627 add 'max_redirects' to Session's __attrs__ to ensure proper serialization of Session makto 2013-03-29 20:58:15 +08:00
  • d7908a9fde update vendored urllib3 Thomas Weißschuh 2013-03-28 12:48:50 +00:00
  • 0cd23d8d6e Fix the tests and unseparate comments from code Ian Cordasco 2013-03-28 08:33:34 -04:00
  • aca91e06f2 Restore Session.request docstring Ian Cordasco 2013-03-27 23:46:21 -04:00
  • 88177ec33f Finally resolve #1084 Ian Cordasco 2013-03-27 23:30:00 -04:00
  • 1d5c4f3f0f This should take care of #1266 Ian Cordasco 2013-03-27 23:26:11 -04:00
  • 478d49027f Add correct defaults in Session.send() Ian Cordasco 2013-03-27 23:17:34 -04:00
  • 46a770e03f Update the HISTORY for v1.2 Ian Cordasco 2013-03-27 23:10:59 -04:00
  • ba25184ed5 sp Kenneth Reitz 2013-03-26 16:38:11 -04:00
  • 7f1ad5c127 Merge remote-tracking branch 'origin/master' Kenneth Reitz 2013-03-26 16:32:25 -04:00
  • ab19b79375 Rezzy the Request Sea Turtle Kenneth Reitz 2013-03-26 16:32:20 -04:00
  • c63472e328 Merge pull request #1263 from justin-factual/master Kenneth Reitz 2013-03-25 12:48:45 -07:00
  • 6963b8490c Clarify streaming behavior in iter_lines doc Justin Fenn 2013-03-25 12:20:33 -07:00
  • 9d16c72767 compiled regex expression in digest auth, this also works in python 2.6.x Ovidiu Negrut 2013-03-25 12:28:25 +02:00
  • 186a589783 Merge branch 'master' of git://github.com/kennethreitz/requests Ovidiu Negrut 2013-03-25 12:26:45 +02:00