summaryrefslogtreecommitdiff
path: root/requests/models.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5076 from myrheimb/patch-1Kenneth Reitz2019-08-201-1/+1
|\
| * Possible fix for #4945?Bjørnar Myrheim2019-04-301-1/+1
* | Merge branch 'master' into feature/strip-utf8-bomKenneth Reitz2019-08-201-5/+23
|\ \
| * \ Merge branch 'master' into masterKenneth Reitz2019-08-201-5/+22
| |\ \
| | * \ Merge pull request #5087 from LuckyDenis/masterKenneth Reitz2019-08-201-3/+20
| | |\ \
| | | * | #4965 fix: Accessing response.content twice removes forgets read error.Белавин Денис2019-05-141-7/+16
| | | * | #4965 fix-draw: Accessing response.content twice removes forgets read error.Белавин Денис2019-05-131-0/+8
| | | |/
| | * | Updated references to previous requests/requests GitHub pathNihaal2019-08-191-2/+2
| | |/
| * | [fix] fix failing doctests in requests/*aless102019-02-171-0/+1
| |/
* | fix response with utf8 bomEduardo Rodrigues2019-02-091-0/+3
|/
* Set iter_lines() decode_unicode default to FalseKyle Altendorf2018-11-061-1/+1
* Use comprehensions whenever possibleHugo Osvaldo Barrera2018-10-161-4/+1
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-301-2/+2
* Document that 'params' can also be a list of tuplesMatthieu Moy2018-07-171-1/+3
* Document that 'data' can be a list of tuples everywhereMatthieu Moy2018-07-171-1/+3
* Separate collections from collections.abcRaymond Hettinger2018-06-111-4/+4
* Response.content minor perf improvementOfek Lev2018-05-261-1/+1
* The library raises NoneType error when file-pointer (fp) resolves to None.Rajiv Mayani2018-05-171-1/+5
* Clarify that Response.ok will *only* return True/FalseAlex Chan2017-11-201-2/+2
* remove legacy super() callMark Szymanski2017-07-261-2/+0
* Allow Requests.Response to be used as a context managerEd Morley2017-06-061-0/+6
* cleanup models.pyKenneth Reitz2017-05-291-4/+6
* new requests namespaceKenneth Reitz2017-05-291-2/+2
* fix models.pyKenneth Reitz2017-05-261-7/+1
* fix models.pyKenneth Reitz2017-05-261-5/+6
* remove Request.send(session)Kenneth Reitz2017-05-261-6/+2
* who wrote this shitKenneth Reitz2017-05-261-2/+4
* API improvementsKenneth Reitz2017-05-261-0/+8
* Remove some unused imports.Chris Gavin2017-04-251-2/+2
* Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...Ruben Dura Tari2017-04-051-1/+1
* Update docstrings for Response.__{bool,nonzero}__Ian Cordasco2017-02-161-2/+14
* Correct docstring for Response.okIan Cordasco2017-02-161-1/+7
* added docstring for response.ok propertyMislav Cimperšak2017-02-161-0/+1
* lazily load idna libraryMoin2017-01-171-11/+27
* Revert "Restrict URL preparation to HTTP/HTTPS"Cory Benfield2016-11-301-3/+3
* Merge pull request #3695 from nateprewitt/idna_bypassCory Benfield2016-11-251-3/+9
|\
| * modifying IDNA encoding check to allow fallbackNate Prewitt2016-11-211-3/+9
* | Make Response.content return None if raw is NoneNicola Soranzo2016-11-241-1/+1
* | Make Response.content() return None if status_code is NoneNicola Soranzo2016-11-231-1/+1
* | Restrict URL preparation to HTTP/HTTPSChristian Heimes2016-11-211-3/+3
* | Just lstrip instead of strip because trailing whitespace already works.Hussain2016-11-161-2/+2
* | Fixed issue #3696. Added a test for it as well.Hussain2016-11-161-0/+3
|/
* Document that Response.json() may raise ValueErrorChris Martin2016-11-101-0/+1
* adding rewind for re-POST bodiesNate Prewitt2016-11-021-0/+14
* requests.post checked data parameters for type like dict.Philipp Konrad2016-10-271-1/+1
* 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