summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pin more helpful links to sidebardoc_cleanupSeth Michael Larson2020-08-022-3/+27
* Trim release section, add back Twitter supportSeth Michael Larson2020-08-023-12/+14
* Recommend Pip, remove todo/philo docs, pare down support avenuesSeth Michael Larson2020-08-028-203/+8
* Remove images, analytics, 'keep up to date'Seth Michael Larson2020-08-0122-204/+2
* Make README markdown compatibleSeth Michael Larson2020-08-011-91/+27
* 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
|\
| * Update link to pipenv in installation guide.John Samuels2020-02-171-1/+1
| * Update link to pipenv in README.John Samuels2020-02-171-1/+1
|/
* Merge pull request #5326 from nawatts/intersphinx-mapping-configNate Prewitt2020-01-311-1/+1
|\
| * Fix intersphinx_mapping config for Python standard libraryNick Watts2020-01-251-1/+1
|/
* Merge pull request #5325 from nawatts/install-pip-linkNate Prewitt2020-01-251-1/+1
|\
| * Change link for pip installation instructionsNick Watts2020-01-251-1/+1
|/
* Add PyPy3 to Travis test suite (#5193)johnthagen2020-01-212-1/+5
* Move community files under .github/ (#5206)Hugo van Kemenade2020-01-193-7/+4
* Add Python 2 support entry in FAQ (#5303)Sumana Harihareswara2020-01-091-0/+12
* Update example code in README.md (#5292)John Kooker2020-01-091-1/+1
* Merge pull request #5306 from hugovk/update-python-versions-in-faqNate Prewitt2020-01-092-10/+2
|\