summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5723 from bbodenmiller/patch-2HEADmasterIan Stapleton Cordasco2021-01-201-1/+1
|\ | | | | Format c_rehash
| * Format c_rehashBen Bodenmiller2021-01-191-1/+1
|/
* v2.25.1v2.25.1Nate Prewitt2020-12-162-2/+13
|
* Change docs title to requests.sessionsShouro2020-12-141-2/+2
|
* Merge pull request #5688 from dan-blanchard/patch-1Nate Prewitt2020-12-142-5/+3
|\ | | | | Upgrade to chardet 4.x
| * Upgrade to chardet 4.xDan Blanchard2020-12-112-5/+3
|/
* Update sponsorship linkErnest W. Durbin III2020-12-091-1/+1
| | | PSF relaunched new sponsorship program and the URL has changed.
* Merge pull request #5670 from smarie/pr_proxy_conf_helper_and_docIan Stapleton Cordasco2020-12-042-5/+47
|\ | | | | Proxy related doc updates
| * Updated proxies documentationSylvain MARIE2020-11-271-20/+28
| |
| * Revert "New helper method `set_http_proxy` in `Session` to set proxies in a ↵Sylvain MARIE2020-11-272-120/+0
| | | | | | | | | | | | more user friendly way" This reverts commit 4b66260c
| * Updated proxies documentationSylvain MARIE2020-11-272-1/+35
| |
| * New helper method `set_http_proxy` in `Session` to set proxies in a more ↵Sylvain MARIE2020-11-272-0/+120
| | | | | | | | user friendly way
* | Merge pull request #5673 from jjmaldonis/masterIan Stapleton Cordasco2020-11-291-0/+4
|\ \ | | | | | | updated `get_encoding_from_headers` to return utf-8 if the content type is set to application/json
| * | updated `get_encoding_from_headers` to return utf-8 if the content type is ↵jason2020-11-291-0/+4
|/ / | | | | | | | | | | set to application/json, following RFC 4627. fixes #5667
* | Fix broken linkKaartic Sivaraam2020-11-281-1/+1
|/
* Merge pull request #5663 from hugovk/patch-1Nate Prewitt2020-11-181-1/+1
|\ | | | | Pin GHA to Ubuntu 18.04
| * Pin GHA to Ubuntu 18.04Hugo van Kemenade2020-11-181-1/+1
|/ | | | | `ubuntu-latest` points to 18.04 and will soon flip to 20.04. However tests currently fail on 20.04, so let's explicitly pin to 18.04 for now.
* Merge pull request #5594 from icfly2/patch-1Nate Prewitt2020-11-161-2/+2
|\ | | | | Update advanced.rst
| * Update advanced.rstRuben2020-09-231-2/+2
| | | | | | replaced reference to requests-async with httpx the replacement project
* | Merge pull request #5659 from nateprewitt/contrib_cleanupIan Stapleton Cordasco2020-11-161-5/+2
|\ \ | | | | | | Remove reference to development philosophy
| * | Remove reference to development philosophyNate Prewitt2020-11-161-5/+2
|/ /
* | v2.25.0v2.25.0Nate Prewitt2020-11-114-6/+25
| |
* | Remove Pipfile/Pipfile.lockNate Prewitt2020-11-114-794/+4
| |
* | Move CI to Github ActionsNate Prewitt2020-11-116-324/+44
| |
* | Merge pull request #5643 from tarmath/netrcNate Prewitt2020-11-012-3/+10
|\ \ | | | | | | Respect the NETRC environment variable
| * | Respect the NETRC environment variableMathieu Pichette2020-10-312-3/+10
|/ /
* | Merge pull request #5614 from smstong/masterIan Stapleton Cordasco2020-10-051-1/+1
|\ \ | | | | | | small typo corrected.
| * | small typo corrected.Jonathan2020-10-041-1/+1
|/ / | | | | a small typo was corrected.
* | Merge pull request #5611 from psf/add-codescanningIan Stapleton Cordasco2020-10-021-0/+66
|\ \ | | | | | | Create codeql-analysis.yml
| * | Update codeql-analysis.ymladd-codescanningIan Stapleton Cordasco2020-10-021-8/+3
| | | | | | | | | Remove proposed/3.0.0 branch, only ever run against Python sans matrix option
| * | 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 Appveyor
| * | 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 correctly
| * Apply the Apache-2.0 license correctlyAndrew Jorgensen2020-08-272-10/+174
|/ | | | | | | | | | | | | This follows instructions from the Apache Foundation. It also ensures that the license will be correctly detected by license scanning tools. Note that by adding a NOTICE file triggers Section 4.d of the license, which is usually intended by users of the license. The text that was in the LICENSE file before this change is intended (by the authors of the license) to be used as a file header, and not as a full license notice for a project, but it is commonly used this way, so I would of course understand if this change is rejected.
* Update index.rstSagar Giri2020-08-251-1/+1
| | | Update misleading text about python support
* 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
| | | * Docs: list CURL_CA_BUNDLE as supported
* 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 created
| * Clarify that PreparedRequests should not be manually createdNick Krichevsky2020-06-181-1/+3
|/ | | | Closes #5504
* Google App Engine (#5475)Kartik Chugh2020-06-172-2/+2
| | | * Continuity: Google App Engine