Kenneth Reitz [Tue, 3 Jan 2012 15:21:13 +0000 (10:21 -0500)]
Update README.rst
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
Kenneth Reitz [Wed, 14 Dec 2011 15:33:29 +0000 (10:33 -0500)]
new reqs location
Kenneth Reitz [Wed, 14 Dec 2011 15:33:22 +0000 (10:33 -0500)]
httpbin v0.0.6
Kenneth Reitz [Tue, 13 Dec 2011 23:23:04 +0000 (18:23 -0500)]
newline
Kenneth Reitz [Tue, 13 Dec 2011 19:37:25 +0000 (14:37 -0500)]
shuffle reqs
Kenneth Reitz [Mon, 12 Dec 2011 23:30:45 +0000 (18:30 -0500)]
less
Kenneth Reitz [Mon, 12 Dec 2011 23:29:41 +0000 (18:29 -0500)]
trying less toc
Kenneth Reitz [Sun, 11 Dec 2011 16:57:50 +0000 (11:57 -0500)]
more assertive
Kenneth Reitz [Sun, 11 Dec 2011 16:41:42 +0000 (11:41 -0500)]
Merge branch 'develop'
Kenneth Reitz [Sun, 11 Dec 2011 16:39:57 +0000 (11:39 -0500)]
v0.8.4
Kenneth Reitz [Sun, 11 Dec 2011 16:39:11 +0000 (11:39 -0500)]
updated notice
Kenneth Reitz [Sun, 11 Dec 2011 16:26:16 +0000 (11:26 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sun, 11 Dec 2011 16:26:13 +0000 (11:26 -0500)]
Fix for #303
Kenneth Reitz [Sun, 11 Dec 2011 16:22:33 +0000 (11:22 -0500)]
Test for #303
Kenneth Reitz [Sun, 11 Dec 2011 16:04:26 +0000 (08:04 -0800)]
Merge pull request #305 from oasisbob/develop
Fix spelling errors, typos.
Nick Hatch [Sun, 11 Dec 2011 07:55:04 +0000 (01:55 -0600)]
Fix spelling errors, typos.
Kenneth Reitz [Fri, 9 Dec 2011 21:23:26 +0000 (13:23 -0800)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 9 Dec 2011 21:23:16 +0000 (13:23 -0800)]
colors!
Kenneth Reitz [Fri, 9 Dec 2011 16:43:02 +0000 (08:43 -0800)]
Update AUTHORS.rst
Kenneth Reitz [Fri, 9 Dec 2011 16:42:18 +0000 (08:42 -0800)]
Merge pull request #301 from cwvh/patch-1
Fixed typo in documentation.
Chris Van Horne [Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)]
Fixed spelling error in documentation.
Kenneth Reitz [Wed, 7 Dec 2011 02:41:20 +0000 (18:41 -0800)]
Update AUTHORS.rst
Kenneth Reitz [Wed, 7 Dec 2011 02:38:31 +0000 (18:38 -0800)]
Merge pull request #300 from edsu/develop
disable_redirects should be allow_redirects in docs
Ed Summers [Wed, 7 Dec 2011 02:36:32 +0000 (21:36 -0500)]
disable_redirects parameter does not seem to exist anymore, updated docs to point folks at allow_redirects
Kenneth Reitz [Wed, 30 Nov 2011 17:45:17 +0000 (12:45 -0500)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Wed, 30 Nov 2011 17:45:13 +0000 (12:45 -0500)]
sp
Kenneth Reitz [Tue, 29 Nov 2011 08:06:54 +0000 (00:06 -0800)]
Merge pull request #294 from failberg/develop
Documentation fix: clarification of keep-alive behavior.
Bryan Berg [Tue, 29 Nov 2011 06:55:02 +0000 (22:55 -0800)]
Clarification of keep-alive behavior.
The existing behavior was a little opaque for me--I was making a PUT request which returned a HTTP 204 with a 0-byte body. I was never reading the body and was wondering why my connections were not being reused.
Kenneth Reitz [Sun, 27 Nov 2011 20:07:05 +0000 (15:07 -0500)]
didn't mean to save that
Kenneth Reitz [Sun, 27 Nov 2011 16:31:48 +0000 (11:31 -0500)]
no .idea ignore
Kenneth Reitz [Sun, 27 Nov 2011 16:29:52 +0000 (11:29 -0500)]
Set Response.sent to True
Fixes #291
Kenneth Reitz [Sun, 27 Nov 2011 16:24:59 +0000 (11:24 -0500)]
Added test for Request.sent.
#291
Kenneth Reitz [Sun, 27 Nov 2011 15:45:19 +0000 (10:45 -0500)]
Merge branch 'develop'
Kenneth Reitz [Sun, 27 Nov 2011 15:41:06 +0000 (10:41 -0500)]
test tuple'd auth
Kenneth Reitz [Sun, 27 Nov 2011 15:37:14 +0000 (10:37 -0500)]
no link to self
Kenneth Reitz [Sun, 27 Nov 2011 15:32:36 +0000 (10:32 -0500)]
flattr
Kenneth Reitz [Sun, 27 Nov 2011 15:08:19 +0000 (10:08 -0500)]
v0.8.3
Kenneth Reitz [Sun, 27 Nov 2011 15:06:39 +0000 (10:06 -0500)]
v0.8.3
Kenneth Reitz [Sun, 27 Nov 2011 15:00:47 +0000 (10:00 -0500)]
add github buttons to sidebars