summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* v2.12.4v2.12.4Cory Benfield2016-12-141-2/+2
* Add deprecation warnings for 3.0Ian Cordasco2016-12-091-0/+15
* adding string casting for non-bytes valuesNate Prewitt2016-12-081-2/+16
* v2.12.3v2.12.3Cory Benfield2016-12-011-2/+2
* Revert "Restrict URL preparation to HTTP/HTTPS"Cory Benfield2016-11-301-3/+3
* v2.12.2v2.12.2Cory Benfield2016-11-301-2/+2
* Merge pull request #3695 from nateprewitt/idna_bypassCory Benfield2016-11-252-4/+25
|\
| * modifying IDNA encoding check to allow fallbackNate Prewitt2016-11-211-3/+9
| * adding unicode_is_ascii utility functionNate Prewitt2016-11-211-1/+16
* | Make Response.content return None if raw is NoneNicola Soranzo2016-11-241-1/+1
* | Make Response.content() return None if status_code is NoneNicola Soranzo2016-11-231-1/+1
* | Merge pull request #3673 from klimenko-forks/auth-unicodeCory Benfield2016-11-211-1/+7
|\ \
| * | remove extra importDmitry Klimenko2016-11-171-1/+1
| * | Order of type checkDmitry Klimenko2016-11-171-5/+5
| * | Unable unicode in basic http authDmitry Klimenko2016-11-121-1/+7
* | | Restrict URL preparation to HTTP/HTTPSChristian Heimes2016-11-211-3/+3
* | | Just lstrip instead of strip because trailing whitespace already works.Hussain2016-11-161-2/+2
* | | Fixed issue #3696. Added a test for it as well.Hussain2016-11-161-0/+3
* | | v2.12.1v2.12.1Cory Benfield2016-11-161-2/+2
* | | Update bundled urllib3 to 1.19.1Cory Benfield2016-11-163-2/+4
* | | Clarify allow_redirectsBarbara Miller2016-11-151-1/+1
| |/ |/|
* | v2.12.0v2.12.0Cory Benfield2016-11-151-2/+2
* | Update certifi certs to 2016.09.26Cory Benfield2016-11-151-375/+448
* | Update urllib3 to 1.19Cory Benfield2016-11-1521-260/+723
|/
* Document that Response.json() may raise ValueErrorChris Martin2016-11-101-0/+1
* Merge pull request #3666 from hootnot/doc-patchCory Benfield2016-11-031-0/+2
|\
| * documentation line added for consistency with the post methodhootnot2016-11-031-0/+2
* | Merge pull request #3655 from nateprewitt/tzickel_post_redirect_w_streamableCory Benfield2016-11-035-4/+50
|\ \ | |/ |/|
| * adding rewind for re-POST bodiesNate Prewitt2016-11-025-4/+50
* | [httpAdapter] allow empty password in proxy credentialsPawel Miech2016-10-311-1/+1
* | Merge pull request #3627 from nateprewitt/remove_update_callCory Benfield2016-10-271-3/+1
|\ \ | |/ |/|
| * make add_dict_to_cookiejar cookielib.CookieJar compatibleNate Prewitt2016-10-271-3/+1
* | requests.post checked data parameters for type like dict.Philipp Konrad2016-10-271-1/+1
* | Merge pull request #3620 from Lukasa/better-idnaCory Benfield2016-10-2110-3/+9427
|\ \
| * | Check in updated idna.Cory Benfield2016-10-192-3/+3
| * | Enable UTS46 mode.Cory Benfield2016-10-141-1/+1
| * | Various packaging requirements for idnaCory Benfield2016-10-142-1/+9
| * | Use IDNA2008 to encode hosts.Cory Benfield2016-10-141-2/+3
| * | Vendor idna v2.1Cory Benfield2016-10-147-0/+9415
| |/
* | fix issue when the file-like object raises an IOError with tellMohamed Elawadi2016-10-181-9/+9
|/
* Remove error swallowing exception catching of AttributeErrorFrankie Robertson2016-09-291-10/+6
* Change module of internal references to to_native_str()Brian Bamsch2016-09-273-4/+6
* Update Comments & Magic StringsBrian Bamsch2016-09-272-1/+11
* Move to_native_string to _internal_utils.py to avoid circular dependencyBrian Bamsch2016-09-263-21/+23
* Adjust patch to utilize requests utility functionsBrian Bamsch2016-09-261-7/+3
* Add patch to avoid bytestring/str hodgepodgeBrian Bamsch2016-09-251-0/+6
* Merge pull request #3591 from nateprewitt/3579_cookie_mergeCory Benfield2016-09-231-1/+1
|\
| * converting update call to merge_cookies call for cookielib compatibilityNate Prewitt2016-09-201-1/+1
* | removing redundant logic from prepare_content_lengthNate Prewitt2016-09-211-12/+10
* | Add workaround to avoid implicit import of encodings.idna.Carson Lam2016-09-171-0/+5
|/