Kenneth Reitz [Mon, 23 Jan 2012 06:46:41 +0000 (01:46 -0500)]
new certifi
Kenneth Reitz [Mon, 23 Jan 2012 06:44:07 +0000 (01:44 -0500)]
fixes
Kenneth Reitz [Mon, 23 Jan 2012 06:44:01 +0000 (01:44 -0500)]
reqs fixes
Kenneth Reitz [Mon, 23 Jan 2012 06:32:09 +0000 (01:32 -0500)]
oh snap
Kenneth Reitz [Mon, 23 Jan 2012 06:02:16 +0000 (01:02 -0500)]
SimpleCookie
Kenneth Reitz [Mon, 23 Jan 2012 06:01:42 +0000 (01:01 -0500)]
urllib3 update
Kenneth Reitz [Mon, 23 Jan 2012 05:52:38 +0000 (00:52 -0500)]
more stuff and things
Kenneth Reitz [Mon, 23 Jan 2012 05:43:01 +0000 (00:43 -0500)]
good
Kenneth Reitz [Mon, 23 Jan 2012 05:34:31 +0000 (00:34 -0500)]
compat
Kenneth Reitz [Mon, 23 Jan 2012 05:29:50 +0000 (00:29 -0500)]
cleanups and stuffs
Kenneth Reitz [Mon, 23 Jan 2012 05:25:48 +0000 (00:25 -0500)]
blah
Kenneth Reitz [Mon, 23 Jan 2012 05:15:25 +0000 (00:15 -0500)]
blah
Kenneth Reitz [Mon, 23 Jan 2012 01:12:49 +0000 (20:12 -0500)]
stuff and things
Kenneth Reitz [Mon, 23 Jan 2012 01:12:43 +0000 (20:12 -0500)]
whatever
Kenneth Reitz [Mon, 23 Jan 2012 00:42:13 +0000 (19:42 -0500)]
further
Kenneth Reitz [Sun, 22 Jan 2012 20:06:53 +0000 (15:06 -0500)]
python3 version of urllib3
Kenneth Reitz [Sun, 22 Jan 2012 04:19:49 +0000 (23:19 -0500)]
dates
Kenneth Reitz [Sun, 22 Jan 2012 04:18:06 +0000 (23:18 -0500)]
@gulopine
Kenneth Reitz [Sun, 22 Jan 2012 04:10:37 +0000 (23:10 -0500)]
Response.url.
Kenneth Reitz [Sun, 22 Jan 2012 04:06:34 +0000 (23:06 -0500)]
history!
Kenneth Reitz [Sun, 22 Jan 2012 04:03:07 +0000 (23:03 -0500)]
Beautiful history.
Kenneth Reitz [Sun, 22 Jan 2012 04:00:28 +0000 (23:00 -0500)]
whitespace
Kenneth Reitz [Sun, 22 Jan 2012 03:59:57 +0000 (22:59 -0500)]
cleanup
Kenneth Reitz [Sun, 22 Jan 2012 03:58:38 +0000 (22:58 -0500)]
typo
Signed-off-by: Kenneth Reitz <me@kennethreitz.com>
Kenneth Reitz [Sun, 22 Jan 2012 03:57:24 +0000 (22:57 -0500)]
simpler
Kenneth Reitz [Sun, 22 Jan 2012 03:56:53 +0000 (22:56 -0500)]
don't double decode
Kenneth Reitz [Sun, 22 Jan 2012 03:55:41 +0000 (22:55 -0500)]
Use chardet for detection when no encoding is provided.
Kenneth Reitz [Sun, 22 Jan 2012 03:35:19 +0000 (22:35 -0500)]
chardet
Kenneth Reitz [Sun, 22 Jan 2012 03:35:11 +0000 (22:35 -0500)]
chardet
Kenneth Reitz [Sun, 22 Jan 2012 01:00:12 +0000 (20:00 -0500)]
build number
Kenneth Reitz [Sun, 22 Jan 2012 00:58:51 +0000 (19:58 -0500)]
v0.10.0
Kenneth Reitz [Sat, 21 Jan 2012 22:48:55 +0000 (17:48 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 21 Jan 2012 22:48:51 +0000 (17:48 -0500)]
No encoding? r.text is None.
Kenneth Reitz [Sat, 21 Jan 2012 13:13:15 +0000 (05:13 -0800)]
Merge pull request #370 from piotr-dobrogost/develop
tiny map() refactoring
Kenneth Reitz [Sat, 21 Jan 2012 12:47:46 +0000 (07:47 -0500)]
history
Kenneth Reitz [Sat, 21 Jan 2012 12:17:30 +0000 (07:17 -0500)]
Merge branch 'redsea' into develop
Kenneth Reitz [Sat, 21 Jan 2012 12:17:23 +0000 (07:17 -0500)]
history
Kenneth Reitz [Sat, 21 Jan 2012 12:14:26 +0000 (07:14 -0500)]
move digest to new register_hook
#372
Kenneth Reitz [Sat, 21 Jan 2012 12:13:58 +0000 (07:13 -0500)]
Provide new register_hook system.
#372
Kenneth Reitz [Sat, 21 Jan 2012 12:07:18 +0000 (07:07 -0500)]
make list of HOOKS available
Kenneth Reitz [Sat, 21 Jan 2012 11:36:06 +0000 (06:36 -0500)]
Merge branch 'develop' of https://github.com/jgorset/requests into redsea
Johannes Gorset [Sat, 21 Jan 2012 11:05:59 +0000 (12:05 +0100)]
Facilitate for multiple hooks
Johannes Gorset [Sat, 21 Jan 2012 10:01:45 +0000 (11:01 +0100)]
Default the encoding of "text" media subtypes to "ISO-8859-1"
Ref. RFC2616 (HyperText Transfer Protocol), section 3.7.1 (Canonicalization and Text Defaults).
Kenneth Reitz [Sat, 21 Jan 2012 06:44:53 +0000 (01:44 -0500)]
cleanup docs for request defaults
Kenneth Reitz [Sat, 21 Jan 2012 06:31:23 +0000 (01:31 -0500)]
remove is_error
Kenneth Reitz [Sat, 21 Jan 2012 06:28:26 +0000 (01:28 -0500)]
only try to decode if self.encoding is set
Kenneth Reitz [Sat, 21 Jan 2012 06:24:21 +0000 (01:24 -0500)]
New bytes/unicode separation.
Response.content for bytes.
New Response.text for unicode.
Kenneth Reitz [Sat, 21 Jan 2012 06:23:35 +0000 (01:23 -0500)]
kill decode_unicode config
Piotr Dobrogost [Fri, 20 Jan 2012 20:42:25 +0000 (21:42 +0100)]
tiny map() refactoring
Kenneth Reitz [Thu, 19 Jan 2012 23:43:43 +0000 (18:43 -0500)]
Update docs/dev/todo.rst
Kenneth Reitz [Thu, 19 Jan 2012 23:42:55 +0000 (15:42 -0800)]
Merge pull request #366 from jgorset/how-to-help
Elaborate on how to help
Kenneth Reitz [Thu, 19 Jan 2012 23:42:27 +0000 (15:42 -0800)]
Merge pull request #368 from jgorset/unicode-response-url
Decode response URL to a unicode string.
Johannes Gorset [Thu, 19 Jan 2012 23:34:06 +0000 (00:34 +0100)]
Decode response URL to a unicode string.
Fixes #182
Johannes Gorset [Thu, 19 Jan 2012 23:09:30 +0000 (00:09 +0100)]
Elaborate on how to help
Kenneth Reitz [Thu, 19 Jan 2012 19:12:23 +0000 (11:12 -0800)]
Merge pull request #364 from gthank/
8efb6cc870bd23de0d8d87708217d818236a733f
Allow sessions and async requests to mix.
Kenneth Reitz [Thu, 19 Jan 2012 02:56:33 +0000 (21:56 -0500)]
v0.9.3
Kenneth Reitz [Thu, 19 Jan 2012 02:49:25 +0000 (21:49 -0500)]
Merge branch 'develop' of github.com:kennethreitz/requests into develop
Kenneth Reitz [Thu, 19 Jan 2012 02:25:03 +0000 (21:25 -0500)]
v0.9.2
Kenneth Reitz [Thu, 19 Jan 2012 02:05:56 +0000 (21:05 -0500)]
Merge branch 'streaming' of https://github.com/RonnyPfannschmidt/requests into develop
Kenneth Reitz [Thu, 19 Jan 2012 01:19:43 +0000 (17:19 -0800)]
Merge pull request #363 from gazpachoking/develop
Stop always verifying certs for same host that has verified once.
Chase Sterling [Thu, 19 Jan 2012 00:51:10 +0000 (19:51 -0500)]
Add myself to AUTHORS
Chase Sterling [Thu, 19 Jan 2012 00:43:24 +0000 (19:43 -0500)]
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.
Kenneth Reitz [Wed, 18 Jan 2012 16:14:32 +0000 (11:14 -0500)]
SOPA
Kenneth Reitz [Tue, 17 Jan 2012 21:32:04 +0000 (13:32 -0800)]
Merge pull request #360 from mastahyeti/develop
Make requests.async.send asynchronous
Ben [Tue, 17 Jan 2012 21:21:09 +0000 (15:21 -0600)]
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 [Tue, 17 Jan 2012 21:20:52 +0000 (15:20 -0600)]
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 [Tue, 17 Jan 2012 21:17:38 +0000 (15:17 -0600)]
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.
Ronny Pfannschmidt [Tue, 17 Jan 2012 17:14:47 +0000 (18:14 +0100)]
close the chunked fd at the end and honor content chunksizes for a potential first chunk
Hank Gay [Tue, 17 Jan 2012 16:24:50 +0000 (11:24 -0500)]
Allow mixing sessions and async.
Ronny Pfannschmidt [Tue, 17 Jan 2012 16:39:37 +0000 (17:39 +0100)]
remove debug print
Ronny Pfannschmidt [Tue, 17 Jan 2012 16:38:52 +0000 (17:38 +0100)]
even more evil, fixes my misstakes with chunked reading
Ronny Pfannschmidt [Tue, 17 Jan 2012 12:16:09 +0000 (13:16 +0100)]
insanity for chunked iteration
Ronny Pfannschmidt [Tue, 17 Jan 2012 11:47:22 +0000 (12:47 +0100)]
make Response.iter_lines yield the pending buffer if its actually a complete line
Kenneth Reitz [Sun, 15 Jan 2012 21:39:46 +0000 (16:39 -0500)]
+1
Kenneth Reitz [Fri, 13 Jan 2012 22:38:28 +0000 (17:38 -0500)]
Update AUTHORS.rst
Kenneth Reitz [Fri, 13 Jan 2012 22:38:09 +0000 (14:38 -0800)]
Merge pull request #355 from fkumro/develop
Added prefetch documentation for api
Frank Kumro [Fri, 13 Jan 2012 03:16:31 +0000 (22:16 -0500)]
Added prefetch documentation for api
Kenneth Reitz [Thu, 12 Jan 2012 20:53:45 +0000 (12:53 -0800)]
Tom Moertel
Kenneth Reitz [Thu, 12 Jan 2012 20:52:02 +0000 (12:52 -0800)]
Merge pull request #352 from tmoertel/develop
Fix bug in HTTP-digest auth w/ URI having query string
Tom Moertel [Tue, 10 Jan 2012 23:09:49 +0000 (18:09 -0500)]
Fix bug in HTTP-digest auth w/ URI having query string
Kenneth Reitz [Tue, 10 Jan 2012 19:11:01 +0000 (11:11 -0800)]
Merge pull request #344 from sharat87/patch-1
Do not pass over the `session` argument to `Session.request` method
Kenneth Reitz [Tue, 10 Jan 2012 19:10:02 +0000 (11:10 -0800)]
Merge pull request #348 from LucianU/develop
Fixed code in 'Event Hooks' section
Kenneth Reitz [Tue, 10 Jan 2012 19:09:09 +0000 (11:09 -0800)]
Update AUTHORS.rst
Kenneth Reitz [Tue, 10 Jan 2012 19:08:53 +0000 (11:08 -0800)]
Merge pull request #347 from LucianU/patch-1
Printing the entire traceback, instead of just a warning, when an except...
Kenneth Reitz [Tue, 10 Jan 2012 19:07:45 +0000 (11:07 -0800)]
Merge pull request #350 from piotr-dobrogost/develop
fixes issue #349
Piotr Dobrogost [Tue, 10 Jan 2012 15:47:21 +0000 (16:47 +0100)]
fixes issue #349
Lucian Ursu [Tue, 10 Jan 2012 10:17:57 +0000 (12:17 +0200)]
Fixed code in 'Event Hooks' section
Lucian Ursu [Tue, 10 Jan 2012 10:10:58 +0000 (12:10 +0200)]
Printing the entire traceback, instead of just a warning, when an exception is encountered
Shrikant Sharat Kandula [Mon, 9 Jan 2012 05:46:54 +0000 (11:16 +0530)]
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.
Kenneth Reitz [Sat, 7 Jan 2012 23:32:56 +0000 (18:32 -0500)]
Update docs/index.rst
Kenneth Reitz [Sat, 7 Jan 2012 23:28:17 +0000 (15:28 -0800)]
Merge pull request #343 from shazow/urllib3-attribution
urllib3 attribution in docs
Andrey Petrov [Sat, 7 Jan 2012 23:19:02 +0000 (15:19 -0800)]
Merge branch 'develop' of https://github.com/kennethreitz/requests into urllib3-attribution
Andrey Petrov [Sat, 7 Jan 2012 23:17:14 +0000 (15:17 -0800)]
Rewriting history for correctness.
Andrey Petrov [Sat, 7 Jan 2012 23:17:06 +0000 (15:17 -0800)]
Adding a humble mention of urllib3 to the Requests intros.
Kenneth Reitz [Sat, 7 Jan 2012 22:18:53 +0000 (17:18 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 7 Jan 2012 22:18:49 +0000 (17:18 -0500)]
urllib3 update
Kenneth Reitz [Sat, 7 Jan 2012 18:44:09 +0000 (13:44 -0500)]
Update docs/user/advanced.rst
Kenneth Reitz [Fri, 6 Jan 2012 20:53:56 +0000 (12:53 -0800)]
Merge pull request #342 from bjedwards/patch-1
Fix syntax error in last commit.
Ben Edwards [Fri, 6 Jan 2012 20:52:49 +0000 (13:52 -0700)]
Fix syntax error in last commit.
Kenneth Reitz [Fri, 6 Jan 2012 16:36:04 +0000 (11:36 -0500)]
@ojii