services/python-requests.git
12 years agoUpdate docs/index.rst
Kenneth Reitz [Sat, 7 Jan 2012 23:32:56 +0000 (18:32 -0500)]
Update docs/index.rst

12 years agoMerge pull request #343 from shazow/urllib3-attribution
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

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

12 years agoRewriting history for correctness.
Andrey Petrov [Sat, 7 Jan 2012 23:17:14 +0000 (15:17 -0800)]
Rewriting history for correctness.

12 years agoAdding a humble mention of urllib3 to the Requests intros.
Andrey Petrov [Sat, 7 Jan 2012 23:17:06 +0000 (15:17 -0800)]
Adding a humble mention of urllib3 to the Requests intros.

12 years agoMerge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 7 Jan 2012 22:18:53 +0000 (17:18 -0500)]
Merge remote-tracking branch 'origin/develop' into develop

12 years agourllib3 update
Kenneth Reitz [Sat, 7 Jan 2012 22:18:49 +0000 (17:18 -0500)]
urllib3 update

12 years agoUpdate docs/user/advanced.rst
Kenneth Reitz [Sat, 7 Jan 2012 18:44:09 +0000 (13:44 -0500)]
Update docs/user/advanced.rst

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

12 years agoFix syntax error in last commit.
Ben Edwards [Fri, 6 Jan 2012 20:52:49 +0000 (13:52 -0700)]
Fix syntax error in last commit.

12 years ago@ojii
Kenneth Reitz [Fri, 6 Jan 2012 16:36:04 +0000 (11:36 -0500)]
@ojii

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

12 years agoGive a more useful error message when the URL supplied does not contain a schema.
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.

12 years agov0.9.1 v0.9.1
Kenneth Reitz [Fri, 6 Jan 2012 06:10:53 +0000 (01:10 -0500)]
v0.9.1

12 years agoMerge branch 'develop' of https://github.com/gazpachoking/requests into develop
Kenneth Reitz [Fri, 6 Jan 2012 06:08:06 +0000 (01:08 -0500)]
Merge branch 'develop' of https://github.com/gazpachoking/requests into develop

12 years agoMerge pull request #333 from bryanhelmig/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.

12 years agomention of error modes in quickstart
Bryan Helmig [Thu, 5 Jan 2012 20:11:19 +0000 (14:11 -0600)]
mention of error modes in quickstart

12 years agohighway to the danger_mode
Bryan Helmig [Thu, 5 Jan 2012 18:50:44 +0000 (12:50 -0600)]
highway to the danger_mode

12 years agoadd eager mode for raising errors immediately
Bryan Helmig [Thu, 5 Jan 2012 04:08:01 +0000 (22:08 -0600)]
add eager mode for raising errors immediately

12 years agoUpdate README.rst
Kenneth Reitz [Tue, 3 Jan 2012 15:21:13 +0000 (10:21 -0500)]
Update README.rst

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!