summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* v2.11.0v2.11.0Kenneth Reitz2016-08-081-2/+2
* Update urllib3 to 1.16Cory Benfield2016-08-0811-102/+739
* Close and then release the connectionIan Cordasco2016-07-301-1/+1
* Spelling fixesVille Skyttä2016-07-261-1/+1
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-2011-82/+100
|\
| * making class and function docstrings consistentNate Prewitt2016-07-206-72/+90
| * making module docstrings and coding comments consistentNate Prewitt2016-07-1910-10/+10
* | adding in pep8 fixesNate Prewitt2016-07-208-11/+20
|/
* Remove duplicate import warningsHarrison Jackson2016-07-141-2/+0
* Defining header value type requirements and testsNate Prewitt2016-07-051-4/+9
* Support responses like `HTTP/1.1 404 Unicode chars` (#3385)Andrii Kostenko2016-07-051-2/+6
* adding in slice_length fix and test for chunk_size=None (#3370)Nate Prewitt2016-07-021-0/+2
* Merge pull request #3366 from nateprewitt/2947-no-returns-in-headerCory Benfield2016-07-023-6/+32
|\
| * check and test for headers containing return characters or leading whitespaceNate Prewitt2016-07-023-6/+32
* | updating docstring to match functionalityNate Prewitt2016-07-021-0/+6
* | Allow None value for chunk_size again (#3368)Joy Zheng2016-06-301-1/+1
|/
* adding asserted_encoding check on None type encoding to match text() behavior...Nate Prewitt2016-06-281-5/+12
* added in type check for chunk_sizeNate Prewitt2016-06-271-0/+2
* Update documentation of Session.max_redirectsIan Cordasco2016-06-011-0/+2
* Make BaseAdapter describe the mandatory adapter interface (#3216)Seppo Yli-Olli2016-05-241-1/+15
* Merge pull request #3178 from haikuginger/masterCory Benfield2016-05-221-0/+4
|\
| * Cleaning up comment on JSON encoding to be more strictly relevant.Jesse Shapiro2016-05-051-3/+2
| * Removing charset from JSON content type; tightening requirements on .encode()Jesse Shapiro2016-05-051-2/+4
| * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with tes...Jesse Shapiro2016-05-041-2/+5
* | Merge pull request #3185 from brettdh/3183-support-all-proxy-env-varIan Cordasco2016-05-172-7/+16
|\ \
| * | Add 'all' proxy selection to select_proxyBrett Higgins2016-05-131-5/+14
| * | Support ALL_PROXY environment variableBrett Higgins2016-05-111-2/+2
* | | consider plain ip notation of an ip in no_proxy if not in cidr notationKumar Varadarajulu2016-05-161-0/+4
* | | Replace tab with appropriate spaces.Cory Benfield2016-05-121-1/+1
|/ /
* | Fix TypeError when get json-encoded content of a responsemessense2016-05-061-1/+1
|/
* updated urllib3 (v1.15.1)Kenneth Reitz2016-04-2914-66/+268
* v2.10.0Kenneth Reitz2016-04-291-3/+3
* Merge pull request #2953 from Lukasa/socks_proxy_supportKenneth Reitz2016-04-2912-46/+267
|\
| * Help @sigmavirus24 with code golf.Cory Benfield2015-12-301-8/+7
| * Some code cleanups.Cory Benfield2015-12-301-23/+25
| * Don't parse nonexistent URLs.Cory Benfield2015-12-301-1/+2
| * Silence SOCKS dependency warning on importCory Benfield2015-12-301-0/+6
| * Add support for SOCKSCory Benfield2015-12-301-10/+33
| * Temporary urllib3 patchCory Benfield2015-12-302-8/+7
| * Update to urllib3 1.14Cory Benfield2015-12-3010-37/+228
* | v2.9.2v2.9.2Kenneth Reitz2016-04-291-2/+2
* | Merge pull request #3096 from piotrjurkiewicz/masterKenneth Reitz2016-04-291-1/+3
|\ \
| * | Use OrderedDict from .compat modulePiotr Jurkiewicz2016-04-151-1/+3
| * | Change _store of CaseInsensitiveDict to OrderedDictPiotr Jurkiewicz2016-04-141-1/+1
* | | Initialize hash_utf8 to None, preventing NameError. Fixes #3138.Mark Shannon2016-04-291-0/+1
* | | Update readthedocs links.Rémy HUBSCHER2016-04-283-4/+4
* | | utils: let select_proxy not raise an exception when url has no hostnameJohn R. Lenton2016-04-261-1/+4
* | | Flip conditional in session.send()Kevin Burke2016-04-211-1/+1
* | | Clear any pooled proxy connectionsMatt Dainty2016-04-151-2/+4
|/ /
* | Merge pull request #3082 from tzickel/masterIan Cordasco2016-04-111-2/+4
|\ \