summaryrefslogtreecommitdiff
path: root/requests/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bug 2540sh1buy2015-04-111-1/+2
* Fix bug 2540sh1buy2015-04-111-1/+1
* fix bug 2540sh1buy2015-04-111-1/+1
* #2532: Documented strange behaviour in "PreparedRequest.prepare_cookies", cau...Smiley Barry2015-04-061-1/+9
* Copy a PreparedRequest's CookieJar reliablyIan Cordasco2015-04-051-2/+2
* Expand on what 'elapsed' means.Cory Benfield2015-03-211-1/+5
* Merge pull request #2472 from scholer/masterIan Cordasco2015-03-141-5/+6
|\
| * Avoid duplicating files data when creating a Request with str/bytes/bytearray...Rasmus Scholer (TimelineX)2015-03-041-5/+6
* | Document Response.iter_lines() reentrancy issuesPriit Laes2015-03-071-0/+2
|/
* models.RequestEncodingMixin._encode_files now takes bytearray as fp in additi...Rasmus Scholer (TimelineX)2015-03-031-1/+1
* Fix error handling on Python 3Ian Cordasco2014-12-161-1/+1
* Merge branch 'master' of https://github.com/ContinuousFunction/requests into ...Ian Cordasco2014-12-161-2/+5
|\
| * Changed ConnectionError to InvalidURLContinuousFunction2014-11-171-1/+1
| * Partially addresses Issue #1572ContinuousFunction2014-11-151-2/+5
* | catch exception more specifically in Response.okdaftshady2014-12-161-4/+3
|/
* Fixed.Alexander Nelzin2014-11-121-1/+1
* Changing parameter name `newline` ==> `delimiter`.Val Tenyotkin2014-10-241-3/+3
* Adding a custom line delimiter to iter_lines()Val Tenyotkin2014-10-211-2/+6
* Merge pull request #2268 from sigmavirus24/fix-paramsKenneth Reitz2014-10-061-2/+2
|\
| * Re-order params for backwards compatIan Cordasco2014-10-051-2/+2
* | allow unicode URLs on Python 2MinRK2014-10-051-2/+2
|/
* Merge pull request #2241 from tijko/masterKenneth Reitz2014-10-051-2/+5
|\
| * using the `StreamConsumedError`Tim Konick2014-09-221-4/+4
| * rm `else` after `if` then `raise` blockTim Konick2014-09-221-3/+2
| * raise RuntimeError when a single streamed request calls *iter methods than onceTim Konick2014-09-221-2/+6
* | Merge pull request #2258 from willingc/add-jsonKenneth Reitz2014-10-051-6/+17
|\ \
| * | Fix a couple of issues I noticedIan Cordasco2014-09-301-9/+11
| * | Changes check on base and json. Fails on tests.Carol Willing2014-08-281-6/+5
| * | Adds review changesCarol Willing2014-08-281-2/+2
| * | Adds json parameter for POST requestsCarol Willing2014-08-281-6/+16
* | | Support bytestring URLs on Python 3.xJoe Alcorn2014-09-301-6/+7
| |/ |/|
* | Document skipping in PreparedRequest; followup to #2222Daniel Hahler2014-09-121-1/+3
|/