Dmitry Klimenko
|
2185fac626
|
remove extra import
|
2016-11-17 19:52:13 +03:00 |
|
Dmitry Klimenko
|
329a5cfdd4
|
Order of type check
|
2016-11-17 19:50:53 +03:00 |
|
Dmitry Klimenko
|
e514920e19
|
Unable unicode in basic http auth
Fixed the issue with unicode characters in basic http auth
|
2016-11-12 01:39:37 +03: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
|
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 |
|
Cory Benfield
|
27812eb902
|
Use IDNA2008 to encode hosts.
|
2016-10-14 10:17:52 +01:00 |
|
Cory Benfield
|
35056b1de6
|
Add license for idna package.
|
2016-10-14 10:12:16 +01:00 |
|
Cory Benfield
|
3c680cc1c6
|
Vendor idna v2.1
|
2016-10-14 10:10:54 +01:00 |
|
Cory Benfield
|
dfb4ef7be0
|
Add makefile to get latest idna release.
|
2016-10-14 10:10:17 +01:00 |
|
Ian Cordasco
|
8f37cf79c3
|
Merge pull request #3617 from Lukasa/jeremycline
Note that @jeremycline is now our contact.
|
2016-10-13 09:08:10 -05:00 |
|
Cory Benfield
|
45478d5be1
|
Note @jeremycline is now our contact.
|
2016-10-13 13:28:19 +01:00 |
|
Cory Benfield
|
d0f7a51dd8
|
Merge branch 'TetraEtc-docs-custom-verbs'
|
2016-10-12 11:11:17 +01:00 |
|
Cory Benfield
|
02ab1ba5bd
|
Let's use capitals.
|
2016-10-12 11:11:05 +01:00 |
|
Stewart Polley
|
341bed9e17
|
Add Documentation for custom methods
|
2016-10-08 06:22:07 +10:00 |
|
Ian Cordasco
|
7322a09379
|
Merge pull request #3607 from frankier/dont-swallow-attributeerror
Remove error swallowing exception catching of AttributeError
|
2016-09-30 07:17:17 -05:00 |
|