summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update codeql-analysis.ymladd-codescanningIan Stapleton Cordasco2020-10-021-8/+3
* Create codeql-analysis.ymlIan Stapleton Cordasco2020-10-011-0/+71
* Merge pull request #5608 from abdullahselek/masterIan Stapleton Cordasco2020-09-301-0/+5
|\
| * Add official Python 3.8 support on AppveyorAbdullah Selek2020-09-301-0/+5
|/
* Remove reading HISTORY.md in setup.pyAe-Mc2020-09-291-2/+0
* Update renamed GitHub handleMartin2020-09-111-1/+1
* Merge pull request #5570 from ajorg-aws/masterNate Prewitt2020-08-272-10/+174
|\
| * Apply the Apache-2.0 license correctlyAndrew Jorgensen2020-08-272-10/+174
|/
* Update index.rstSagar Giri2020-08-251-1/+1
* updating doc links and formattingNate Prewitt2020-08-183-3/+4
* Pin more helpful links to sidebarSeth Michael Larson2020-08-182-3/+27
* Trim release section, add back Twitter supportSeth Michael Larson2020-08-183-12/+14
* Recommend Pip, remove todo/philo docs, pare down support avenuesSeth Michael Larson2020-08-188-203/+8
* Remove images, analytics, 'keep up to date'Seth Michael Larson2020-08-1822-204/+2
* Make README markdown compatibleSeth Michael Larson2020-08-181-91/+27
* Document the dangers of using verify=FalseMatt Silverlock2020-08-162-1/+19
* Docs: list CURL_CA_BUNDLE as supported (#5509)Ben Bodenmiller2020-07-231-0/+1
* cleanup advanced docs headerNate Prewitt2020-06-261-2/+0
* Merge pull request #5505 from ollien/prepared-requests-docs-correctionNate Prewitt2020-06-191-1/+3
|\
| * Clarify that PreparedRequests should not be manually createdNick Krichevsky2020-06-181-1/+3
|/
* Google App Engine (#5475)Kartik Chugh2020-06-172-2/+2
* v2.24.0v2.24.0Nate Prewitt2020-06-172-2/+12
* updating usage informationNate Prewitt2020-06-171-2/+2
* Merge pull request #5496 from dbaxa/optimise-prepare-bodyNate Prewitt2020-06-171-5/+5
|\
| * Avoid an unnecessary computation of the length of data for non-stream request...David Black2020-06-161-5/+5
|/
* Update number of dependents on requests (#5495)Bharat Raghunathan2020-06-151-1/+1
* Fix typo in README (#5468)Kevin Kirsche2020-06-151-1/+1
* Merge pull request #5492 from dbaxa/avoid-calling-resolve_redirects-whe-not-f...Nate Prewitt2020-06-151-4/+6
|\
| * Remove what appears to be an un-needed call to self.resolve_redirects when no...David Black2020-06-151-4/+6
|/
* fix raise_for_status docstring (#5293)Thomas Grainger2020-05-081-1/+1
* Fix test_conflicting_post_params to work on pytest 5 (#5305)Miro HronĨok2020-05-081-2/+4
* Add changelog entry for pyOpenSSL changeSeth Michael Larson2020-05-011-2/+7
* Don't use pyOpenSSL unless no SNI is detectedSeth Michael Larson2020-05-011-6/+14
* update bleach security vulnerabilityNate Prewitt2020-04-031-103/+83
* fixing rst markupNate Prewitt2020-04-031-2/+2
* fix README typoDustin Rodrigues2020-04-031-1/+1
* Remove explicit unicode literal in README.md and doc (#5336)Alessio Izzo2020-03-254-17/+17
* Also update GitHub's Security Disclosure document (#5370)Seth Michael Larson2020-02-271-8/+8
* Update disclosure contact info (#5369)Nate Prewitt2020-02-271-4/+6
* changing of the guardNate Prewitt2020-02-261-2/+3
* updating pipfile.lock for bleach security issue (#5364)Nate Prewitt2020-02-261-184/+230
* Normalize exception docstrings (#5338)Redowan Delowar2020-02-231-6/+3
* v2.23.0Nate Prewitt2020-02-192-3/+19
* Revert "Fix for response with UTF-8 BOM #4976"Nate Prewitt2020-02-183-34/+0
* Revert "Use urllib for chunked requests"Nate Prewitt2020-02-181-13/+58
* Revert "#4965 fix: Accessing response.content twice removes forgets read error."Nate Prewitt2020-02-183-62/+3
* Remove an obsolete attribute from __attrs__Ned Batchelder2020-02-181-1/+1
* Limit dependencies to major instead of minor (#5342)Chris Withers2020-02-181-3/+3
* Fix the syntax highlighting in the example (#5276)Alexander Zhukov2020-02-171-2/+2
* Merge pull request #5346 from stock1218/masterNate Prewitt2020-02-172-2/+2
|\