Commit Graph

  • e4ddca0f8b Merge pull request #2326 from sigmavirus24/close-functional-sessions kennethreitz 2014-11-12 12:34:14 -05:00
  • 19b8e3042e Merge pull request #2333 from akitada/reinit-pos Ian Cordasco 2014-11-12 09:53:32 -06:00
  • 67c505781c Fix HTTPDigestAuth not to treat non-file as a file Akira Kitada 2014-11-12 23:46:22 +09:00
  • ee50afef59 Fixed. Alexander Nelzin 2014-11-12 15:35:27 +03:00
  • 34f6088c8f Added test for overriding Content-Length. Alexander Nelzin 2014-11-12 15:23:23 +03:00
  • 431282e778 Merge pull request #2299 from mattrobenolt/master Ian Cordasco 2014-11-07 14:18:41 -06:00
  • 3155bc9936 Close sessions created in the functional API Ian Cordasco 2014-11-07 08:55:17 -06:00
  • 1c52d15d97 Merge pull request #2323 from Lukasa/strict Ian Cordasco 2014-11-07 08:12:23 -06:00
  • f28bde7250 Pass strict to urllib3. Cory Benfield 2014-11-07 09:19:18 +01:00
  • 122c92e590 Merge pull request #2253 from yossigo/digest_redirect_fix kennethreitz 2014-11-01 10:04:29 -04:00
  • 124c0940e9 Merge pull request #2317 from sigmavirus24/bug/2316 kennethreitz 2014-11-01 10:04:09 -04:00
  • 29ef108158 Use to_native_string instead of builtin_str Ian Cordasco 2014-10-31 21:20:04 -05:00
  • a703e24573 Update documentation about max_retries to reflect code Kevin Burke 2014-10-27 09:56:18 -07:00
  • 387c8f852c Cap the redirect_cache size to prevent memory abuse Matt Robenolt 2014-10-23 20:49:18 -07:00
  • 091991be0d Merge pull request #2306 from ssadler/fix-failing-test-test_prepare_unicode_url Ian Cordasco 2014-10-26 19:32:46 -05:00
  • d505b94fa4 Add DeprecationWarnings to inform users of plans Ian Cordasco 2014-10-26 19:24:37 -05:00
  • f2f3bdea8d Note about read timeout errors and max_retries Kevin Burke 2014-10-26 12:46:23 -07:00
  • 583859b820 fix failing test "test_prepare_unicode_url" \(take 3\) Scott Sadler 2014-10-26 14:45:12 +01:00
  • 8e69c9f0a1 Revert "fix failing test "test_prepare_unicode_url"" Scott Sadler 2014-10-26 14:41:56 +01:00
  • 26ed7c2e1d fix failing test "test_prepare_unicode_url" Scott Sadler 2014-10-26 12:49:46 +01:00
  • 77687de509 Revert "fix failing test "test_prepare_unicode_url"" Scott Sadler 2014-10-26 12:40:05 +01:00
  • be805f942e Merge pull request #2295 from 2deviant/feature-custom-newline kennethreitz 2014-10-25 14:33:52 -04:00
  • c044a70796 update AUTHORS Scott Sadler 2014-10-25 13:54:47 +02:00
  • cfd6e25749 fix failing test "test_prepare_unicode_url" Scott Sadler 2014-10-25 13:54:34 +02:00
  • 3602690886 Changing parameter name newline ==> delimiter. Val Tenyotkin 2014-10-24 16:37:35 -07:00
  • 3d8823cafc Clean up handle_redirect. Yossi Gottlieb 2014-10-23 13:46:44 +03:00
  • f5ff05be1e Adding a custom line delimiter to iter_lines() Val Tenyotkin 2014-10-21 18:03:11 -07:00
  • 6b58a359e8 Merge pull request #2290 from syedsuhail/fix-2282 Cory Benfield 2014-10-19 10:42:28 +01:00
  • 96efb5ec96 Fix #2279. Update layout css syedsuhail 2014-10-19 14:06:02 +05:30
  • e1e1855b85 Merge pull request #2289 from syedsuhail/fix-2288 Cory Benfield 2014-10-19 08:56:36 +01:00
  • 3a6348dbb9 Fix #2288. Change urllib3 and chardet workflow syedsuhail 2014-10-19 13:18:26 +05:30
  • f7ecad843b Merge pull request #2282 from morganthrapp/patch-1 kennethreitz 2014-10-14 11:22:48 -04:00
  • 4d498db3ed Update sidebarintro.html morganthrapp 2014-10-14 10:56:05 -04:00
  • c41eb27091 Merge pull request #2273 from sigmavirus24/add-changelog-to-sidebar kennethreitz 2014-10-12 10:55:34 -04:00
  • 2ac771b35e Merge pull request #2271 from mikecool1000/fix-2250 Ian Cordasco 2014-10-10 13:30:18 -05:00
  • 8339b60fd5 Made more better Michael DeLay 2014-10-10 09:58:30 -07:00
  • 589f2f6d6e Add Release History to the sidebar Ian Cordasco 2014-10-09 21:07:01 -05:00
  • ce1ac88543 Fixed #2250 mikecool1000 2014-10-09 12:22:18 -07:00
  • 4594667f07 Update utils.py mikecool1000 2014-10-08 19:26:07 -07:00
  • 6ff6f756c0 Clean up, support all redirects, fix potential endless 401 loop. Yossi Gottlieb 2014-10-08 00:06:01 +03:00
  • 46d646064c v2.4.3 v2.4.3 Kenneth Reitz 2014-10-06 05:44:25 -04:00
  • 78d12bbbe9 v2.4.3 Kenneth Reitz 2014-10-06 05:42:55 -04:00
  • 6da438dabd Merge pull request #2268 from sigmavirus24/fix-params kennethreitz 2014-10-06 05:40:03 -04:00
  • 4ec26da2f7 Merge pull request #2267 from minrk/unicode-url-py2 kennethreitz 2014-10-06 05:39:54 -04:00
  • 0e4efab270 Re-order params for backwards compat Ian Cordasco 2014-10-05 18:55:59 -05:00
  • ca2ebc5b68 allow unicode URLs on Python 2 MinRK 2014-10-05 16:30:11 -07:00
  • 5850b1f53b Merge pull request #2249 from t-8ch/fix_2247 kennethreitz 2014-10-05 13:19:14 -04:00
  • 779c001e44 requests v2.4.2 v2.4.2 Kenneth Reitz 2014-10-05 13:15:33 -04:00
  • 79f56e2e7e fix documentation for utils.get_unicode_from_response() :) Kenneth Reitz 2014-10-05 13:14:38 -04:00
  • 90dc467fc0 v2.4.2 changelog Kenneth Reitz 2014-10-05 13:13:42 -04:00
  • 65cdccb70f Merge pull request #2241 from tijko/master kennethreitz 2014-10-05 12:48:40 -04:00
  • 1e79cf6a47 Merge pull request #2258 from willingc/add-json kennethreitz 2014-10-05 12:46:09 -04:00
  • 20ca9feeb3 Merge pull request #2265 from sigmavirus24/session-attrs Cory Benfield 2014-10-05 09:05:29 +01:00
  • b1f3a2dd66 Remove timeout from __attrs__ Ian Cordasco 2014-10-04 23:04:35 -05:00
  • e74791d054 Merge pull request #2238 from buttscicles/byte-urls kennethreitz 2014-10-02 12:20:05 -04:00
  • 8ed941fa69 Fix a couple of issues I noticed Ian Cordasco 2014-09-30 16:03:31 -05:00
  • a68d1b4517 Support bytestring URLs on Python 3.x Joe Alcorn 2014-09-29 21:11:45 +01:00
  • c28da22e9c A fix for #1979 repeat HTTP digest authentication after redirect. Yossi Gottlieb 2014-09-27 20:42:58 +03:00
  • cd5eb62961 remove unused import Thomas Weißschuh 2014-09-26 22:28:29 +00:00
  • 6e1db21733 fix #2247 Thomas Weißschuh 2014-09-25 19:47:56 +00:00
  • a718a81d27 Merge pull request #2248 from jktjkt/docs-CAs Cory Benfield 2014-09-25 19:28:05 +01:00
  • 3635b1501d docs: Clarify how to pass a custom set of CAs Jan Kundrát 2014-09-25 20:06:04 +02:00
  • de76fbeefb Merge pull request #2244 from sigmavirus24/bug/2231 kennethreitz 2014-09-24 22:57:38 -04:00
  • e0d88c2814 Merge pull request #2245 from sigmavirus24/doc-fix Cory Benfield 2014-09-23 07:25:26 +01:00
  • 671ba85d41 Correct redirection introduction Ian Cordasco 2014-09-22 21:08:29 -05:00
  • ac44b48297 Avoid getting stuck in a loop Ian Cordasco 2014-09-22 21:01:36 -05:00
  • 64ba451049 make StreamConsumedError doubly inherit Tim Konick 2014-09-22 15:58:54 -04:00
  • 6e5f7bb9d3 using the StreamConsumedError Tim Konick 2014-09-22 15:51:59 -04:00
  • 58e0a6f4a0 add-in StreamConsumedError Tim Konick 2014-09-22 15:51:10 -04:00
  • d6470870d0 rm else after if then raise block Tim Konick 2014-09-22 12:46:07 -04:00
  • fdf932c61c raise RuntimeError when a single streamed request calls *iter methods than once Tim Konick 2014-09-22 12:04:29 -04:00
  • d28d45af91 Merge pull request #2237 from buttscicles/contributing-update Cory Benfield 2014-09-20 23:12:38 +01:00
  • d243668d16 Remove invoke from requirements.txt, docs Joe Alcorn 2014-09-20 20:56:00 +01:00
  • 466a70f7c1 Fixup the remaining references to timeline.json. Cory Benfield 2014-09-20 15:00:36 +01:00
  • 082c8d0db8 Merge pull request #2227 from mjul/master kennethreitz 2014-09-18 10:06:54 +09:00
  • 0924069b68 Moved multiple files upload example to advanced section. Martin Jul 2014-09-16 11:54:31 +02:00
  • 4707d11004 Added example of how to send multiple files in one request. Martin Jul 2014-09-16 11:38:40 +02:00
  • 9b41308b9f Merge pull request #2223 from blueyed/doc-followup-2222 Ian Cordasco 2014-09-12 11:54:40 -05:00
  • bff8b91638 Document skipping in PreparedRequest; followup to #2222 Daniel Hahler 2014-09-12 17:13:43 +02:00
  • 1a44a99f17 Merge pull request #2222 from blueyed/fix-MissingScheme-for-hostport Cory Benfield 2014-09-12 15:16:11 +01:00
  • d3566ee1b0 Add more tests to test_invalid_url Daniel Hahler 2014-09-12 03:10:54 +02:00
  • 9e8702d3d5 lawl Kenneth Reitz 2014-09-09 12:42:00 -04:00
  • 27b6bfc213 mils Kenneth Reitz 2014-09-09 12:39:36 -04:00
  • dff383ce8f requests v2.4.1 v2.4.1 Kenneth Reitz 2014-09-09 12:34:34 -04:00
  • 5e94c81e98 Merge pull request #2210 from sigmavirus24/bug/2207 Cory Benfield 2014-09-09 15:24:24 +01:00
  • 2416e2343a Merge pull request #2213 from kennethreitz/req-rsp Cory Benfield 2014-09-09 08:45:30 +01:00
  • bf8f791a93 Request->Response. Cory Benfield 2014-09-09 08:44:40 +01:00
  • 27c83f7177 Fix #2207 Ian Cordasco 2014-09-07 12:02:23 -05:00
  • 359659cf4b Merge pull request #2203 from Lukasa/remove_certifi kennethreitz 2014-09-05 08:11:57 -07:00
  • 9c6ae1dc0b Link to Mozilla trust store. Cory Benfield 2014-09-04 19:44:37 +01:00
  • 0df32de02d Merge pull request #2199 from mtorromeo/patch-1 kennethreitz 2014-09-04 11:41:46 -07:00
  • a77054f90f Remove hard certifi dependency and document. Cory Benfield 2014-09-04 19:40:15 +01:00
  • 1324ca1a0f Merge pull request #2193 from sigmavirus24/bug/2192 kennethreitz 2014-09-04 11:39:41 -07:00
  • 209a871b63 Merge pull request #2191 from kevinburke/comma kennethreitz 2014-09-04 11:39:23 -07:00
  • 07bbe214aa Merge pull request #2187 from kevinburke/more-docs kennethreitz 2014-09-04 11:39:12 -07:00
  • 958845ae35 requests[security] Kenneth Reitz 2014-09-04 11:37:45 -07:00
  • bc2560480e Merge pull request #2195 from sigmavirus24/betterssl kennethreitz 2014-09-04 11:36:56 -07:00
  • 9354855648 Consolidate error handling Ian Cordasco 2014-09-03 16:01:25 -05:00
  • 226b5c7b0a Open README and HISTORY as utf-8 encoded files (fixes #2196) Massimiliano Torromeo 2014-09-03 09:40:27 +02:00
  • ce7957c085 Add test for invalid port Ian Cordasco 2014-08-29 16:50:45 -05:00