Kenneth Reitz
|
8e6f98f44e
|
Merge branch 'redsea' into develop
|
2012-01-21 07:17:30 -05:00 |
|
Kenneth Reitz
|
9ba93b885c
|
history
|
2012-01-21 07:17:23 -05:00 |
|
Kenneth Reitz
|
5f44d79729
|
move digest to new register_hook
#372
|
2012-01-21 07:14:26 -05:00 |
|
Kenneth Reitz
|
a3b26c7e5b
|
Provide new register_hook system.
#372
|
2012-01-21 07:13:58 -05:00 |
|
Kenneth Reitz
|
e9be7c1a58
|
make list of HOOKS available
|
2012-01-21 07:07:18 -05:00 |
|
Kenneth Reitz
|
6c359b2457
|
Merge branch 'develop' of https://github.com/jgorset/requests into redsea
|
2012-01-21 06:36:06 -05:00 |
|
Johannes Gorset
|
7647e52943
|
Facilitate for multiple hooks
|
2012-01-21 12:14:55 +01:00 |
|
Johannes Gorset
|
a0ae2e6c7b
|
Default the encoding of "text" media subtypes to "ISO-8859-1"
Ref. RFC2616 (HyperText Transfer Protocol), section 3.7.1 (Canonicalization and Text Defaults).
|
2012-01-21 11:01:45 +01:00 |
|
Kenneth Reitz
|
efd2b57b92
|
cleanup docs for request defaults
|
2012-01-21 01:44:57 -05:00 |
|
Kenneth Reitz
|
47aba0cc20
|
remove is_error
|
2012-01-21 01:31:23 -05:00 |
|
Kenneth Reitz
|
f5a2b75924
|
only try to decode if self.encoding is set
|
2012-01-21 01:28:26 -05:00 |
|
Kenneth Reitz
|
49a38ac89a
|
New bytes/unicode separation.
Response.content for bytes.
New Response.text for unicode.
|
2012-01-21 01:24:21 -05:00 |
|
Kenneth Reitz
|
6d071f4331
|
kill decode_unicode config
|
2012-01-21 01:23:35 -05:00 |
|
Kenneth Reitz
|
5bff8e362f
|
Update docs/dev/todo.rst
|
2012-01-19 18:43:43 -05:00 |
|
Kenneth Reitz
|
62733146be
|
Merge pull request #366 from jgorset/how-to-help
Elaborate on how to help
|
2012-01-19 15:42:55 -08:00 |
|
Kenneth Reitz
|
99f6581770
|
Merge pull request #368 from jgorset/unicode-response-url
Decode response URL to a unicode string.
|
2012-01-19 15:42:27 -08:00 |
|
Johannes Gorset
|
b37fbf30a3
|
Decode response URL to a unicode string.
Fixes #182
|
2012-01-20 00:34:44 +01:00 |
|
Johannes Gorset
|
e65d0ac9e3
|
Elaborate on how to help
|
2012-01-20 00:09:30 +01:00 |
|
Kenneth Reitz
|
61a0e85672
|
Merge pull request #364 from gthank/8efb6cc870bd23de0d8d87708217d818236a733f
Allow sessions and async requests to mix.
|
2012-01-19 11:12:23 -08:00 |
|
Kenneth Reitz
|
c18e6459a8
|
v0.9.3
v0.9.3
|
2012-01-18 21:56:33 -05:00 |
|
Kenneth Reitz
|
6db255d17d
|
Merge branch 'develop' of github.com:kennethreitz/requests into develop
|
2012-01-18 21:49:25 -05:00 |
|
Kenneth Reitz
|
49d79546e8
|
v0.9.2
|
2012-01-18 21:25:03 -05:00 |
|
Kenneth Reitz
|
f3ba022f46
|
Merge branch 'streaming' of https://github.com/RonnyPfannschmidt/requests into develop
|
2012-01-18 21:05:56 -05:00 |
|
Kenneth Reitz
|
17f2002839
|
Merge pull request #363 from gazpachoking/develop
Stop always verifying certs for same host that has verified once.
|
2012-01-18 17:19:43 -08:00 |
|
Chase Sterling
|
a6ee9757a7
|
Add myself to AUTHORS
|
2012-01-18 19:51:10 -05:00 |
|
Chase Sterling
|
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.
|
2012-01-18 19:49:22 -05:00 |
|
Kenneth Reitz
|
557480cfe8
|
SOPA
|
2012-01-18 11:14:32 -05:00 |
|
Kenneth Reitz
|
5dae0bb9bf
|
Merge pull request #360 from mastahyeti/develop
Make requests.async.send asynchronous
|
2012-01-17 13:32:04 -08:00 |
|
Ben
|
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.
|
2012-01-17 15:21:09 -06:00 |
|
Ben
|
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.
|
2012-01-17 15:20:52 -06:00 |
|
Ben
|
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.
|
2012-01-17 15:17:38 -06:00 |
|
Ronny Pfannschmidt
|
7f9cef0114
|
close the chunked fd at the end and honor content chunksizes for a potential first chunk
|
2012-01-17 18:14:47 +01:00 |
|
Hank Gay
|
8efb6cc870
|
Allow mixing sessions and async.
|
2012-01-17 11:44:59 -05:00 |
|
Ronny Pfannschmidt
|
1c8a141711
|
remove debug print
|
2012-01-17 17:39:37 +01:00 |
|
Ronny Pfannschmidt
|
4d38790b5b
|
even more evil, fixes my misstakes with chunked reading
|
2012-01-17 17:38:52 +01:00 |
|
Ronny Pfannschmidt
|
5cfbb0aaf5
|
insanity for chunked iteration
|
2012-01-17 13:16:09 +01:00 |
|
Ronny Pfannschmidt
|
29271a4100
|
make Response.iter_lines yield the pending buffer if its actually a complete line
|
2012-01-17 12:47:22 +01:00 |
|
Kenneth Reitz
|
df0dc2b67a
|
+1
|
2012-01-15 16:39:46 -05:00 |
|
Kenneth Reitz
|
ff286f351c
|
Update AUTHORS.rst
|
2012-01-13 17:38:28 -05:00 |
|
Kenneth Reitz
|
430125b396
|
Merge pull request #355 from fkumro/develop
Added prefetch documentation for api
|
2012-01-13 14:38:09 -08:00 |
|
Frank Kumro
|
0536e5b708
|
Added prefetch documentation for api
|
2012-01-12 22:16:31 -05:00 |
|
Kenneth Reitz
|
e6990162e5
|
Tom Moertel
|
2012-01-12 12:53:45 -08:00 |
|
Kenneth Reitz
|
d9b304b906
|
Merge pull request #352 from tmoertel/develop
Fix bug in HTTP-digest auth w/ URI having query string
|
2012-01-12 12:52:02 -08:00 |
|
Tom Moertel
|
79f5d532c6
|
Fix bug in HTTP-digest auth w/ URI having query string
|
2012-01-10 18:18:54 -05:00 |
|
Kenneth Reitz
|
6af6a08b7a
|
Merge pull request #344 from sharat87/patch-1
Do not pass over the `session` argument to `Session.request` method
|
2012-01-10 11:11:01 -08:00 |
|
Kenneth Reitz
|
96d5044722
|
Merge pull request #348 from LucianU/develop
Fixed code in 'Event Hooks' section
|
2012-01-10 11:10:02 -08:00 |
|
Kenneth Reitz
|
4258201900
|
Update AUTHORS.rst
|
2012-01-10 11:09:09 -08:00 |
|
Kenneth Reitz
|
11e5126454
|
Merge pull request #347 from LucianU/patch-1
Printing the entire traceback, instead of just a warning, when an except...
|
2012-01-10 11:08:53 -08:00 |
|
Kenneth Reitz
|
9e953f3320
|
Merge pull request #350 from piotr-dobrogost/develop
fixes issue #349
|
2012-01-10 11:07:45 -08:00 |
|
Piotr Dobrogost
|
bbbeedb0a2
|
fixes issue #349
|
2012-01-10 16:47:21 +01:00 |
|