summaryrefslogtreecommitdiff
path: root/requests/models.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* handle urllib3 api changes; closes #2045Josh Schneier2014-07-291-5/+5
* Handle socket errors in iter_contentRoman Levin2014-07-241-1/+4
* don't make duplicate requests for permanent redirectsEric L Frederich2014-06-121-0/+5
* rename resume/resume_incomplete to permanent_redirect according to rfc7238Eric L Frederich2014-06-111-5/+5
* handle 308 redirection the same as 301 and 302Eric L Frederich2014-06-101-0/+1
* Allow copying of PreparedRequests without headers/cookiesDavid Gouldin2014-05-301-2/+2
* Remove unnecessary check for builtin_strIan Cordasco2014-05-281-1/+1
* Check for basestring, not just strIan Cordasco2014-05-271-1/+1
* Document and initialise Response.requestCory Benfield2014-05-261-0/+4
* Merge pull request #1937 from jaraco/masterKenneth Reitz2014-05-121-7/+11
|\
| * Always honor decode_unicode, even when _content is present.Jason R. Coombs2014-03-041-7/+8
| * Add documentation about decode_unicode.Jason R. Coombs2014-03-041-0/+3
* | Clearer description of Response.close().Cory Benfield2014-04-281-2/+2
* | support request tuple dataFeng Liu2014-03-271-3/+1
* | Ensure that .raw() is present after unpickling.Cory Benfield2014-03-121-0/+1
|/
* New Response property, .is_redirect.Zack Weinberg2014-02-131-1/+18
* Merge pull request #1900 from mjpieters/issue1674-json-fallback-encodingKenneth Reitz2014-02-111-1/+8
|\
| * Remove logging and charade mention.Martijn Pieters2014-02-031-3/+1
| * Reinstate falling back to self.text for JSON responsesMartijn Pieters2014-02-031-2/+11
* | Merge pull request #1902 from mjpieters/masterKenneth Reitz2014-02-061-3/+0
|\ \
| * | Remove unused loggers.Martijn Pieters2014-02-031-3/+0
* | | Document the `Response.reason` attribute.Martijn Pieters2014-02-051-1/+2
* | | One last Charade reference to remove here.Martijn Pieters2014-02-031-2/+1
|/ /
* | what is wrong with you people? :)Kenneth Reitz2014-01-311-2/+1
* | omg never do this again ever pleaseKenneth Reitz2014-01-311-2/+1
* | s/soley/solelyKevin Burke2014-01-251-1/+1
* | Fix warnings when building the docsKevin Burke2013-12-281-1/+1
* | Update docs to highlight the value of r.encoding.Cory Benfield2013-12-201-0/+5