summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* updates to docsKenneth Reitz2018-09-105-1/+222
* updatesKenneth Reitz2018-08-291-10/+0
* updatesKenneth Reitz2018-08-291-20/+1
* Merge pull request #4723 from kalefranz/fix-no_proxy-file-urlNate Prewitt2018-08-132-0/+5
|\
| * Fix assumed hostname when using a 'file' URI scheme adapterKale Franz2018-08-132-0/+5
|/
* Merge pull request #4678 from jdufresne/intersphinxNate Prewitt2018-08-113-22/+19
|\
| * In docs, use intersphinx to link to Python documentationJon Dufresne2018-08-113-22/+19
|/
* updating HISTORY.rstNate Prewitt2018-08-111-0/+3
* represent classifiers as list instead of tupleNate Prewitt2018-08-061-3/+2
* Update all documentation to show Python 3.7 is supportedJon Dufresne2018-08-023-1/+3
* Merge pull request #4755 from dohvis/patch-1Nate Prewitt2018-08-021-0/+2
|\
| * Add return type on cookies.pyDohyeon Kim2018-08-011-0/+2
|/
* Merge pull request #4749 from derlin/masterNate Prewitt2018-07-242-1/+5
|\
| * make content-type's charset information case-insensitiveLucy Linder2018-07-242-1/+5
|/
* Add official Python 3.7 support (#4717)Eric Brown2018-07-243-11/+30
* Merge pull request #4701 from akaihola/4700-multivalued-list-form-encodedNate Prewitt2018-07-203-6/+19
|\
| * Rolled multi-value form examples in documentation into one (#4700)Antti Kaihola2018-07-201-23/+12
| * Add myself to the authors listAntti Kaihola2018-07-201-0/+1
| * Documentation for multivalued form-encoded element as a list (#4700)Antti Kaihola2018-07-201-0/+17
| * Add test for multivalued form-encoded element as a list (#4700)Antti Kaihola2018-07-201-0/+6
|/
* Remove unused httpbin parametersSteven M. Vascellaro2018-07-171-5/+5
* Merge pull request #4739 from moy/doc-list-of-tuplesNate Prewitt2018-07-173-13/+26
|\
| * 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
|/
* Update MANIFEST.inKenneth Reitz2018-07-121-1/+1
* Merge pull request #4728 from yan12125/patch-1Ian Stapleton Cordasco2018-07-091-1/+1
|\
| * Fix an invalid escape sequenceChih-Hsuan Yen2018-07-091-1/+1
|/
* Merge pull request #4713 from Stevoisiak/fix-docstring-paramNate Prewitt2018-06-261-1/+1
|\
| * Misspelled 'proxy' parameter in docstringSteven M. Vascellaro2018-06-261-1/+1
|/
* Merge pull request #4710 from Stevoisiak/remove-unused-sessionsNate Prewitt2018-06-261-6/+0
|\
| * Remove unused session variablesSteven M. Vascellaro2018-06-261-6/+0
|/
* Merge pull request #4709 from Stevoisiak/update-twitter-max-charactersKenneth Reitz2018-06-251-1/+1
|\
| * Update max Twitter characters to 280Steven M. Vascellaro2018-06-251-1/+1
* | Merge pull request #4708 from Stevoisiak/stack-overflow-typoKenneth Reitz2018-06-252-3/+3
|\ \
| * | Change "StackOverflow" to "Stack Overflow"Steven M. Vascellaro2018-06-252-3/+3
|/ /
* | Merge pull request #4685 from Stevoisiak/patch-2Nate Prewitt2018-06-211-1/+6
|\ \
| * | Document that `requests.session()` is depreciatedSteven M. Vascellaro2018-06-211-1/+6
|/ /
* | v2.19.1v2.19.1Nate Prewitt2018-06-142-3/+11
* | Merge pull request #4683 from martindurant/docstrings_for_optimizeIan Stapleton Cordasco2018-06-131-1/+2
|\ \
| * | Do not alter status_codes docstring if it is NoneMartin Durant2018-06-121-1/+2
|/ /
* | v2.19.0v2.19.0Nate Prewitt2018-06-125-11/+23
* | Separate collections from collections.abcRaymond Hettinger2018-06-117-19/+17
* | Add a public method to get the cookie policyLaurent Bachelier2018-06-112-2/+6
* | Add cookie policy related testsLaurent Bachelier2018-06-111-0/+8
* | Copy cookie policy when copying a CookieJarLaurent Bachelier2018-06-111-0/+1
* | Merge pull request #4672 from requests/remove_2.6_refsNate Prewitt2018-06-114-5/+9
|\ \
| * | port pyopenssl fix from urllib3Nate Prewitt2018-06-101-1/+7
| * | remove references to 2.6 support in documentationNate Prewitt2018-06-103-4/+2
|/ /
* | Merge pull request #4676 from jdufresne/doc-py3Nate Prewitt2018-06-102-3/+3
|\ \
| * | Update Python 2 doc links to Python 3Jon Dufresne2018-06-092-3/+3
|/ /