services/python-requests.git
12 years agoMake sure newlines at chunk borders do not get dropped using iter_lines.
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.

12 years agoRefactor r.iter_lines to retrieve more than one byte at a time.
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.

12 years agoUpdate docs/user/install.rst
Kenneth Reitz [Mon, 2 Jan 2012 07:50:09 +0000 (02:50 -0500)]
Update docs/user/install.rst

12 years ago:sparkles: 2012 :sparkles:
Kenneth Reitz [Sun, 1 Jan 2012 05:44:20 +0000 (00:44 -0500)]
:sparkles: 2012 :sparkles:

12 years agoRefactor stream_decode_gzip and _deflate into one function, stream_decompress.
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.

12 years agoImplement automatic deflating when using response.iter_content. refs #327
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.

12 years agoch ch changes v0.9.0
Kenneth Reitz [Wed, 28 Dec 2011 09:49:51 +0000 (04:49 -0500)]
ch ch changes

12 years agov0.9.0 history
Kenneth Reitz [Wed, 28 Dec 2011 09:48:57 +0000 (04:48 -0500)]
v0.9.0 history

12 years agomake it true
Kenneth Reitz [Wed, 28 Dec 2011 09:48:27 +0000 (04:48 -0500)]
make it true

12 years agopackaging v0.8.9
Kenneth Reitz [Wed, 28 Dec 2011 09:38:38 +0000 (04:38 -0500)]
packaging

12 years agov0.8.9
Kenneth Reitz [Wed, 28 Dec 2011 09:26:23 +0000 (04:26 -0500)]
v0.8.9

12 years agossl hostname
Kenneth Reitz [Wed, 28 Dec 2011 09:25:43 +0000 (04:25 -0500)]
ssl hostname

12 years agoengrish
Kenneth Reitz [Wed, 28 Dec 2011 08:58:08 +0000 (03:58 -0500)]
engrish

12 years agocertifi v0.0.4 v0.8.8
Kenneth Reitz [Wed, 28 Dec 2011 08:51:41 +0000 (03:51 -0500)]
certifi v0.0.4

12 years agocertifi v0.0.2
Kenneth Reitz [Wed, 28 Dec 2011 08:30:33 +0000 (03:30 -0500)]
certifi v0.0.2

12 years agossl docs
Kenneth Reitz [Wed, 28 Dec 2011 08:18:40 +0000 (03:18 -0500)]
ssl docs

12 years agov0.8.8 release
Kenneth Reitz [Wed, 28 Dec 2011 08:01:36 +0000 (03:01 -0500)]
v0.8.8 release

12 years agoexternal tests
Kenneth Reitz [Wed, 28 Dec 2011 08:01:00 +0000 (03:01 -0500)]
external tests

12 years agov0.8.8!
Kenneth Reitz [Wed, 28 Dec 2011 08:00:53 +0000 (03:00 -0500)]
v0.8.8!

12 years agoonly use session verify when not modified
Kenneth Reitz [Wed, 28 Dec 2011 07:57:36 +0000 (02:57 -0500)]
only use session verify when not modified

12 years agomore info
Kenneth Reitz [Wed, 28 Dec 2011 07:51:49 +0000 (02:51 -0500)]
more info

12 years agoverification support in sessions
Kenneth Reitz [Wed, 28 Dec 2011 07:51:42 +0000 (02:51 -0500)]
verification support in sessions

12 years agoSSL support!
Kenneth Reitz [Wed, 28 Dec 2011 07:43:13 +0000 (02:43 -0500)]
SSL support!

12 years agonew SSLError
Kenneth Reitz [Wed, 28 Dec 2011 07:43:03 +0000 (02:43 -0500)]
new SSLError

12 years agoapi cleanup
Kenneth Reitz [Wed, 28 Dec 2011 07:42:57 +0000 (02:42 -0500)]
api cleanup

12 years agosimplify api.request
Kenneth Reitz [Wed, 28 Dec 2011 06:51:26 +0000 (01:51 -0500)]
simplify api.request

12 years agocertifi
Kenneth Reitz [Wed, 28 Dec 2011 06:28:49 +0000 (01:28 -0500)]
certifi

12 years agourllib3 update
Kenneth Reitz [Wed, 28 Dec 2011 04:14:54 +0000 (23:14 -0500)]
urllib3 update

12 years agoMerge branch 'develop'
Kenneth Reitz [Sat, 24 Dec 2011 08:16:54 +0000 (03:16 -0500)]
Merge branch 'develop'

12 years agov0.8.7 v0.8.7
Kenneth Reitz [Sat, 24 Dec 2011 08:16:40 +0000 (03:16 -0500)]
v0.8.7

12 years agoforce safe mode for async
Kenneth Reitz [Sat, 24 Dec 2011 08:06:13 +0000 (03:06 -0500)]
force safe mode for async

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 23 Dec 2011 22:24:34 +0000 (17:24 -0500)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoMake safe_mode handle exceptions more consistently
Ori Livneh [Fri, 23 Dec 2011 21:14:46 +0000 (16:14 -0500)]
Make safe_mode handle exceptions more consistently

