summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Add a comment about lowercase env. variables precedence over uppercaseJulien Prigent2018-05-131-0/+2
* update json param's description to avoid confusionElias Obeid2018-04-301-1/+1
* Remove remaining references to removed, vendored packages (#4499)Jon Dufresne2018-02-171-1/+1
* Fix typosSemen Zhydenko2018-02-071-1/+1
* pass kwargs from send call to add_headers, per documentationJonathan Elliott Blum2018-02-021-1/+1
* append previous url fragment on redirectNate Prewitt2018-01-211-1/+6
* Fix DNS resolution by using hostname instead of netloc and strip username and...Darren Dormer2018-01-161-8/+11
* slice function removeddbairaktaris12018-01-041-4/+2
* Continue to refactor, remove list comprehension, add double quotes test case.dbairaktaris12018-01-041-6/+10
* implement changes after code reviewdbairaktaris12018-01-031-1/+1
* implement changes after code reviewdbairaktaris12018-01-031-14/+7
* Move nested function up to module level and rename. Add more tests for funct...dbairaktaris12018-01-011-15/+31
* cleandbairaktaris12017-12-311-2/+1
* Reduce overall memory usage of Requests module by removing cgi module depende...dbairaktaris12017-12-311-2/+16
* utils: winreg module may not exist like on windows universal platform.Anton Fedchin2017-11-251-4/+8
* Add documentation for available status codesZane Bitter2017-11-211-5/+33
* #4373, fix possible winreg value type difference (#4377)Mingyuan Xia2017-11-201-2/+4
* Clarify that Response.ok will *only* return True/FalseAlex Chan2017-11-201-2/+2
* Check if host is invalid for proxyNehal J Wani2017-11-152-1/+10
* support extraction of certificate bundle from a zip archiveArthur Vigil2017-11-052-4/+38
* Merge branch 'master' into patch-1Alvaro Gutierrez Perez2017-10-212-4/+4
|\
| * avoid import platformINADA Naoki2017-10-202-4/+4
* | Fix case-insensitive comparison in get_adapter()Alvaro Gutierrez Perez2017-10-181-1/+1
|/
* Python 3.3 has already been dropped (#4231)Hugo2017-10-151-1/+1
* Warn user about possible slowdown when using cryptography version <Taylor Rose2017-10-141-0/+15
* Fix parse_header_links on empty headerRemi Rampin2017-08-161-1/+5
* v2.18.4v2.18.4Cory Benfield2017-08-151-2/+2
* Adding space after colonmgasvoda2017-08-111-1/+1
* Removing trailing whitespacemgasvoda2017-08-111-1/+1
* Improving message formattingmgasvoda2017-08-111-2/+2
* Adding header name to exceptionmgasvoda2017-08-111-2/+2
* v2.18.3v2.18.3Cory Benfield2017-08-021-2/+2
* Correctly raise SSLError from urllib3.Cory Benfield2017-07-291-0/+5
* Add idna version info to requests.helpAlex Chan2017-07-271-0/+5
* Merge branch 'master' into patch-2Alex Gaynor2017-07-275-9/+17
|\
| * remove legacy super() callMark Szymanski2017-07-261-2/+0
| * some docs on request redirect detectionjonathan vanasco2017-07-261-0/+6
| * Correct urllib3 compatibility commentBruno Alla2017-07-261-1/+1
| * v2.18.2v2.18.2Cory Benfield2017-07-251-2/+2
| * Use 'prefix' instead of 'key' in session docstringAlex Muller2017-07-201-1/+1
| * fix OPENSSL_VERSION_NUMBER check on Python2.6's ssl moduleNate Prewitt2017-07-031-3/+7
* | Removed legacy fallback for python3.2Alex Gaynor2017-06-251-3/+1
|/
* v2.18.1v2.18.1Cory Benfield2017-06-141-2/+2
* Prepare v2.18.0v2.18.0Cory Benfield2017-06-141-2/+2
* Remove exec permission from files that shouldn't have itJustin Mayhew2017-06-101-0/+0
* Merge remote-tracking branch 'upstream/master'mlcrazy2017-06-094-23/+42
|\
| * typoJiuLi Gao2017-06-091-1/+1
| * convert version compatibility checks to warningNate Prewitt2017-06-082-22/+35
| * Allow Requests.Response to be used as a context managerEd Morley2017-06-061-0/+6
* | Fixes error swallowing in set_environmlcrazy2017-06-091-7/+7
|/