Nate Prewitt
cfd898fb93
adding method to url tests
2016-11-15 11:19:30 -07:00
Cory Benfield
7f88aca8f7
Merge branch 'master' into proposed/3.0.0
2016-11-15 17:16:04 +00:00
Cory Benfield
362da46e9a
v2.12.0
v2.12.0
2016-11-15 10:30:17 +00:00
Cory Benfield
2d211d59a0
Fix tests for new urllib3 exception text.
2016-11-15 10:22:38 +00:00
Cory Benfield
72d69d7b62
Update certifi certs to 2016.09.26
2016-11-15 10:11:58 +00:00
Cory Benfield
99fa7becf2
Update urllib3 to 1.19
2016-11-15 10:09:11 +00:00
Cory Benfield
e2408fce9d
Merge pull request #3679 from mlissner/patch-2
...
Amplifies the timeout warning in the docs.
2016-11-14 17:58:13 +00:00
Mike Lissner
cfb7fd8f28
Amplifies the timeout warning in the docs.
...
Partially addresses #3070 .
2016-11-14 09:57:08 -08:00
Cory Benfield
33bd38be15
Merge pull request #3678 from nateprewitt/3675_streaming_docs
...
decoding fix for Streaming Requests docs
2016-11-14 16:55:33 +00:00
Nate Prewitt
d81ad06c64
documentation on encoding fallback for streaming
2016-11-14 09:52:40 -07:00
Nate Prewitt
71b8941f0e
adding decoding requirement for Python 3
2016-11-14 09:43:19 -07:00
kennethreitz
70f1f8ed35
Merge pull request #3671 from chris-martin/json-ValueError
...
Document that Response.json() may raise ValueError
2016-11-10 18:18:16 -05:00
Chris Martin
a49c387b7a
Document that Response.json() may raise ValueError
2016-11-10 16:26:07 -05:00
Cory Benfield
d24da4a953
Merge pull request #3489 from nateprewitt/1558_pickling_prepared_request
...
adding in pickling tests for PreparedRequest
2016-11-10 17:26:47 +00:00
Nate Prewitt
340902153f
updating pickling tests for PreparedRequest
2016-11-04 10:56:13 -06:00
Cory Benfield
80634b2fad
Merge pull request #3666 from hootnot/doc-patch
...
documentation line added for consistency with the post method
2016-11-03 10:39:47 +00:00
Cory Benfield
f72684e13c
Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamable
...
Rewind readable body before POST redirect
2016-11-03 10:31:04 +00:00
hootnot
623d9e7878
documentation line added for consistency with the post method
2016-11-03 11:10:59 +01:00
Cory Benfield
87e40d116f
Merge pull request #3663 from nateprewitt/fix_cookiejar_from_dict_docs_path
...
fix path for cookiejar_from_dict in api.rst
2016-11-03 10:06:53 +00:00
Nate Prewitt
b5ca0c8d58
correct module for cookiejar_from_dict in docs
2016-11-02 14:59:08 -06:00
Nate Prewitt
522d37c959
update 307 tests to check body content
2016-11-02 12:04:44 -06:00
tzickel
38dd089c5f
Test case for requests getting stuck on post redirect with seekable stream
2016-11-02 12:03:19 -06:00
Nate Prewitt
9849c27b70
test _body_position and rewind_body
2016-11-02 10:12:22 -06:00
Nate Prewitt
40402cd0dd
adding rewind for re-POST bodies
2016-11-02 09:56:56 -06:00
Cory Benfield
bf19750c0a
Merge pull request #3660 from pawelmhm/proxy_empty_pass
...
[httpAdapter] allow empty password in proxy credentials
2016-10-31 13:59:16 +00:00
Pawel Miech
c97a530638
[httpAdapter] allow empty password in proxy credentials
...
fixes #3659
2016-10-31 14:42:01 +01:00
Cory Benfield
7eaa5ee37f
Merge pull request #3658 from elzapp/patch-1
...
Formatted the example to fix the color highlighting
2016-10-31 08:53:04 +00:00
Bård Aase
388e949e83
Formatted the example to fix the color highlighting
2016-10-31 09:09:16 +01:00
Cory Benfield
595a409a18
Merge pull request #3627 from nateprewitt/remove_update_call
...
remove RequestsCookieJar specific update call
2016-10-27 20:53:18 +01:00
Nate Prewitt
390a499e81
test different CookieJar types for add_dict_to_cookiejar
2016-10-27 13:22:45 -06:00
Nate Prewitt
dfd85f2099
make add_dict_to_cookiejar cookielib.CookieJar compatible
2016-10-27 13:17:41 -06:00
Ian Cordasco
9deb603dc3
Merge pull request #3652 from gardiac2002/master
...
The data= parameter barfs on all dictionary-like objects that don't subclass dict itself #3649
2016-10-27 11:51:29 -05:00
Philipp Konrad
548a03acef
requests.post checked data parameters for type like dict.
...
Changed the type check to Mapping.
2016-10-27 17:57:09 +02:00
Cory Benfield
e70ad25ca1
Merge pull request #3634 from jeremycline/verify-by-default
...
Keep ``verify`` setting when no CA_BUNDLE variable exists
2016-10-25 09:56:53 +01:00
Jeremy Cline
35bdfc78c9
Keep `verify` setting when no CA_BUNDLE variable exists
...
If the ``trust_env`` flag is set on a session and ``verify`` is ``True``
or ``None``, the environment is checked for ``CURL_CA_BUNDLE`` and
``REQUESTS_CA_BUNDLE``. Before this patch, if neither existed,
``verify`` would always be set to ``None`` rather than ``True`` even if
it was originally ``True``.
Signed-off-by: Jeremy Cline <jeremy@jcline.org >
2016-10-24 20:32:12 -04:00
Cory Benfield
50486cf2be
Merge pull request #3620 from Lukasa/better-idna
...
Better support for internationalized domain names.
2016-10-21 13:09:04 +01:00
Cory Benfield
d14401f799
Merge pull request #3631 from lovedboy/master
...
little modification in consume_socket_content
2016-10-21 09:58:30 +01:00
lovedboy
d587533446
little modification in consume_socket_content
2016-10-21 16:55:58 +08:00
Cory Benfield
83fcabc5bd
Merge pull request #3625 from mie00/tellioerror
...
fix issue when the file-like object raises an IOError with tell
2016-10-21 08:20:37 +01:00
Cory Benfield
e7f5bd634d
Check in updated idna.
2016-10-19 13:19:50 +01:00
Cory Benfield
41b4658738
Further complicate the makefile to rewrite imports
2016-10-19 13:19:37 +01:00
Mohamed Elawadi
f5b5c293b9
fix issue when the file-like object raises an IOError with tell
2016-10-18 11:09:25 +02:00
Ian Cordasco
b8f4c7c7ff
Merge pull request #3621 from Lukasa/fix-packaging
...
Add a missing backport.
2016-10-14 11:38:33 -05:00
Ian Cordasco
c13e313f5a
Merge pull request #3622 from Lukasa/better-makefile
...
Update makefile to only ship tagged releases.
2016-10-14 11:38:17 -05:00
Cory Benfield
8dd51d22fc
Enable UTS46 mode.
2016-10-14 15:13:37 +01:00
Cory Benfield
ae82300073
We only ship tagged releases now.
2016-10-14 11:06:25 +01:00
Cory Benfield
f19d30a670
Seems like we're missing a backport here.
2016-10-14 10:58:26 +01:00
Cory Benfield
110684ea02
Changelog entry for better IDNA.
2016-10-14 10:54:55 +01:00
Cory Benfield
9337b4d95d
Basic tests for internationalized domain names.
2016-10-14 10:53:15 +01:00
Cory Benfield
49b69b57db
Various packaging requirements for idna
2016-10-14 10:21:24 +01:00