Weston Platter [Sat, 30 Jun 2012 22:35:48 +0000 (18:35 -0400)]
made the master README.rst TravisCI PNG clickable to TravisCI status page
Weston Platter [Sat, 30 Jun 2012 22:22:22 +0000 (18:22 -0400)]
made the TravisCI PNG clickable to TravisCI status page
Kenneth Reitz [Fri, 29 Jun 2012 00:35:07 +0000 (17:35 -0700)]
syntax error
Kenneth Reitz [Fri, 29 Jun 2012 00:33:57 +0000 (17:33 -0700)]
version-dependent package includes
Kenneth Reitz [Fri, 29 Jun 2012 00:29:30 +0000 (17:29 -0700)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 29 Jun 2012 00:29:22 +0000 (17:29 -0700)]
v0.13.2
Kenneth Reitz [Fri, 29 Jun 2012 00:26:30 +0000 (17:26 -0700)]
Merge pull request #629 from saschpe/develop
Add openSUSE certificate support
Kenneth Reitz [Fri, 29 Jun 2012 00:20:26 +0000 (17:20 -0700)]
vendored oauthlib
Kenneth Reitz [Thu, 28 Jun 2012 23:24:06 +0000 (16:24 -0700)]
oauthlib license
Kenneth Reitz [Thu, 28 Jun 2012 23:23:25 +0000 (16:23 -0700)]
oauthlib
Kenneth Reitz [Thu, 28 Jun 2012 23:00:40 +0000 (16:00 -0700)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Thu, 28 Jun 2012 23:00:34 +0000 (16:00 -0700)]
new vendored libs
Kenneth Reitz [Thu, 28 Jun 2012 23:00:00 +0000 (16:00 -0700)]
chardet2
Kenneth Reitz [Thu, 28 Jun 2012 22:58:12 +0000 (15:58 -0700)]
chardet2
Kenneth Reitz [Thu, 28 Jun 2012 22:58:00 +0000 (15:58 -0700)]
include certifi
Kenneth Reitz [Thu, 28 Jun 2012 19:53:39 +0000 (12:53 -0700)]
embed chardet
Kenneth Reitz [Tue, 26 Jun 2012 00:57:02 +0000 (17:57 -0700)]
Merge pull request #693 from sigmavirus24/develop
Fix Response Status Codes in the docs.
Kenneth Reitz [Tue, 26 Jun 2012 00:56:44 +0000 (17:56 -0700)]
Merge pull request #696 from koordinates/develop
client certificates are ignored when verify=False
Craig de Stigter [Tue, 26 Jun 2012 00:42:14 +0000 (12:42 +1200)]
fix a bug where client certificates never get set unless verify=True (which verifies server certs, so should be unrelated)
Kenneth Reitz [Mon, 25 Jun 2012 16:35:39 +0000 (12:35 -0400)]
update urllib3
Ian Cordasco [Thu, 21 Jun 2012 19:06:01 +0000 (15:06 -0400)]
Fix Response Status Codes in the docs.
Kenneth Reitz [Wed, 20 Jun 2012 23:52:38 +0000 (16:52 -0700)]
Merge pull request #684 from gulopine/develop
Sign querystring parameters in OAuth 1.0
Kenneth Reitz [Tue, 19 Jun 2012 18:04:04 +0000 (11:04 -0700)]
Merge pull request #690 from Lukasa/develop
Temporary fix for unicode literal breaking test.
Cory Benfield [Tue, 19 Jun 2012 17:09:22 +0000 (18:09 +0100)]
Temporary fix for unicode literal breaking test.
Kenneth Reitz [Tue, 19 Jun 2012 13:28:57 +0000 (06:28 -0700)]
Merge pull request #686 from Lukasa/develop
Fix failing setup.py
Cory Benfield [Tue, 19 Jun 2012 11:31:40 +0000 (12:31 +0100)]
Remove mimetools_choose_boundary from setup.py.
This package is not present in the source, was removed in commit
d3acb783b95623d0378db02bd9832fb11850204b during an update of urllib3.
Marty Alchin [Tue, 19 Jun 2012 04:02:51 +0000 (21:02 -0700)]
Sign querystring parameters in OAuth 1.0
Existing usage doesn't pass GET querystring parameters along to oauthlib,
so it wasn't signing those properly, which causes problems with APIs that
rely heavily on GET parameters. By passing in r.full_url instead of r.url,
oauthlib can parse out the correct parameters and sign them properly.
Kenneth Reitz [Mon, 18 Jun 2012 20:33:00 +0000 (13:33 -0700)]
Merge pull request #683 from jkleint/patch-1
Update quickstart docs raise_for_status() exception output.
jkleint [Mon, 18 Jun 2012 20:26:42 +0000 (17:26 -0300)]
Update raise_for_status() exception output to reflect that requests.exceptions.HTTPError is raised, not urllib2.HTTPError.
Kenneth Reitz [Sat, 16 Jun 2012 07:51:26 +0000 (00:51 -0700)]
Merge pull request #680 from mahmoudhossam/develop
Add rauth.
Mahmoud Hossam [Sat, 16 Jun 2012 07:36:18 +0000 (10:36 +0300)]
Add rauth.
Kenneth Reitz [Fri, 15 Jun 2012 18:37:51 +0000 (14:37 -0400)]
makin' history
Kenneth Reitz [Fri, 15 Jun 2012 18:37:33 +0000 (14:37 -0400)]
add response.reason
#588
Kenneth Reitz [Fri, 15 Jun 2012 18:31:24 +0000 (14:31 -0400)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 15 Jun 2012 18:31:19 +0000 (14:31 -0400)]
urllib3 update
fixes #664
Sascha Peilicke [Wed, 23 May 2012 12:20:50 +0000 (14:20 +0200)]
Add openSUSE certificate support
Kenneth Reitz [Thu, 14 Jun 2012 17:18:23 +0000 (10:18 -0700)]
Merge pull request #675 from gulopine/develop
Make sure OAuth doesn't fall off
Kenneth Reitz [Thu, 14 Jun 2012 16:51:28 +0000 (12:51 -0400)]
cleanup #676
Kenneth Reitz [Thu, 14 Jun 2012 16:50:40 +0000 (09:50 -0700)]
Merge pull request #676 from apotheos/develop
Additional Documentation for Requests and Responses
Michael Holler [Thu, 14 Jun 2012 14:15:18 +0000 (09:15 -0500)]
Merge branch 'develop' of github.com:apotheos/requests into develop
Michael Holler [Thu, 14 Jun 2012 14:09:58 +0000 (09:09 -0500)]
Removed last attempt at documenting how to access Request from Response objects, replaced with section entitled 'Request and Response Objects'
Michael Holler [Thu, 14 Jun 2012 14:09:58 +0000 (09:09 -0500)]
Removed last attempt at documenting how to access Request from Response objects, replaced with section entitled 'Request and Response Objects'
Michael Holler [Thu, 14 Jun 2012 04:18:25 +0000 (23:18 -0500)]
Added 'request object attributes' section header
Michael Holler [Thu, 14 Jun 2012 04:16:06 +0000 (23:16 -0500)]
Added alphabetized list of request attributes and descriptions.
Michael Holler [Thu, 14 Jun 2012 04:00:12 +0000 (23:00 -0500)]
Added documentation on how to access and use the Request object.
Marty Alchin [Thu, 14 Jun 2012 03:54:54 +0000 (20:54 -0700)]
Make sure OAuth doesn't fall off, which happens in particular when encountering redirects
Kenneth Reitz [Sun, 10 Jun 2012 13:37:07 +0000 (06:37 -0700)]
Merge pull request #670 from piotr-dobrogost/#669
Fixes issue #669
Piotr Dobrogost [Sun, 10 Jun 2012 13:27:54 +0000 (15:27 +0200)]
Fixes issue #669
NamedTemporaryFile was being automatically deleted on Windows thus
couldn't be opened later for reading
Kenneth Reitz [Sat, 9 Jun 2012 11:30:19 +0000 (04:30 -0700)]
Merge pull request #668 from ig0774/patch-1
Send the original response url to `urlparse` rather than the `Response` object
ig0774 [Fri, 8 Jun 2012 12:35:54 +0000 (09:35 -0300)]
Send the original response url to `urlparse` rather than the `Response` object. `urlparse` cannot handle `Response` objects.
Kenneth Reitz [Fri, 8 Jun 2012 02:44:38 +0000 (22:44 -0400)]
don't change scrollbars
Kenneth Reitz [Fri, 8 Jun 2012 02:21:06 +0000 (22:21 -0400)]
fix test for python3
Kenneth Reitz [Fri, 8 Jun 2012 02:09:16 +0000 (22:09 -0400)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 8 Jun 2012 02:09:01 +0000 (22:09 -0400)]
v0.13.1
Kenneth Reitz [Fri, 8 Jun 2012 02:07:26 +0000 (22:07 -0400)]
+= AUTHORS #659
Kenneth Reitz [Fri, 8 Jun 2012 02:06:49 +0000 (19:06 -0700)]
Merge pull request #659 from Bluehorn/develop
Allow passing a file or file-like object as data.
Kenneth Reitz [Fri, 8 Jun 2012 01:58:52 +0000 (21:58 -0400)]
fix unicode literal for python 3
Kenneth Reitz [Fri, 8 Jun 2012 01:55:11 +0000 (21:55 -0400)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 8 Jun 2012 01:55:07 +0000 (21:55 -0400)]
make empty body text responses work
#660
Kenneth Reitz [Fri, 8 Jun 2012 01:54:45 +0000 (21:54 -0400)]
test that empty body text responses work
Kenneth Reitz [Thu, 7 Jun 2012 23:55:06 +0000 (16:55 -0700)]
Merge pull request #665 from dalanmiller/patch-2
If requests.async has been removed, the docs should point people to the right place.
Daniel Miller [Thu, 7 Jun 2012 23:47:54 +0000 (16:47 -0700)]
If this comment is true (https://github.com/kennethreitz/requests/issues/239#issuecomment-6180706), then it would be good to point people in the right direction. Otherwise disregard this message.
Torsten Landschoff [Thu, 7 Jun 2012 08:13:40 +0000 (10:13 +0200)]
Allow passing a file or file-like object as data.
The underlying httplib already allows passing an open file object as body
to its HTTPConnection.request method. I think requests should allow that
as well.
Kenneth Reitz [Thu, 7 Jun 2012 01:09:19 +0000 (03:09 +0200)]
more examples
#657
Kenneth Reitz [Thu, 7 Jun 2012 01:02:32 +0000 (03:02 +0200)]
Revert "In fact, the feature is so awesome that it should go into index.rst"
This reverts commit
f968fe013659b9b5b89f0316203de5f3139a7217.
Danilo Bargen [Wed, 6 Jun 2012 15:07:42 +0000 (17:07 +0200)]
In fact, the feature is so awesome that it should go into index.rst
Danilo Bargen [Wed, 6 Jun 2012 14:59:20 +0000 (16:59 +0200)]
Added r.json documentation (document ALL the awesome features!)
Kenneth Reitz [Tue, 5 Jun 2012 08:25:08 +0000 (10:25 +0200)]
v0.13.1
Kenneth Reitz [Mon, 4 Jun 2012 22:51:46 +0000 (00:51 +0200)]
Revert "Auto-detect CA Cert path instead of requiring users to hack setup.py"
This reverts commit
62a23bfbdecf54e13e571237df5a175e53d539cb.
Kenneth Reitz [Mon, 4 Jun 2012 22:24:14 +0000 (15:24 -0700)]
Merge pull request #651 from urbanairship/detect-cacerts
Auto-detect CA Cert path instead of requiring users to hack setup.py
Michael Schurter [Mon, 4 Jun 2012 20:19:10 +0000 (13:19 -0700)]
Auto-detect CA Cert path instead of requiring users to hack setup.py
Also fixed nearby comments to wrap at 79 characters as per PEP8
Kenneth Reitz [Mon, 4 Jun 2012 14:44:56 +0000 (07:44 -0700)]
Merge pull request #646 from mkomitee/hooks
Allowing hooks to return responses that indicate errors
Michael Komitee [Fri, 1 Jun 2012 19:53:23 +0000 (15:53 -0400)]
Allowing hooks to return responses that indicate errors
Since response objects for failures (4xx/5xx responses) evaluate to False
in a boolean context, any hook which returns such a failure response will
evaluate to False.
The way hooks were setup, any failure response resulting from a hook would
be ignored, and the initial response before it got processed by the hook
would be substituted in its place. This commit changes that logic to test
for None so that hooks that return failures can do so.
Kenneth Reitz [Wed, 30 May 2012 19:48:33 +0000 (12:48 -0700)]
Merge pull request #643 from gwrtheyrn/docs_proxy_auth
Added information about HTTP proxy authentication to docs
Danilo Bargen [Wed, 30 May 2012 15:34:24 +0000 (17:34 +0200)]
Added information about HTTP proxy authentication to docs
Kenneth Reitz [Wed, 30 May 2012 00:53:51 +0000 (20:53 -0400)]
v0.13.0
Kenneth Reitz [Wed, 30 May 2012 00:53:13 +0000 (20:53 -0400)]
whitespace
Kenneth Reitz [Wed, 30 May 2012 00:52:58 +0000 (20:52 -0400)]
v0.13.0
Kenneth Reitz [Tue, 29 May 2012 23:54:40 +0000 (19:54 -0400)]
by @mwielgoszewski
Kenneth Reitz [Tue, 29 May 2012 23:53:22 +0000 (19:53 -0400)]
cleanup #633
Kenneth Reitz [Tue, 29 May 2012 23:51:48 +0000 (16:51 -0700)]
Merge pull request #633 from tzuryby/develop
poor man's patch for issue #630
Kenneth Reitz [Tue, 29 May 2012 23:49:51 +0000 (16:49 -0700)]
Merge pull request #619 from Lukasa/develop
Rewrite quickstart docs.
Kenneth Reitz [Tue, 29 May 2012 23:45:54 +0000 (16:45 -0700)]
Merge pull request #640 from JuhaS/patch-1
Small correction on a comment.
Kenneth Reitz [Tue, 29 May 2012 23:44:56 +0000 (16:44 -0700)]
Merge pull request #638 from mher/develop
no_proxy support
Kenneth Reitz [Tue, 29 May 2012 23:41:39 +0000 (16:41 -0700)]
Merge pull request #632 from amalakar/develop
Issue #505: Changed the store_cookie configuration to be part of the conig dict, instead of being a new argument
JuhaS [Mon, 28 May 2012 13:28:31 +0000 (16:28 +0300)]
Small correction on a comment.
Mher Movsisyan [Mon, 28 May 2012 09:11:59 +0000 (14:11 +0500)]
Fixes python3 compatibility issue
Mher Movsisyan [Sun, 27 May 2012 17:21:26 +0000 (22:21 +0500)]
no_proxy support
Tzury Bar Yochay [Thu, 24 May 2012 03:17:21 +0000 (06:17 +0300)]
this try catch is a poor man's patch for issue #630 see https://github.com/kennethreitz/requests/issues/630
Arup Malakar [Wed, 23 May 2012 21:25:54 +0000 (14:25 -0700)]
Change the None check from self.assertIsNone to python style None Check, as build was failing
Arup Malakar [Wed, 23 May 2012 21:12:18 +0000 (14:12 -0700)]
Issue #505: Changed the store_cookie configuration to be part of the config dict, instead of being a new argument
Kenneth Reitz [Tue, 22 May 2012 04:45:44 +0000 (21:45 -0700)]
Merge pull request #626 from joshimhoff/develop
Improvements to RequestsCookieJar
Josh Imhoff [Tue, 22 May 2012 00:27:47 +0000 (20:27 -0400)]
Removed print statements left over from debugging.
Josh Imhoff [Tue, 22 May 2012 00:14:12 +0000 (20:14 -0400)]
Wrote tests for new CookieJar functionality and made them pass.
Josh Imhoff [Mon, 21 May 2012 22:21:12 +0000 (18:21 -0400)]
In cookies.py, CookieConflictError is now thrown if there is more than one cookie with same name.
Josh Imhoff [Mon, 21 May 2012 21:59:38 +0000 (17:59 -0400)]
Docstrings and bug fixes in cookies.py
Cory Benfield [Sat, 19 May 2012 20:34:36 +0000 (21:34 +0100)]
First draft of full verbs.
Josh Imhoff [Fri, 18 May 2012 04:48:59 +0000 (00:48 -0400)]
Defined keys(), values(), and items() in order to support dict-like client interface. Now, we throw exceptions if __getitem__() or __setitem__() is used when multiple domains are in jar.
Cory Benfield [Thu, 17 May 2012 18:25:35 +0000 (19:25 +0100)]
Correctly reflect redirection behaviour.
The docs incorrectly listed HEAD as a method that follows redirects by
default: it does not. This commit resolves this issue, and thus resolves
issue #504.
Cory Benfield [Thu, 17 May 2012 09:16:42 +0000 (10:16 +0100)]
Rewrite quickstart docs.
This should help with issue #503.