summaryrefslogtreecommitdiff
path: root/requests/models.py
Commit message (Expand)AuthorAgeFilesLines
...
* Enable UTS46 mode.Cory Benfield2016-10-141-1/+1
* Use IDNA2008 to encode hosts.Cory Benfield2016-10-141-2/+3
* Remove error swallowing exception catching of AttributeErrorFrankie Robertson2016-09-291-10/+6
* Change module of internal references to to_native_str()Brian Bamsch2016-09-271-2/+2
* removing redundant logic from prepare_content_lengthNate Prewitt2016-09-211-12/+10
* Add workaround to avoid implicit import of encodings.idna.Carson Lam2016-09-171-0/+5
* adding commentNate Prewitt2016-09-051-0/+4
* adding ISO-8859-1 fallback for reason decodingNate Prewitt2016-09-021-1/+4
* adding passthrough in close() for non-urllib3-like ResponsesNate Prewitt2016-08-121-1/+3
* 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-201-5/+2
|\
| * making class and function docstrings consistentNate Prewitt2016-07-201-5/+2
* | adding in pep8 fixesNate Prewitt2016-07-201-6/+7
|/
* Support responses like `HTTP/1.1 404 Unicode chars` (#3385)Andrii Kostenko2016-07-051-2/+6
* Merge pull request #3366 from nateprewitt/2947-no-returns-in-headerCory Benfield2016-07-021-4/+8
|\
| * check and test for headers containing return characters or leading whitespaceNate Prewitt2016-07-021-4/+8
* | updating docstring to match functionalityNate Prewitt2016-07-021-0/+6
* | Allow None value for chunk_size again (#3368)Joy Zheng2016-06-301-1/+1
|/
* added in type check for chunk_sizeNate Prewitt2016-06-271-0/+2
* 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
* | Fix TypeError when get json-encoded content of a responsemessense2016-05-061-1/+1
|/
* Fix for the test ?tzickel2016-04-081-2/+4
* Update docstring and API doc to document ability to add per-file headers in m...Alexander Hermes2016-03-291-1/+3
* Fix regression from #2844 regarding binary bodies.Cory Benfield2015-12-161-1/+4
* Merge pull request #2896 from BraulioVM/masterIan Cordasco2015-12-021-1/+1
|\
| * Fix 'Transfer-Encoding: chunked' changeBraulio Valdivielso Martínez2015-11-241-3/+1
| * Set 'Transfer-Encoding: chunked' if data file length equals 0Braulio Valdivielso Martínez2015-11-231-0/+2
* | Fix typosJakub Wilk2015-12-011-2/+2
|/
* fix issue #2844Alex Khomchenko2015-10-231-1/+1
* Move to_native_string for methods to prepare()Cory Benfield2015-10-121-1/+1
* Use general null check for JSONCory Benfield2015-10-081-1/+1
* Merge pull request #2763 from ravipra/json_supersedesCory Benfield2015-10-051-2/+2
|\
| * changed the null check for 'data' parameter to be more explicit.Ravi Prakash Putchala2015-09-091-1/+1
| * Fixed issue #2756Ravi Prakash Putchala2015-09-081-2/+2
* | Update models.pysumitbinnani2015-10-021-1/+1
|/
* Display URL as part of HTTP error messagesMarc Abramowitz2015-06-221-2/+2
* fix contextlib.closing bug for sessions where content is not consumed (issue ...colin2015-05-241-0/+3
* Merge pull request #2598 from Lukasa/not-poorIan Cordasco2015-05-141-4/+7
|\
| * Use complexjson everywhereCory Benfield2015-05-141-2/+4
| * Partially revert ab84f9be5740d4649d734e73b84f17f85e52ffc9Cory Benfield2015-05-141-2/+3
* | do not blindly catch all AttributeErrorsThomas Weißschuh2015-05-121-3/+4
|/
* Merge remote-tracking branch 'origin/master'Kenneth Reitz2015-05-061-0/+4
|\
| * Simplify PreparedRequest.prepare APIIan Cordasco2015-04-201-0/+4
* | cleanup styles a bitKenneth Reitz2015-05-061-28/+11
* | removed poor codeKenneth Reitz2015-05-061-3/+2
|/
* Minor formatting changeIan Cordasco2015-04-101-2/+2