Commit Graph

  • 17dd3c0a76 fixed typo daftshady 2013-10-15 18:33:51 +09:00
  • 9606f0240b PEP8 fix to make me happier. Cory Benfield 2013-10-13 09:54:01 +01:00
  • 31c0962e83 Better connection behaviour for chunked upload. Cory Benfield 2013-10-13 09:53:44 +01:00
  • 3f84190a7b Merge pull request #1667 from Lukasa/json2 kennethreitz 2013-10-12 14:15:30 -07:00
  • bea2060182 'or content' does us no good. Cory Benfield 2013-10-12 21:05:34 +01:00
  • 6632fb87c0 Fix typo Ian Cordasco 2013-10-11 20:42:52 -05:00
  • df7aece2c8 Comment our reasonsing for the special cases Ian Cordasco 2013-10-10 20:43:18 -05:00
  • 097121d214 Merge pull request #1662 from voberoi/patch-1 kennethreitz 2013-10-10 15:45:14 -07:00
  • 21c9680a11 Adding myself to AUTHORS.rst Vikram Oberoi 2013-10-10 18:13:51 -04:00
  • 8d63577b78 Merge pull request #1661 from mattspitz/super_len_compatibility kennethreitz 2013-10-10 12:11:14 -07:00
  • 2c2af651c4 Adding myself to AUTHORS.rst. Matt Spitz 2013-10-10 15:08:34 -04:00
  • 13a6e02ccd Increasing super_len compatibilty to include BytesIO and cStringIO objects. Matt Spitz 2013-10-10 14:54:47 -04:00
  • 025543b604 Merge pull request #1658 from randymorris/master Cory Benfield 2013-10-08 11:36:12 -07:00
  • f32b86dba2 False -> True typo Randy Morris 2013-10-08 14:19:30 -04:00
  • 0bb8be0e5b Parse cookies when users set custom Host header Ian Cordasco 2013-10-07 21:43:21 -05:00
  • a4605fe324 Fix failing test to preserve behaviour Ian Cordasco 2013-10-07 21:17:59 -05:00
  • f12584b94a Add tests around hook behaviour Ian Cordasco 2013-10-07 21:17:46 -05:00
  • 43477edc91 Merge pull request #1636 from Lukasa/httpsprox kennethreitz 2013-10-07 16:23:18 -07:00
  • 318ca102cd Merge pull request #1635 from daftshady/dev kennethreitz 2013-10-07 16:22:49 -07:00
  • 14c12fb151 Merge pull request #1637 from Lukasa/redir kennethreitz 2013-10-07 16:21:29 -07:00
  • 3246fc088a Merge pull request #1640 from abarnert/master kennethreitz 2013-10-07 16:21:16 -07:00
  • 45873e2a0a Merge pull request #1656 from randymorris/master Cory Benfield 2013-10-07 13:45:11 -07:00
  • 5bf396d5d1 Honor session hooks Ian Cordasco 2013-10-07 12:23:16 -05:00
  • 66339b21fa update verbiage about streaming requests Randy Morris 2013-10-07 10:43:48 -04:00
  • d8180f5dac Merge pull request #1654 from riyadparvez/deprecation-removal Cory Benfield 2013-10-05 10:02:46 -07:00
  • 48f59aa1f7 back to BaseException Riyad Parvez 2013-10-05 22:49:54 +06:00
  • 56c82c52b0 fixed print statement Riyad Parvez 2013-10-05 20:12:18 +06:00
  • 36485983ca fixed print statement Riyad Parvez 2013-10-05 20:11:30 +06:00
  • 6087015f1c Update advanced.rst Riyad Parvez 2013-10-05 20:10:27 +06:00
  • 5c92c72e2c removed deprecated while 1: Riyad Parvez 2013-10-05 09:59:47 +06:00
  • 4656c9b89b fixed print statement Riyad Parvez 2013-10-05 09:57:18 +06:00
  • 8370e66464 fixed print statement Riyad Parvez 2013-10-05 09:56:11 +06:00
  • f9b7d92b91 updated print statement Riyad Parvez 2013-10-05 09:55:14 +06:00
  • c8a68334a7 replaced deprecated BaseException Riyad Parvez 2013-10-05 09:53:34 +06:00
  • 953b234aff Merge pull request #1649 from dpursehouse/minor-doc-updates Cory Benfield 2013-10-04 01:55:19 -07:00
  • c9bee155c2 Merge pull request #1651 from GrahamDumpleton/master Kenneth Reitz 2013-10-03 23:14:26 -07:00
  • 4291f76c99 Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError. Graham Dumpleton 2013-10-04 16:07:11 +10:00
  • 82e6706722 Minor doc updates David Pursehouse 2013-10-04 10:19:33 +09:00
  • af4fb8cedc Accept per-file headers in multipart file POST messages. Andrew Barnert 2013-09-30 17:07:13 -07:00
  • c8fc19a779 add myself to authors. daftshady 2013-09-29 02:27:20 +09:00
  • 012f0334ce added param to cookiejar_from_dict instead of creating new method. daftshady 2013-09-29 01:08:58 +09:00
  • 0051837af4 Correctly lowercase a redirect scheme. Cory Benfield 2013-09-28 17:01:32 +01:00
  • 8b7fcfb49a Don't send the full URL on CONNECT messages. Cory Benfield 2013-09-28 15:46:43 +01:00
  • d22eaf96e2 Fixed #1630 daftshady 2013-09-28 23:44:27 +09:00
  • 373166d833 checkout auth daftshady 2013-09-28 16:41:08 +09:00
  • 39fe0068aa Fixed #1630, added test case for cookie persistence. daftshady 2013-09-28 16:33:05 +09:00
  • 1d1831ba40 fixed extra bonus bug daftshady 2013-09-27 22:17:40 +09:00
  • 3501ea4634 Fixed #1623. Added 'MD5-sess' algorithm to HTTPDigestAuth daftshady 2013-09-26 15:40:12 +09:00
  • 9968a10fcf Typo in changelog. Cory Benfield 2013-09-25 14:00:17 +01:00
  • 768b175fee Merge pull request #1621 from davidfischer/migrate-2-0 Kenneth Reitz 2013-09-24 19:02:18 -07:00
  • a17f5592f8 Added link to @Lukasa's blog - the source material David Fischer 2013-09-24 18:59:04 -07:00
  • fbb8d32c4e Added migrating to 2.x docs David Fischer 2013-09-24 18:35:22 -07:00
  • 4401620111 add history to the docs v2.0.0 Kenneth Reitz 2013-09-24 15:08:12 -04:00
  • b8a8835151 readme fix Kenneth Reitz 2013-09-24 14:41:39 -04:00
  • 4f463e897a Merge remote-tracking branch 'origin/master' v2.0 Kenneth Reitz 2013-09-24 14:31:25 -04:00
  • 58eacfa1ad Merge pull request #1619 from Lukasa/master Kenneth Reitz 2013-09-24 11:31:13 -07:00
  • c93419f512 TimeoutSauce! Kenneth Reitz 2013-09-24 14:31:00 -04:00
  • 53ba629a23 Up to date CL. Cory Benfield 2013-09-24 19:26:31 +01:00
  • 62925fb668 note on timeouts Kenneth Reitz 2013-09-24 14:22:02 -04:00
  • 94da24e387 v2.0.0 Kenneth Reitz 2013-09-24 14:19:07 -04:00
  • 2d283c9f2d 2.0.0 Kenneth Reitz 2013-09-24 14:17:17 -04:00
  • 54ad646067 merge 2.0 insto master Kenneth Reitz 2013-09-24 14:13:28 -04:00
  • 12760f2295 runscope! Kenneth Reitz 2013-09-24 14:08:28 -04:00
  • c64c0ab121 prototype for new urllib3 timeouts Kenneth Reitz 2013-09-24 14:06:24 -04:00
  • 2f39e0e2aa new urllib3 Kenneth Reitz 2013-09-24 13:59:38 -04:00
  • 23ced527f7 Merge pull request #1503 from skastel/master Kenneth Reitz 2013-09-24 10:48:07 -07:00
  • 2affd6385e Merge pull request #1602 from sigmavirus24/handle_multiple_qop_types Kenneth Reitz 2013-09-24 10:46:16 -07:00
  • 58376489af Merge pull request #1585 from rvoicilas/master Kenneth Reitz 2013-09-24 10:45:46 -07:00
  • a2dbf54456 Merge pull request #1541 from Lukasa/releasenote Kenneth Reitz 2013-09-24 10:45:11 -07:00
  • 03d844f926 Merge pull request #1565 from Lukasa/relative Kenneth Reitz 2013-09-24 10:39:09 -07:00
  • 9ffc5e6a95 runscope Kenneth Reitz 2013-09-24 13:31:29 -04:00
  • 22e31b4b73 Handle case when WWW-Authenticate returns multiple qops Ian Cordasco 2013-09-13 22:29:39 -05:00
  • c0e9f411fc Merge pull request #1598 from Lukasa/defaults Kenneth Reitz 2013-09-13 06:17:41 -07:00
  • 61421843bc Python defaults arguments are hard. Cory Benfield 2013-09-13 14:10:09 +01:00
  • ce6762ff63 Fixup unicode in AUTHORS file Cory Benfield 2013-09-12 10:34:34 +01:00
  • d8f2463b57 Merge pull request #1592 from homm/master Cory Benfield 2013-09-12 02:29:16 -07:00
  • f0c592b09e Update AUTHORS.rst homm 2013-09-12 13:27:06 +04:00
  • a4cd1a85d6 fix spelling homm 2013-09-12 13:21:54 +04:00
  • 3440fca2e8 clearly describe r.raw in Body Content Workflow homm 2013-09-12 13:13:51 +04:00
  • 10b6d77945 remove extra mention of dangerous r.raw homm 2013-09-12 10:20:47 +04:00
  • 917a15f154 Merge pull request #1591 from sayanchowdhury/patch-1 Cory Benfield 2013-09-11 08:16:29 -07:00
  • 0a52d9405e minor typo: Fix requests spelling Sayan Chowdhury 2013-09-11 20:21:57 +05:30
  • cde6fdd00f Merge pull request #1587 from kracekumar/patch-1 Cory Benfield 2013-09-10 06:43:04 -07:00
  • a829ef9b46 Fixed persistence spelling kracekumar 2013-09-10 17:52:29 +05:30
  • 056da86f6d Use values() when the keys are not being used Radu Voicilas 2013-09-09 15:21:36 +03:00
  • c1eb7027fc Merge pull request #1579 from yang/patch-1 Cory Benfield 2013-09-08 08:05:00 -07:00
  • 2cb523b267 Fix typo in Timeouts doc Yang Zhang 2013-09-07 00:16:09 -07:00
  • 6d0315f78f Clarify timeout behavior in quickstart doc Yang Zhang 2013-09-06 19:27:57 -07:00
  • b891877ee6 Merge pull request #1578 from jparise/jparise-authors Cory Benfield 2013-09-04 23:44:28 -07:00
  • 9d0d11a369 Adding myself to the list of contributors. Jon Parise 2013-09-04 09:00:03 -07:00
  • 6c73d864ef Merge pull request #1575 from jparise/content-encoding Kenneth Reitz 2013-09-03 19:42:43 -07:00
  • b9b5be7c4c Improved content encoding detection. Jon Parise 2013-09-03 16:16:46 -07:00
  • d991fb032a Merge pull request #1566 from sigmavirus24/update_readme Cory Benfield 2013-09-01 11:25:04 -07:00
  • 9f42a50742 Add link to Contributor Friendly tag Ian Cordasco 2013-09-01 13:21:55 -05:00
  • 88011f4032 Bring release note current to 1st Sept. Cory Benfield 2013-09-01 18:46:46 +01:00
  • 1aa7658256 Don't absolute import vendored things. Cory Benfield 2013-09-01 18:10:09 +01:00
  • e77344345a Merge pull request #1556 from ssbarnea/master Cory Benfield 2013-08-27 08:03:33 -07:00
  • a0ffeaa56e Added link to StackOverflow questions related to python-requests. This should be the default support way for the library, as clearly most questions are supposed to be programming related. Sorin Sbarnea 2013-08-27 15:39:07 +01:00
  • efbae1855b Merge pull request #1552 from Lukasa/noproxy Kenneth Reitz 2013-08-23 17:23:57 -07:00
  • f040b2aa5d Allow spaces in the no_proxy environ variable. Cory Benfield 2013-08-23 12:37:03 +01:00