summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* wrap url parsing exceptions from urllib3's PoolManagerNate Prewitt2018-09-301-2/+7
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-305-8/+8
* Rework authorization stripping logic as discussedBruce Merry2018-09-141-8/+18
* Strip Authorization header whenever root URL changesBruce Merry2018-09-141-1/+3
* Fix assumed hostname when using a 'file' URI scheme adapterKale Franz2018-08-131-0/+4
* Add return type on cookies.pyDohyeon Kim2018-08-011-0/+2
* make content-type's charset information case-insensitiveLucy Linder2018-07-241-1/+1
* Document that 'params' can also be a list of tuplesMatthieu Moy2018-07-172-3/+7
* Document that 'data' can be a list of tuples everywhereMatthieu Moy2018-07-173-10/+19
* Fix an invalid escape sequenceChih-Hsuan Yen2018-07-091-1/+1
* Misspelled 'proxy' parameter in docstringSteven M. Vascellaro2018-06-261-1/+1
* Document that `requests.session()` is depreciatedSteven M. Vascellaro2018-06-211-1/+6
* v2.19.1v2.19.1Nate Prewitt2018-06-141-2/+2
* Do not alter status_codes docstring if it is NoneMartin Durant2018-06-121-1/+2
* v2.19.0v2.19.0Nate Prewitt2018-06-122-5/+5
* Separate collections from collections.abcRaymond Hettinger2018-06-116-18/+15
* Add a public method to get the cookie policyLaurent Bachelier2018-06-111-1/+5
* Copy cookie policy when copying a CookieJarLaurent Bachelier2018-06-111-0/+1
* Response.content minor perf improvementOfek Lev2018-05-261-1/+1
* The library raises NoneType error when file-pointer (fp) resolves to None.Rajiv Mayani2018-05-171-1/+5
* Merge branch 'master' into masterIan Stapleton Cordasco2018-05-162-1/+3
|\
| * 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
* | Merge branch 'master' into masterDavid Poole2018-03-054-14/+46
|\ \ | |/
| * 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
* | Merge branch 'master' into masterDavid Poole2017-11-293-13/+47
|\ \ | |/
| * 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
* | Merge branch 'master' into masterDavid Poole2017-11-192-1/+10
|\ \ | |/
| * Check if host is invalid for proxyNehal J Wani2017-11-152-1/+10
* | for RFC-7616 add SHA-256 and SHA-512David Poole2017-11-081-0/+12
|/
* 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