Commit Graph

  • 68619b8088 Merge branch 'develop' of https://github.com/kennethreitz/requests into urllib3-attribution Andrey Petrov 2012-01-07 15:19:02 -08:00
  • 534cdd7587 Rewriting history for correctness. Andrey Petrov 2012-01-07 15:17:14 -08:00
  • e185aec920 Adding a humble mention of urllib3 to the Requests intros. Andrey Petrov 2012-01-07 15:17:06 -08:00
  • 14e8eea0ee Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-01-07 17:18:53 -05:00
  • 2b849545ea urllib3 update Kenneth Reitz 2012-01-07 17:18:49 -05:00
  • 15396fb2f9 Update docs/user/advanced.rst Kenneth Reitz 2012-01-07 13:44:09 -05:00
  • 1acef81ed3 Merge pull request #342 from bjedwards/patch-1 Kenneth Reitz 2012-01-06 12:53:56 -08:00
  • a25141f9f4 Fix syntax error in last commit. Ben Edwards 2012-01-06 13:52:49 -07:00
  • d339ffe9d9 @ojii Kenneth Reitz 2012-01-06 11:36:04 -05:00
  • c5ba5888b5 Merge pull request #341 from ojii/patch-1 Kenneth Reitz 2012-01-06 08:20:49 -08:00
  • 3415e6de0b Give a more useful error message when the URL supplied does not contain a schema. Jonas Obrist 2012-01-06 16:20:33 +01:00
  • 638532dd9a v0.9.1 v0.9.1 Kenneth Reitz 2012-01-06 01:10:53 -05:00
  • c6fc7d99b5 Merge branch 'develop' of https://github.com/gazpachoking/requests into develop Kenneth Reitz 2012-01-06 01:08:06 -05:00
  • 281e0598bc Merge pull request #333 from bryanhelmig/develop Kenneth Reitz 2012-01-05 22:04:11 -08:00
  • aa39fb0c80 mention of error modes in quickstart Bryan Helmig 2012-01-05 14:11:19 -06:00
  • 459a91c54f highway to the danger_mode Bryan Helmig 2012-01-05 12:50:44 -06:00
  • 115b51e68c add eager mode for raising errors immediately Bryan Helmig 2012-01-04 22:08:01 -06:00
  • 4441697e49 Update README.rst Kenneth Reitz 2012-01-03 10:21:13 -05:00
  • 5174ab4325 Make sure newlines at chunk borders do not get dropped using iter_lines. Chase Sterling 2012-01-03 00:38:59 -05:00
  • 95911f059a Refactor r.iter_lines to retrieve more than one byte at a time. Fixes universal line ending handling, but takes away ability to specyfy custom line endings. Chase Sterling 2012-01-02 16:19:35 -05:00
  • e3288d5e33 Update docs/user/install.rst Kenneth Reitz 2012-01-02 02:50:09 -05:00
  • 49140d6880 2012 Kenneth Reitz 2012-01-01 00:44:20 -05:00
  • 9c6ffc5303 Refactor stream_decode_gzip and _deflate into one function, stream_decompress. stream_decompress will now iterate over the raw data if there is a problem with decompression Remove gzip decoding from Response.content, as urllib3 was doing it anyway. Chase Sterling 2011-12-30 22:18:08 -05:00
  • f80984f377 Implement automatic deflating when using response.iter_content. refs #327 Refactor response.iter_lines to use responset.iter_content. Chase Sterling 2011-12-30 18:55:56 -05:00
  • 9c0a0fbd01 ch ch changes v0.9.0 Kenneth Reitz 2011-12-28 04:49:51 -05:00
  • 57dbab2932 v0.9.0 history Kenneth Reitz 2011-12-28 04:48:57 -05:00
  • 7fdb541e2d make it true Kenneth Reitz 2011-12-28 04:48:27 -05:00
  • 082f4d8948 packaging v0.8.9 Kenneth Reitz 2011-12-28 04:38:38 -05:00
  • 8aa015ffc9 v0.8.9 Kenneth Reitz 2011-12-28 04:26:23 -05:00
  • cfb1a478ac ssl hostname Kenneth Reitz 2011-12-28 04:25:43 -05:00
  • 28db6c3f53 engrish Kenneth Reitz 2011-12-28 03:58:08 -05:00
  • 5f768b191d certifi v0.0.4 v0.8.8 Kenneth Reitz 2011-12-28 03:51:41 -05:00
  • d9a9a981bc certifi v0.0.2 Kenneth Reitz 2011-12-28 03:30:33 -05:00
  • 9fcfec18da ssl docs Kenneth Reitz 2011-12-28 03:18:40 -05:00
  • a83268b01b v0.8.8 release Kenneth Reitz 2011-12-28 03:01:36 -05:00
  • a1afbfbaa3 external tests Kenneth Reitz 2011-12-28 03:01:00 -05:00
  • 4114b04521 v0.8.8! Kenneth Reitz 2011-12-28 03:00:53 -05:00
  • f7e67c01ea only use session verify when not modified Kenneth Reitz 2011-12-28 02:57:36 -05:00
  • 544a5fea59 more info Kenneth Reitz 2011-12-28 02:51:49 -05:00
  • 0a8bb2e1b3 verification support in sessions Kenneth Reitz 2011-12-28 02:51:42 -05:00
  • 5184f0c5a9 SSL support! Kenneth Reitz 2011-12-28 02:43:13 -05:00
  • 9a1a4136ac new SSLError Kenneth Reitz 2011-12-28 02:43:03 -05:00
  • ca26c1a253 api cleanup Kenneth Reitz 2011-12-28 02:42:57 -05:00
  • a91ac242f3 simplify api.request Kenneth Reitz 2011-12-28 01:51:26 -05:00
  • 31d495fb02 certifi Kenneth Reitz 2011-12-28 01:28:49 -05:00
  • bdda99c0c1 urllib3 update Kenneth Reitz 2011-12-27 23:14:54 -05:00
  • 9ed93044e0 Merge branch 'develop' Kenneth Reitz 2011-12-24 03:16:54 -05:00
  • 0bfc029b5e v0.8.7 v0.8.7 Kenneth Reitz 2011-12-24 03:16:40 -05:00
  • 4eb2759400 force safe mode for async Kenneth Reitz 2011-12-24 03:06:13 -05:00
  • 0001f5b651 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2011-12-23 17:24:34 -05:00
  • e1615e0f1e Make safe_mode handle exceptions more consistently Ori Livneh 2011-12-23 16:14:46 -05:00
  • 3483bae24f Update docs/index.rst Kenneth Reitz 2011-12-22 23:09:27 -05:00
  • 716d29c49c fix iteration on null responses in safe_mode Ori Livneh 2011-12-22 21:10:43 -05:00
  • a7223f86a9 Undo stupid change to while loop Ori Livneh 2011-12-22 17:51:22 -05:00
  • 2c0ff95d4d Revert "Revert "Make safe_mode play nice with timeout (fixes #312)"" Ori Livneh 2011-12-22 17:50:43 -05:00
  • 91766548d1 Revert "Make safe_mode play nice with timeout (fixes #312)" Ori Livneh 2011-12-22 17:36:09 -05:00
  • 12f3c65e5a Make safe_mode play nice with timeout (fixes #312) Ori Livneh 2011-12-22 16:52:29 -05:00
  • f5e421e880 1 instead of True Kenneth Reitz 2011-12-22 11:55:55 -05:00
  • 9d88ac7b50 Merge branch 'develop' of https://github.com/atdt/requests into develop Kenneth Reitz 2011-12-22 11:55:13 -05:00
  • 75dc012f41 AUTHORS += 'Ori Livneh' Kenneth Reitz 2011-12-22 11:54:07 -05:00
  • f214b91d77 fix bug that causes iter_lines to truncate content Ori Livneh 2011-12-20 02:01:37 -05:00
  • f80fbad4ff Update AUTHORS.rst Kenneth Reitz 2011-12-19 12:25:59 -05:00
  • 2e38f54b39 Merge pull request #311 from jemerick/patch-1 Kenneth Reitz 2011-12-19 08:51:15 -08:00
  • 2c153c1556 Add Twitter Streaming API example to Advanced Usage docs Jason Emerick 2011-12-19 11:45:32 -05:00
  • 70fbd27d5c Merge commit 'v0.8.6' Kenneth Reitz 2011-12-18 19:19:14 -05:00
  • c910b958f0 quotes v0.8.6 Kenneth Reitz 2011-12-18 19:18:16 -05:00
  • 6ce4ece8aa v0.8.6 Kenneth Reitz 2011-12-18 19:18:09 -05:00
  • 5be6c21b14 added @chrisguitarguy to authors. Kenneth Reitz 2011-12-18 19:17:51 -05:00
  • 8207ed074e keep auth DRY Kenneth Reitz 2011-12-18 19:14:50 -05:00
  • f8cf713f41 Merge branch 'proxy_auth' of https://github.com/chrisguitarguy/requests into develop Kenneth Reitz 2011-12-18 19:11:39 -05:00
  • 8f58c095c5 urllib3 update Kenneth Reitz 2011-12-18 14:10:38 -05:00
  • 5937282618 pyc importer Kenneth Reitz 2011-12-18 14:07:21 -05:00
  • a3b8ef15db urllib3 import Kenneth Reitz 2011-12-18 14:07:12 -05:00
  • 4e2ecd6987 Fixed some tab/spaces mixed issues Christopher Davis 2011-12-17 13:48:40 -06:00
  • 814e0520ad Add Proxy Authorization support Christopher Davis 2011-12-17 13:40:04 -06:00
  • 19a2a6c6d1 Merge branch 'develop' Kenneth Reitz 2011-12-14 10:43:41 -05:00
  • 0e711f2f9d v0.8.5 v0.8.5 Kenneth Reitz 2011-12-14 10:43:08 -05:00
  • 5e60279a19 whitespace Kenneth Reitz 2011-12-14 10:37:46 -05:00
  • 6fb2674446 iter_lines! Kenneth Reitz 2011-12-14 10:37:40 -05:00
  • 5a3aae73ba test iter_lines Kenneth Reitz 2011-12-14 10:34:31 -05:00
  • 47510486ec httpbin reports multiple values now Kenneth Reitz 2011-12-14 10:33:47 -05:00
  • c3bba1543b new reqs location Kenneth Reitz 2011-12-14 10:33:29 -05:00
  • cef1811415 httpbin v0.0.6 Kenneth Reitz 2011-12-14 10:33:22 -05:00
  • 21acc6b732 newline Kenneth Reitz 2011-12-13 18:23:04 -05:00
  • ba71e2a3cb shuffle reqs Kenneth Reitz 2011-12-13 14:37:25 -05:00
  • baf3dcb6c7 less Kenneth Reitz 2011-12-12 18:30:45 -05:00
  • 8b92b6513c trying less toc Kenneth Reitz 2011-12-12 18:29:41 -05:00
  • 03ddf26596 more assertive Kenneth Reitz 2011-12-11 11:57:50 -05:00
  • 8c1fd5db95 Merge branch 'develop' Kenneth Reitz 2011-12-11 11:41:42 -05:00
  • 10eed6344c v0.8.4 v0.8.4 Kenneth Reitz 2011-12-11 11:39:57 -05:00
  • 06eee390dd updated notice Kenneth Reitz 2011-12-11 11:39:11 -05:00
  • fad9abfd77 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2011-12-11 11:26:16 -05:00
  • a5f79712bb Fix for #303 Kenneth Reitz 2011-12-11 11:26:13 -05:00
  • c71ac7917a Test for #303 Kenneth Reitz 2011-12-11 11:22:33 -05:00
  • 4e59f9ec93 Merge pull request #305 from oasisbob/develop Kenneth Reitz 2011-12-11 08:04:26 -08:00
  • a6412b02ba Fix spelling errors, typos. Nick Hatch 2011-12-11 01:55:04 -06:00
  • 961f78ab5f Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2011-12-09 13:23:26 -08:00
  • 463ca76cc4 colors! Kenneth Reitz 2011-12-09 13:23:16 -08:00
  • f58ab8bc03 Update AUTHORS.rst Kenneth Reitz 2011-12-09 08:43:02 -08:00
  • 3a06c35da3 Merge pull request #301 from cwvh/patch-1 Kenneth Reitz 2011-12-09 08:42:18 -08:00