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.
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
Kenneth Reitz [Fri, 6 Jan 2012 16:20:49 +0000 (08:20 -0800)]
Merge pull request #341 from ojii/patch-1
Give a more useful error message when the URL supplied does not contain ...
Jonas Obrist [Fri, 6 Jan 2012 15:20:33 +0000 (16:20 +0100)]
Give a more useful error message when the URL supplied does not contain a schema.
Kenneth Reitz [Fri, 6 Jan 2012 06:10:53 +0000 (01:10 -0500)]
v0.9.1
Kenneth Reitz [Fri, 6 Jan 2012 06:08:06 +0000 (01:08 -0500)]
Merge branch 'develop' of https://github.com/gazpachoking/requests into develop
Kenneth Reitz [Fri, 6 Jan 2012 06:04:11 +0000 (22:04 -0800)]
Merge pull request #333 from bryanhelmig/develop
Add eager mode for raising errors immediately.
Bryan Helmig [Thu, 5 Jan 2012 20:11:19 +0000 (14:11 -0600)]
mention of error modes in quickstart
Bryan Helmig [Thu, 5 Jan 2012 18:50:44 +0000 (12:50 -0600)]
highway to the danger_mode
Bryan Helmig [Thu, 5 Jan 2012 04:08:01 +0000 (22:08 -0600)]
add eager mode for raising errors immediately
Kenneth Reitz [Tue, 3 Jan 2012 15:21:13 +0000 (10:21 -0500)]
Update README.rst
Chase Sterling [Tue, 3 Jan 2012 05:38:59 +0000 (00:38 -0500)]
Make sure newlines at chunk borders do not get dropped using iter_lines.
Chase Sterling [Mon, 2 Jan 2012 21:19:35 +0000 (16:19 -0500)]
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.
Kenneth Reitz [Mon, 2 Jan 2012 07:50:09 +0000 (02:50 -0500)]
Update docs/user/install.rst
Kenneth Reitz [Sun, 1 Jan 2012 05:44:20 +0000 (00:44 -0500)]
:sparkles: 2012 :sparkles:
Chase Sterling [Sat, 31 Dec 2011 03:18:08 +0000 (22:18 -0500)]
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 [Fri, 30 Dec 2011 23:55:56 +0000 (18:55 -0500)]
Implement automatic deflating when using response.iter_content. refs #327
Refactor response.iter_lines to use responset.iter_content.
Kenneth Reitz [Wed, 28 Dec 2011 09:49:51 +0000 (04:49 -0500)]
ch ch changes
Kenneth Reitz [Wed, 28 Dec 2011 09:48:57 +0000 (04:48 -0500)]
v0.9.0 history
Kenneth Reitz [Wed, 28 Dec 2011 09:48:27 +0000 (04:48 -0500)]
make it true
Kenneth Reitz [Wed, 28 Dec 2011 09:38:38 +0000 (04:38 -0500)]
packaging
Kenneth Reitz [Wed, 28 Dec 2011 09:26:23 +0000 (04:26 -0500)]
v0.8.9
Kenneth Reitz [Wed, 28 Dec 2011 09:25:43 +0000 (04:25 -0500)]
ssl hostname
Kenneth Reitz [Wed, 28 Dec 2011 08:58:08 +0000 (03:58 -0500)]
engrish
Kenneth Reitz [Wed, 28 Dec 2011 08:51:41 +0000 (03:51 -0500)]
certifi v0.0.4
Kenneth Reitz [Wed, 28 Dec 2011 08:30:33 +0000 (03:30 -0500)]
certifi v0.0.2
Kenneth Reitz [Wed, 28 Dec 2011 08:18:40 +0000 (03:18 -0500)]
ssl docs
Kenneth Reitz [Wed, 28 Dec 2011 08:01:36 +0000 (03:01 -0500)]
v0.8.8 release
Kenneth Reitz [Wed, 28 Dec 2011 08:01:00 +0000 (03:01 -0500)]
external tests
Kenneth Reitz [Wed, 28 Dec 2011 08:00:53 +0000 (03:00 -0500)]
v0.8.8!
Kenneth Reitz [Wed, 28 Dec 2011 07:57:36 +0000 (02:57 -0500)]
only use session verify when not modified
Kenneth Reitz [Wed, 28 Dec 2011 07:51:49 +0000 (02:51 -0500)]
more info
Kenneth Reitz [Wed, 28 Dec 2011 07:51:42 +0000 (02:51 -0500)]
verification support in sessions
Kenneth Reitz [Wed, 28 Dec 2011 07:43:13 +0000 (02:43 -0500)]
SSL support!
Kenneth Reitz [Wed, 28 Dec 2011 07:43:03 +0000 (02:43 -0500)]
new SSLError
Kenneth Reitz [Wed, 28 Dec 2011 07:42:57 +0000 (02:42 -0500)]
api cleanup
Kenneth Reitz [Wed, 28 Dec 2011 06:51:26 +0000 (01:51 -0500)]
simplify api.request
Kenneth Reitz [Wed, 28 Dec 2011 06:28:49 +0000 (01:28 -0500)]
certifi
Kenneth Reitz [Wed, 28 Dec 2011 04:14:54 +0000 (23:14 -0500)]
urllib3 update
Kenneth Reitz [Sat, 24 Dec 2011 08:16:54 +0000 (03:16 -0500)]
Merge branch 'develop'
Kenneth Reitz [Sat, 24 Dec 2011 08:16:40 +0000 (03:16 -0500)]
v0.8.7
Kenneth Reitz [Sat, 24 Dec 2011 08:06:13 +0000 (03:06 -0500)]
force safe mode for async
Kenneth Reitz [Fri, 23 Dec 2011 22:24:34 +0000 (17:24 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Ori Livneh [Fri, 23 Dec 2011 21:14:46 +0000 (16:14 -0500)]
Make safe_mode handle exceptions more consistently
Kenneth Reitz [Fri, 23 Dec 2011 04:09:27 +0000 (23:09 -0500)]
Update docs/index.rst
Ori Livneh [Fri, 23 Dec 2011 02:10:43 +0000 (21:10 -0500)]
fix iteration on null responses in safe_mode
Ori Livneh [Thu, 22 Dec 2011 22:51:22 +0000 (17:51 -0500)]
Undo stupid change to while loop
Ori Livneh [Thu, 22 Dec 2011 22:50:43 +0000 (17:50 -0500)]
Revert "Revert "Make safe_mode play nice with timeout (fixes #312)""
This reverts commit
91766548d10cd5ebf46aba376f9e000263285875.
Ori Livneh [Thu, 22 Dec 2011 22:36:09 +0000 (17:36 -0500)]
Revert "Make safe_mode play nice with timeout (fixes #312)"
This reverts commit
805c4db55413c96c5d6e0f95560119c000f660c9.
Ori Livneh [Thu, 22 Dec 2011 21:52:29 +0000 (16:52 -0500)]
Make safe_mode play nice with timeout (fixes #312)
Kenneth Reitz [Thu, 22 Dec 2011 16:55:55 +0000 (11:55 -0500)]
1 instead of True
#313
Kenneth Reitz [Thu, 22 Dec 2011 16:55:13 +0000 (11:55 -0500)]
Merge branch 'develop' of https://github.com/atdt/requests into develop
Conflicts:
AUTHORS.rst
Kenneth Reitz [Thu, 22 Dec 2011 16:54:07 +0000 (11:54 -0500)]
AUTHORS += 'Ori Livneh'
#313
Ori Livneh [Tue, 20 Dec 2011 07:01:37 +0000 (02:01 -0500)]
fix bug that causes iter_lines to truncate content
Currently, if the response does not terminate with a newline, iter_lines
truncates the trailing remainder.
Kenneth Reitz [Mon, 19 Dec 2011 17:25:59 +0000 (12:25 -0500)]
Update AUTHORS.rst
Kenneth Reitz [Mon, 19 Dec 2011 16:51:15 +0000 (08:51 -0800)]
Merge pull request #311 from jemerick/patch-1
Add Twitter Streaming API example to Advanced Usage docs
Jason Emerick [Mon, 19 Dec 2011 16:45:32 +0000 (11:45 -0500)]
Add Twitter Streaming API example to Advanced Usage docs
Kenneth Reitz [Mon, 19 Dec 2011 00:19:14 +0000 (19:19 -0500)]
Merge commit 'v0.8.6'
Kenneth Reitz [Mon, 19 Dec 2011 00:18:16 +0000 (19:18 -0500)]
quotes
Kenneth Reitz [Mon, 19 Dec 2011 00:18:09 +0000 (19:18 -0500)]
v0.8.6
Kenneth Reitz [Mon, 19 Dec 2011 00:17:51 +0000 (19:17 -0500)]
added @chrisguitarguy to authors.
#309
Kenneth Reitz [Mon, 19 Dec 2011 00:14:50 +0000 (19:14 -0500)]
keep auth DRY
Kenneth Reitz [Mon, 19 Dec 2011 00:11:39 +0000 (19:11 -0500)]
Merge branch 'proxy_auth' of https://github.com/chrisguitarguy/requests into develop
Kenneth Reitz [Sun, 18 Dec 2011 19:10:38 +0000 (14:10 -0500)]
urllib3 update
Kenneth Reitz [Sun, 18 Dec 2011 19:07:21 +0000 (14:07 -0500)]
pyc importer
Kenneth Reitz [Sun, 18 Dec 2011 19:07:12 +0000 (14:07 -0500)]
urllib3 import
Christopher Davis [Sat, 17 Dec 2011 19:48:40 +0000 (13:48 -0600)]
Fixed some tab/spaces mixed issues
Christopher Davis [Sat, 17 Dec 2011 19:40:04 +0000 (13:40 -0600)]
Add Proxy Authorization support
Kenneth Reitz [Wed, 14 Dec 2011 15:43:41 +0000 (10:43 -0500)]
Merge branch 'develop'
Kenneth Reitz [Wed, 14 Dec 2011 15:43:08 +0000 (10:43 -0500)]
v0.8.5
Kenneth Reitz [Wed, 14 Dec 2011 15:37:46 +0000 (10:37 -0500)]
whitespace
Kenneth Reitz [Wed, 14 Dec 2011 15:37:40 +0000 (10:37 -0500)]
iter_lines!
Kenneth Reitz [Wed, 14 Dec 2011 15:34:31 +0000 (10:34 -0500)]
test iter_lines
Kenneth Reitz [Wed, 14 Dec 2011 15:33:47 +0000 (10:33 -0500)]
httpbin reports multiple values now