12 years agoUpdate docs/index.rst
Kenneth Reitz [Fri, 23 Dec 2011 04:09:27 +0000 (23:09 -0500)]
Update docs/index.rst

12 years agofix iteration on null responses in safe_mode
Ori Livneh [Fri, 23 Dec 2011 02:10:43 +0000 (21:10 -0500)]
fix iteration on null responses in safe_mode

12 years agoUndo stupid change to while loop
Ori Livneh [Thu, 22 Dec 2011 22:51:22 +0000 (17:51 -0500)]
Undo stupid change to while loop

12 years agoRevert "Revert "Make safe_mode play nice with timeout (fixes #312)""
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.

12 years agoRevert "Make safe_mode play nice with timeout (fixes #312)"
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.

12 years agoMake safe_mode play nice with timeout (fixes #312)
Ori Livneh [Thu, 22 Dec 2011 21:52:29 +0000 (16:52 -0500)]
Make safe_mode play nice with timeout (fixes #312)

12 years ago1 instead of True
Kenneth Reitz [Thu, 22 Dec 2011 16:55:55 +0000 (11:55 -0500)]
1 instead of True

#313

12 years agoMerge branch 'develop' of https://github.com/atdt/requests into develop
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

12 years agoAUTHORS += 'Ori Livneh'
Kenneth Reitz [Thu, 22 Dec 2011 16:54:07 +0000 (11:54 -0500)]
AUTHORS += 'Ori Livneh'

#313

12 years agofix bug that causes iter_lines to truncate content
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.

12 years agoUpdate AUTHORS.rst
Kenneth Reitz [Mon, 19 Dec 2011 17:25:59 +0000 (12:25 -0500)]
Update AUTHORS.rst

12 years agoMerge pull request #311 from jemerick/patch-1
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

12 years agoAdd 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

12 years agoMerge commit 'v0.8.6'
Kenneth Reitz [Mon, 19 Dec 2011 00:19:14 +0000 (19:19 -0500)]
Merge commit 'v0.8.6'

12 years agoquotes v0.8.6
Kenneth Reitz [Mon, 19 Dec 2011 00:18:16 +0000 (19:18 -0500)]
quotes

12 years agov0.8.6
Kenneth Reitz [Mon, 19 Dec 2011 00:18:09 +0000 (19:18 -0500)]
v0.8.6

12 years agoadded @chrisguitarguy to authors.
Kenneth Reitz [Mon, 19 Dec 2011 00:17:51 +0000 (19:17 -0500)]
added @chrisguitarguy to authors.

#309

12 years agokeep auth DRY
Kenneth Reitz [Mon, 19 Dec 2011 00:14:50 +0000 (19:14 -0500)]
keep auth DRY

12 years agoMerge branch 'proxy_auth' of https://github.com/chrisguitarguy/requests into develop
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

12 years agourllib3 update
Kenneth Reitz [Sun, 18 Dec 2011 19:10:38 +0000 (14:10 -0500)]
urllib3 update

12 years agopyc importer
Kenneth Reitz [Sun, 18 Dec 2011 19:07:21 +0000 (14:07 -0500)]
pyc importer

12 years agourllib3 import
Kenneth Reitz [Sun, 18 Dec 2011 19:07:12 +0000 (14:07 -0500)]
urllib3 import

12 years agoFixed some tab/spaces mixed issues
Christopher Davis [Sat, 17 Dec 2011 19:48:40 +0000 (13:48 -0600)]
Fixed some tab/spaces mixed issues

12 years agoAdd Proxy Authorization support
Christopher Davis [Sat, 17 Dec 2011 19:40:04 +0000 (13:40 -0600)]
Add Proxy Authorization support

12 years agoMerge branch 'develop'
Kenneth Reitz [Wed, 14 Dec 2011 15:43:41 +0000 (10:43 -0500)]
Merge branch 'develop'

12 years agov0.8.5 v0.8.5
Kenneth Reitz [Wed, 14 Dec 2011 15:43:08 +0000 (10:43 -0500)]
v0.8.5

12 years agowhitespace
Kenneth Reitz [Wed, 14 Dec 2011 15:37:46 +0000 (10:37 -0500)]
whitespace

12 years agoiter_lines!
Kenneth Reitz [Wed, 14 Dec 2011 15:37:40 +0000 (10:37 -0500)]
iter_lines!

12 years agotest iter_lines
Kenneth Reitz [Wed, 14 Dec 2011 15:34:31 +0000 (10:34 -0500)]
test iter_lines

12 years agohttpbin reports multiple values now
Kenneth Reitz [Wed, 14 Dec 2011 15:33:47 +0000 (10:33 -0500)]
httpbin reports multiple values now

12 years agonew reqs location
Kenneth Reitz [Wed, 14 Dec 2011 15:33:29 +0000 (10:33 -0500)]
new reqs location

12 years agohttpbin v0.0.6
Kenneth Reitz [Wed, 14 Dec 2011 15:33:22 +0000 (10:33 -0500)]
httpbin v0.0.6

12 years agonewline
Kenneth Reitz [Tue, 13 Dec 2011 23:23:04 +0000 (18:23 -0500)]
newline

12 years agoshuffle reqs
Kenneth Reitz [Tue, 13 Dec 2011 19:37:25 +0000 (14:37 -0500)]
shuffle reqs

12 years agoless
Kenneth Reitz [Mon, 12 Dec 2011 23:30:45 +0000 (18:30 -0500)]
less

12 years agotrying less toc
Kenneth Reitz [Mon, 12 Dec 2011 23:29:41 +0000 (18:29 -0500)]
trying less toc

12 years agomore assertive
Kenneth Reitz [Sun, 11 Dec 2011 16:57:50 +0000 (11:57 -0500)]
more assertive

12 years agoMerge branch 'develop'
Kenneth Reitz [Sun, 11 Dec 2011 16:41:42 +0000 (11:41 -0500)]
Merge branch 'develop'

12 years agov0.8.4 v0.8.4
Kenneth Reitz [Sun, 11 Dec 2011 16:39:57 +0000 (11:39 -0500)]
v0.8.4

12 years agoupdated notice
Kenneth Reitz [Sun, 11 Dec 2011 16:39:11 +0000 (11:39 -0500)]
updated notice

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sun, 11 Dec 2011 16:26:16 +0000 (11:26 -0500)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agoFix for #303
Kenneth Reitz [Sun, 11 Dec 2011 16:26:13 +0000 (11:26 -0500)]
Fix for #303

12 years agoTest for #303
Kenneth Reitz [Sun, 11 Dec 2011 16:22:33 +0000 (11:22 -0500)]
Test for #303

12 years agoMerge pull request #305 from oasisbob/develop
Kenneth Reitz [Sun, 11 Dec 2011 16:04:26 +0000 (08:04 -0800)]
Merge pull request #305 from oasisbob/develop

Fix spelling errors, typos.

12 years agoFix spelling errors, typos.
Nick Hatch [Sun, 11 Dec 2011 07:55:04 +0000 (01:55 -0600)]
Fix spelling errors, typos.

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 9 Dec 2011 21:23:26 +0000 (13:23 -0800)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agocolors!
Kenneth Reitz [Fri, 9 Dec 2011 21:23:16 +0000 (13:23 -0800)]
colors!

12 years agoUpdate AUTHORS.rst
Kenneth Reitz [Fri, 9 Dec 2011 16:43:02 +0000 (08:43 -0800)]
Update AUTHORS.rst

12 years agoMerge pull request #301 from cwvh/patch-1
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.

12 years agoFixed spelling error in documentation.
Chris Van Horne [Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)]
Fixed spelling error in documentation.

12 years agoUpdate AUTHORS.rst
Kenneth Reitz [Wed, 7 Dec 2011 02:41:20 +0000 (18:41 -0800)]
Update AUTHORS.rst

12 years agoMerge pull request #300 from edsu/develop
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

12 years agodisable_redirects parameter does not seem to exist anymore, updated docs to point...
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

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Wed, 30 Nov 2011 17:45:17 +0000 (12:45 -0500)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agosp
Kenneth Reitz [Wed, 30 Nov 2011 17:45:13 +0000 (12:45 -0500)]
sp

12 years agoMerge pull request #294 from failberg/develop
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.

12 years agoClarification 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.

12 years agodidn't mean to save that
Kenneth Reitz [Sun, 27 Nov 2011 20:07:05 +0000 (15:07 -0500)]
didn't mean to save that

12 years agono .idea ignore
Kenneth Reitz [Sun, 27 Nov 2011 16:31:48 +0000 (11:31 -0500)]
no .idea ignore

12 years agoSet Response.sent to True
Kenneth Reitz [Sun, 27 Nov 2011 16:29:52 +0000 (11:29 -0500)]
Set Response.sent to True

Fixes #291

12 years agoAdded test for Request.sent.
Kenneth Reitz [Sun, 27 Nov 2011 16:24:59 +0000 (11:24 -0500)]
Added test for Request.sent.

#291

12 years agoMerge branch 'develop'
Kenneth Reitz [Sun, 27 Nov 2011 15:45:19 +0000 (10:45 -0500)]
Merge branch 'develop'

12 years agotest tuple'd auth v0.8.3
Kenneth Reitz [Sun, 27 Nov 2011 15:41:06 +0000 (10:41 -0500)]
test tuple'd auth

12 years agono link to self
Kenneth Reitz [Sun, 27 Nov 2011 15:37:14 +0000 (10:37 -0500)]
no link to self

12 years agoflattr
Kenneth Reitz [Sun, 27 Nov 2011 15:32:36 +0000 (10:32 -0500)]
flattr

12 years agov0.8.3
Kenneth Reitz [Sun, 27 Nov 2011 15:08:19 +0000 (10:08 -0500)]
v0.8.3

12 years agov0.8.3
Kenneth Reitz [Sun, 27 Nov 2011 15:06:39 +0000 (10:06 -0500)]
v0.8.3