Commit Graph

  • 4493acc5ee fix 26 Kenneth Reitz 2012-01-23 02:01:53 -05:00
  • c4eb9301bb assert isinstance Kenneth Reitz 2012-01-23 01:59:13 -05:00
  • 57ba337e79 assert isinstance Kenneth Reitz 2012-01-23 01:58:32 -05:00
  • 3d542693bc no more unittest2 Kenneth Reitz 2012-01-23 01:56:58 -05:00
  • 5f2607ffca yikes Kenneth Reitz 2012-01-23 01:54:00 -05:00
  • ab916a8a8d hmm Kenneth Reitz 2012-01-23 01:52:33 -05:00
  • 1fb4bd82f7 cchch changes Kenneth Reitz 2012-01-23 01:48:40 -05:00
  • d892e93589 requirements.txt Kenneth Reitz 2012-01-23 01:47:39 -05:00
  • 38c2532c5f new certifi Kenneth Reitz 2012-01-23 01:46:41 -05:00
  • 18b5ee7d5b fixes Kenneth Reitz 2012-01-23 01:44:07 -05:00
  • 9fd2d07c1d reqs fixes Kenneth Reitz 2012-01-23 01:44:01 -05:00
  • e7bcc3b332 oh snap Kenneth Reitz 2012-01-23 01:32:09 -05:00
  • b001fcf968 SimpleCookie Kenneth Reitz 2012-01-23 01:02:16 -05:00
  • 125619c783 urllib3 update Kenneth Reitz 2012-01-23 01:01:42 -05:00
  • fe6882623c more stuff and things Kenneth Reitz 2012-01-23 00:52:38 -05:00
  • 11c4315da3 good Kenneth Reitz 2012-01-23 00:43:01 -05:00
  • 672e66ba5f compat Kenneth Reitz 2012-01-23 00:34:31 -05:00
  • bcfddb3d65 cleanups and stuffs Kenneth Reitz 2012-01-23 00:29:50 -05:00
  • 9cae98c167 blah Kenneth Reitz 2012-01-23 00:25:48 -05:00
  • b0e2e4f284 blah Kenneth Reitz 2012-01-23 00:15:25 -05:00
  • 36842db26f stuff and things Kenneth Reitz 2012-01-22 20:12:49 -05:00
  • e84a7c7e6f whatever Kenneth Reitz 2012-01-22 20:12:43 -05:00
  • 2109afc144 further Kenneth Reitz 2012-01-22 19:42:13 -05:00
  • 786dfdd7e5 python3 version of urllib3 Kenneth Reitz 2012-01-22 15:06:53 -05:00
  • 62d05f842d dates Kenneth Reitz 2012-01-21 23:19:49 -05:00
  • fc3b03a5f5 @gulopine Kenneth Reitz 2012-01-21 23:18:06 -05:00
  • f4f2bd9fab Response.url. Kenneth Reitz 2012-01-21 23:10:37 -05:00
  • b0555b68e7 history! v0.10.0 Kenneth Reitz 2012-01-21 23:06:34 -05:00
  • 497695864b Beautiful history. Kenneth Reitz 2012-01-21 23:03:07 -05:00
  • 128b49a1fb whitespace Kenneth Reitz 2012-01-21 23:00:28 -05:00
  • 0dbda6665d cleanup Kenneth Reitz 2012-01-21 22:59:57 -05:00
  • 464279f48d typo Kenneth Reitz 2012-01-21 22:58:38 -05:00
  • b14a244ab4 simpler Kenneth Reitz 2012-01-21 22:57:24 -05:00
  • 2c7e920298 don't double decode Kenneth Reitz 2012-01-21 22:56:53 -05:00
  • b725bfd3fb Use chardet for detection when no encoding is provided. Kenneth Reitz 2012-01-21 22:55:41 -05:00
  • 47e96b8040 chardet Kenneth Reitz 2012-01-21 22:35:19 -05:00
  • 9a1348707c chardet Kenneth Reitz 2012-01-21 22:35:11 -05:00
  • ada98899f8 build number Kenneth Reitz 2012-01-21 20:00:12 -05:00
  • 16a7a26452 v0.10.0 Kenneth Reitz 2012-01-21 19:58:51 -05:00
  • 2c04f9d199 Merge remote-tracking branch 'origin/develop' into develop Kenneth Reitz 2012-01-21 17:48:55 -05:00
  • 70e98e47cf No encoding? r.text is None. Kenneth Reitz 2012-01-21 17:48:51 -05:00
  • b525dc29f7 Merge pull request #370 from piotr-dobrogost/develop Kenneth Reitz 2012-01-21 05:13:15 -08:00
  • a3fb5ac326 history Kenneth Reitz 2012-01-21 07:47:46 -05:00
  • 8e6f98f44e Merge branch 'redsea' into develop Kenneth Reitz 2012-01-21 07:17:30 -05:00
  • 9ba93b885c history Kenneth Reitz 2012-01-21 07:17:23 -05:00
  • 5f44d79729 move digest to new register_hook Kenneth Reitz 2012-01-21 07:14:26 -05:00
  • a3b26c7e5b Provide new register_hook system. Kenneth Reitz 2012-01-21 07:13:58 -05:00
  • e9be7c1a58 make list of HOOKS available Kenneth Reitz 2012-01-21 07:07:18 -05:00
  • 6c359b2457 Merge branch 'develop' of https://github.com/jgorset/requests into redsea Kenneth Reitz 2012-01-21 06:36:06 -05:00
  • 7647e52943 Facilitate for multiple hooks Johannes Gorset 2012-01-21 12:05:59 +01:00
  • a0ae2e6c7b Default the encoding of "text" media subtypes to "ISO-8859-1" Johannes Gorset 2012-01-21 11:01:45 +01:00
  • efd2b57b92 cleanup docs for request defaults Kenneth Reitz 2012-01-21 01:44:53 -05:00
  • 47aba0cc20 remove is_error Kenneth Reitz 2012-01-21 01:31:23 -05:00
  • f5a2b75924 only try to decode if self.encoding is set Kenneth Reitz 2012-01-21 01:28:26 -05:00
  • 49a38ac89a New bytes/unicode separation. Kenneth Reitz 2012-01-21 01:24:21 -05:00
  • 6d071f4331 kill decode_unicode config Kenneth Reitz 2012-01-21 01:23:35 -05:00
  • 3873121c01 tiny map() refactoring Piotr Dobrogost 2012-01-20 21:42:25 +01:00
  • 5bff8e362f Update docs/dev/todo.rst Kenneth Reitz 2012-01-19 18:43:43 -05:00
  • 62733146be Merge pull request #366 from jgorset/how-to-help Kenneth Reitz 2012-01-19 15:42:55 -08:00
  • 99f6581770 Merge pull request #368 from jgorset/unicode-response-url Kenneth Reitz 2012-01-19 15:42:27 -08:00
  • b37fbf30a3 Decode response URL to a unicode string. Johannes Gorset 2012-01-20 00:34:06 +01:00
  • e65d0ac9e3 Elaborate on how to help Johannes Gorset 2012-01-20 00:09:30 +01:00
  • 61a0e85672 Merge pull request #364 from gthank/8efb6cc870bd23de0d8d87708217d818236a733f Kenneth Reitz 2012-01-19 11:12:23 -08:00
  • c18e6459a8 v0.9.3 v0.9.3 Kenneth Reitz 2012-01-18 21:56:33 -05:00
  • 6db255d17d Merge branch 'develop' of github.com:kennethreitz/requests into develop Kenneth Reitz 2012-01-18 21:49:25 -05:00
  • 8754bdded9 authors update v0.9.2 Kenneth Reitz 2012-01-18 21:39:43 -05:00
  • 49d79546e8 v0.9.2 Kenneth Reitz 2012-01-18 21:25:03 -05:00
  • f3ba022f46 Merge branch 'streaming' of https://github.com/RonnyPfannschmidt/requests into develop Kenneth Reitz 2012-01-18 21:05:56 -05:00
  • 17f2002839 Merge pull request #363 from gazpachoking/develop Kenneth Reitz 2012-01-18 17:19:43 -08:00
  • a6ee9757a7 Add myself to AUTHORS Chase Sterling 2012-01-18 19:51:10 -05:00
  • d9cb18ad2a Make sure verify=False is respected for session even when there has already been a verified request to the same host. Update tests to expose the (fixed) problem. Chase Sterling 2012-01-18 19:43:24 -05:00
  • 557480cfe8 SOPA Kenneth Reitz 2012-01-18 11:14:32 -05:00
  • 5dae0bb9bf Merge pull request #360 from mastahyeti/develop Kenneth Reitz 2012-01-17 13:32:04 -08:00
  • e38046e6c6 The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed. Ben 2012-01-17 15:21:09 -06:00
  • 97be9ee4cd The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed. Ben 2012-01-17 15:20:52 -06:00
  • c658b363e3 The async.send method wasn't really doing anything useful. It was just calling the r.send() method of the Request object 'r'. It took an optional kwarg pools, and assigned it to r._pools which isn't used by anything. This situation was eaither broken or not fully implemented yet. I modified async.map to call r.send rather than send(r) and then modified async.send to actually make use of the pool that it is passed. Ben 2012-01-17 15:17:38 -06:00
  • 7f9cef0114 close the chunked fd at the end and honor content chunksizes for a potential first chunk Ronny Pfannschmidt 2012-01-17 18:14:47 +01:00
  • 8efb6cc870 Allow mixing sessions and async. Hank Gay 2012-01-17 11:24:50 -05:00
  • 1c8a141711 remove debug print Ronny Pfannschmidt 2012-01-17 17:39:37 +01:00
  • 4d38790b5b even more evil, fixes my misstakes with chunked reading Ronny Pfannschmidt 2012-01-17 17:38:52 +01:00
  • 5cfbb0aaf5 insanity for chunked iteration Ronny Pfannschmidt 2012-01-17 13:16:09 +01:00
  • 29271a4100 make Response.iter_lines yield the pending buffer if its actually a complete line Ronny Pfannschmidt 2012-01-17 12:47:22 +01:00
  • df0dc2b67a +1 Kenneth Reitz 2012-01-15 16:39:46 -05:00
  • ff286f351c Update AUTHORS.rst Kenneth Reitz 2012-01-13 17:38:28 -05:00
  • 430125b396 Merge pull request #355 from fkumro/develop Kenneth Reitz 2012-01-13 14:38:09 -08:00
  • 0536e5b708 Added prefetch documentation for api Frank Kumro 2012-01-12 22:16:31 -05:00
  • e6990162e5 Tom Moertel Kenneth Reitz 2012-01-12 12:53:45 -08:00
  • d9b304b906 Merge pull request #352 from tmoertel/develop Kenneth Reitz 2012-01-12 12:52:02 -08:00
  • 79f5d532c6 Fix bug in HTTP-digest auth w/ URI having query string Tom Moertel 2012-01-10 18:09:49 -05:00
  • 6af6a08b7a Merge pull request #344 from sharat87/patch-1 Kenneth Reitz 2012-01-10 11:11:01 -08:00
  • 96d5044722 Merge pull request #348 from LucianU/develop Kenneth Reitz 2012-01-10 11:10:02 -08:00
  • 4258201900 Update AUTHORS.rst Kenneth Reitz 2012-01-10 11:09:09 -08:00
  • 11e5126454 Merge pull request #347 from LucianU/patch-1 Kenneth Reitz 2012-01-10 11:08:53 -08:00
  • 9e953f3320 Merge pull request #350 from piotr-dobrogost/develop Kenneth Reitz 2012-01-10 11:07:45 -08:00
  • bbbeedb0a2 fixes issue #349 Piotr Dobrogost 2012-01-10 16:47:21 +01:00
  • de17f4e5a4 Fixed code in 'Event Hooks' section Lucian Ursu 2012-01-10 12:17:57 +02:00
  • 86eba21b8a Printing the entire traceback, instead of just a warning, when an exception is encountered Lucian Ursu 2012-01-10 12:10:58 +02:00
  • 53d679edba The request method of Session class does not take a session argument. But api.request does. So, it has to be popped before you can send the whole kwargs dict to Session.request method. Shrikant Sharat Kandula 2012-01-09 11:16:54 +05:30
  • 89c90add2c Update docs/index.rst Kenneth Reitz 2012-01-07 18:32:56 -05:00
  • a869be1e5a Merge pull request #343 from shazow/urllib3-attribution Kenneth Reitz 2012-01-07 15:28:17 -08:00