Ian Cordasco [Wed, 1 Aug 2012 01:50:44 +0000 (21:50 -0400)]
Tests written for _encode_files new capability.
Work on issue #179
Ian Cordasco [Tue, 31 Jul 2012 19:56:22 +0000 (15:56 -0400)]
Need to write tests but this looks good so far.
Kenneth Reitz [Thu, 2 Aug 2012 20:53:05 +0000 (13:53 -0700)]
Merge pull request #751 from Lukasa/develop
Catch socket.gaierror in safe mode.
Kenneth Reitz [Thu, 2 Aug 2012 20:52:36 +0000 (13:52 -0700)]
Merge pull request #753 from berkerpeksag/if-statements
Refactoring in |raise_for_status| method.
Berker Peksag [Thu, 2 Aug 2012 20:45:06 +0000 (23:45 +0300)]
Refactoring in |raise_for_status| method.
- Simplified the if statements.
- Remove duplicate code.
Kenneth Reitz [Thu, 2 Aug 2012 11:59:38 +0000 (04:59 -0700)]
Merge pull request #752 from anentropic/patch-1
file posting example looked wrong
anentropic [Thu, 2 Aug 2012 11:56:12 +0000 (13:56 +0200)]
example looked wrong
From what I can tell from the source code (down thru urllib3) the key in the `files` dict is always the 'fieldname', while specifying a custom filename is optional.
So in this example it is confusing to have a fieldname of 'report.xls' (the filename) where all the other examples use a fieldname of 'file'.
Cory Benfield [Thu, 2 Aug 2012 11:16:41 +0000 (12:16 +0100)]
Catch socket.gaierror in safe mode.
Kenneth Reitz [Tue, 31 Jul 2012 01:13:17 +0000 (18:13 -0700)]
Merge pull request #744 from tax/develop
Set content type before authentication
Kenneth Reitz [Sat, 28 Jul 2012 21:07:53 +0000 (17:07 -0400)]
donate
Kenneth Reitz [Sat, 28 Jul 2012 20:56:49 +0000 (16:56 -0400)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Sat, 28 Jul 2012 20:56:14 +0000 (16:56 -0400)]
setup.py
Kenneth Reitz [Sat, 28 Jul 2012 20:56:00 +0000 (16:56 -0400)]
gittip
Paul [Fri, 27 Jul 2012 11:18:13 +0000 (19:18 +0800)]
Set content type before authentication
AWS S3 authentication adds content type header (when it exist) to
canonical string that is signed. Since it is set after authentication
is done authentication on S3 fails
Cory Benfield [Fri, 27 Jul 2012 08:26:04 +0000 (09:26 +0100)]
Failing test for Issue #737.
Kenneth Reitz [Fri, 27 Jul 2012 07:23:33 +0000 (03:23 -0400)]
v0.13.5
Kenneth Reitz [Fri, 27 Jul 2012 06:21:56 +0000 (02:21 -0400)]
v0.13.4
Kenneth Reitz [Fri, 27 Jul 2012 06:18:31 +0000 (02:18 -0400)]
disable tricky tests
Kenneth Reitz [Fri, 27 Jul 2012 05:48:25 +0000 (01:48 -0400)]
Solves #722
Kenneth Reitz [Fri, 27 Jul 2012 05:40:09 +0000 (01:40 -0400)]
changes
Kenneth Reitz [Fri, 27 Jul 2012 05:39:21 +0000 (01:39 -0400)]
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz [Fri, 27 Jul 2012 05:39:17 +0000 (01:39 -0400)]
ordered dict
Kenneth Reitz [Fri, 27 Jul 2012 05:36:41 +0000 (22:36 -0700)]
Merge pull request #647 from mkomitee/kerberos
Implement GSSAPI/Kerberos authentication for requests
Kenneth Reitz [Fri, 27 Jul 2012 05:33:51 +0000 (22:33 -0700)]
Merge pull request #729 from vickimo/issue_661
Added needed cast for when POSTing data and files (Issue #661)
Kenneth Reitz [Fri, 27 Jul 2012 05:32:01 +0000 (01:32 -0400)]
urllib update and junks
Kenneth Reitz [Fri, 27 Jul 2012 05:29:58 +0000 (22:29 -0700)]
Merge pull request #736 from Lukasa/develop
Make OAuth path hack platform independent.
Kenneth Reitz [Fri, 27 Jul 2012 05:29:17 +0000 (22:29 -0700)]
Merge pull request #739 from saevarom/develop
Appengine workaround
Sævar Öfjörð Magnússon [Wed, 25 Jul 2012 16:06:26 +0000 (16:06 +0000)]
Appengine workaround
Cory Benfield [Wed, 25 Jul 2012 12:24:38 +0000 (13:24 +0100)]
Comment typo fix and move newline.
Kenneth Reitz [Tue, 24 Jul 2012 13:46:34 +0000 (06:46 -0700)]
Merge pull request #734 from doismellburning/verbose_http_errors
Include response.reason in raised HTTPErrors
Cory Benfield [Sat, 21 Jul 2012 17:11:00 +0000 (18:11 +0100)]
Make OAuth path hack platform independent.
Kristian Glass [Fri, 20 Jul 2012 18:26:08 +0000 (19:26 +0100)]
Include reason rather than content in raised HTTPErrors
See https://github.com/kennethreitz/requests/pull/733 for details, TL;DR
content is too free-form for this to generally be a good idea.
Kristian Glass [Fri, 20 Jul 2012 17:50:04 +0000 (18:50 +0100)]
Include response.content in raised HTTPErrors
Kenneth Reitz [Wed, 18 Jul 2012 14:44:37 +0000 (07:44 -0700)]
Merge pull request #731 from jorjun/patch-1
breaks under python 2.7, without the from __future__ import
jorjun [Wed, 18 Jul 2012 10:58:55 +0000 (12:58 +0200)]
breaks under python 2.7, without the from __future__ import
Kenneth Reitz [Sat, 14 Jul 2012 22:48:07 +0000 (15:48 -0700)]
Merge pull request #727 from vickimo/issue_547
Fix infinite loop on wrong Digest Authentication (Issue #541 and #547)
Victoria Mo [Sat, 14 Jul 2012 22:26:38 +0000 (18:26 -0400)]
Added needed cast for when POSTing data and files (Issue #661)
Co-Authored By: Timnit Gebru <tgebru@gmail.com>
Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com>
Co-Authored By: Leila Muhtasib <muhtasib@gmail.com>
Victoria Mo [Sat, 14 Jul 2012 20:09:13 +0000 (16:09 -0400)]
Fix infinite loop on wrong Digest Authentication (Issue #547)
Modified code to use the current fix versus the old fix, which was broken.
Co-Authored By: Timnit Gebru <tgebru@gmail.com>
Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com>
Co-Authored By: Leila Muhtasib <muhtasib@gmail.com>
Kenneth Reitz [Fri, 13 Jul 2012 20:49:12 +0000 (13:49 -0700)]
Merge pull request #725 from muhtasib/Timeout_Fix
Differentiate between two types of timeout errors from urllib3
Leila Muhtasib [Fri, 13 Jul 2012 19:20:05 +0000 (15:20 -0400)]
Differentiate between two types of timeout errors from urllib3
Bubble up error message from urllib3 to indicate to user
whether error was a socket timeout vs a no connections
available in connection pool error.
Co-Authored By: Sarah Gonzalez
Kenneth Reitz [Thu, 12 Jul 2012 21:13:36 +0000 (14:13 -0700)]
Merge pull request #721 from karlcow/develop
adding clarification to the history API.
karl [Thu, 12 Jul 2012 20:34:28 +0000 (16:34 -0400)]
adding clarification to the history API. It was not clear how the history list was sorted.
Kenneth Reitz [Thu, 12 Jul 2012 20:18:35 +0000 (13:18 -0700)]
makin' history
Kenneth Reitz [Thu, 12 Jul 2012 20:12:54 +0000 (13:12 -0700)]
v0.13.3
Kenneth Reitz [Thu, 12 Jul 2012 19:06:43 +0000 (12:06 -0700)]
Merge branch 'develop' of git://github.com/siebenschlaefer/requests into develop
Conflicts:
AUTHORS.rst
Kenneth Reitz [Thu, 12 Jul 2012 07:28:59 +0000 (00:28 -0700)]
Merge pull request #717 from ms4py/patch-2
Updated documentation
Marc Schlaich [Thu, 12 Jul 2012 07:22:12 +0000 (10:22 +0300)]
This shouldn't be here anymore.
Kenneth Reitz [Thu, 12 Jul 2012 07:09:21 +0000 (00:09 -0700)]
Merge pull request #715 from Lukasa/develop
Do not hide SSLErrors behind Timeouts.
Cory Benfield [Wed, 11 Jul 2012 16:31:59 +0000 (17:31 +0100)]
Do not hide SSLErrors behind Timeouts.
Kenneth Reitz [Tue, 10 Jul 2012 22:48:07 +0000 (15:48 -0700)]
Merge pull request #714 from muhtasib/develop
Documentation Update
muhtasib [Tue, 10 Jul 2012 22:34:29 +0000 (19:34 -0300)]
Fix minor formatting issue.
Leila Muhtasib [Tue, 10 Jul 2012 22:25:32 +0000 (18:25 -0400)]
Updated documentation for SSL client cert usuage.
Co-Authored By: Timnit Gebru <tgebru@gmail.com>
Co-Authored By: Sarah Gonzalez <smar.gonz@gmail.com>
Co-Authored By: Victoria Mo <vm2355@columbia.edu>
Matthias Rahlf [Mon, 9 Jul 2012 23:06:02 +0000 (01:06 +0200)]
fixed param handling in Request.full_url
Kenneth Reitz [Sun, 8 Jul 2012 07:42:17 +0000 (00:42 -0700)]
Merge pull request #709 from dstufft/develop
Have User Agent include more details
Donald Stufft [Sun, 8 Jul 2012 04:47:24 +0000 (00:47 -0400)]
Move the user agent generation into it's own utility function
Donald Stufft [Sun, 8 Jul 2012 04:37:23 +0000 (00:37 -0400)]
Readd default that was accidently removed
Kenneth Reitz [Sun, 8 Jul 2012 04:27:26 +0000 (00:27 -0400)]
#710
Kenneth Reitz [Sun, 8 Jul 2012 04:24:24 +0000 (00:24 -0400)]
simplify #710
Kenneth Reitz [Sun, 8 Jul 2012 04:23:36 +0000 (00:23 -0400)]
merge conflict
Kenneth Reitz [Sun, 8 Jul 2012 04:21:54 +0000 (21:21 -0700)]
Merge pull request #710 from zachwill/develop
Add try/catch for simplejson vs json
Zach Williams [Sun, 8 Jul 2012 04:14:29 +0000 (21:14 -0700)]
Add try/catch for simplejson vs json
Donald Stufft [Sat, 7 Jul 2012 20:13:39 +0000 (16:13 -0400)]
Include the system name and version in the default user agent
Donald Stufft [Sat, 7 Jul 2012 20:07:19 +0000 (16:07 -0400)]
Include the implementation and implementation version number in the default User-Agent
Kenneth Reitz [Fri, 6 Jul 2012 06:54:12 +0000 (02:54 -0400)]
Merge remote-tracking branch 'origin/master'
Kenneth Reitz [Fri, 6 Jul 2012 06:54:08 +0000 (02:54 -0400)]
kippt
Kenneth Reitz [Mon, 2 Jul 2012 11:31:09 +0000 (04:31 -0700)]
Merge pull request #703 from westonplatter/develop
made the develop README.rest TravisCI PNG link to TravisCI project status page
Kenneth Reitz [Sun, 1 Jul 2012 01:07:27 +0000 (18:07 -0700)]
Merge pull request #705 from westonplatter/master
travis ci png linked
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:33:40 +0000 (18:33 -0400)]
made the TravisCI PNG link to TravisCI project 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