summaryrefslogtreecommitdiff
path: root/requests/models.py
Commit message (Expand)AuthorAgeFilesLines
* merge 2.0 insto masterKenneth Reitz2013-09-241-7/+13
|\
| * Python defaults arguments are hard.Cory Benfield2013-09-131-2/+2
| * Merge pull request #1537 from Lukasa/datetimeKenneth Reitz2013-08-211-0/+4
| |\
| | * Allow non-string objects to be data with filesCory Benfield2013-08-171-0/+4
| * | Raise an error for unsupported hook eventPaul Matthews2013-08-121-0/+3
| |/
| * Catch UnsupportedOperation.Cory Benfield2013-08-031-2/+2
| * Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0Kenneth Reitz2013-07-311-3/+2
| |\
| | * Instantiate the CID directly.Cory Benfield2013-07-291-2/+1
| | * Header keys should be native strings.Cory Benfield2013-07-291-2/+2
* | | Merge pull request #1503 from skastel/masterKenneth Reitz2013-09-241-2/+4
|\ \ \
| * | | Raising ValueError's when we're passed inconsistent POST data and files dict.Stephen Huenneke2013-08-061-2/+4
| * | | Making sure we check for str/unicode.Stephen Huenneke2013-07-291-2/+2
| * | | Fixing error return to be consistent with tuple return at the end of the method.Stephen Huenneke2013-07-291-1/+1
| | |/ | |/|
* | | Merge pull request #1508 from dieterv/masterKenneth Reitz2013-07-311-3/+0
|\ \ \ | |_|/ |/| |
| * | remove duplicate commentDieter Verfaillie2013-07-311-3/+0
| |/
* | Merge pull request #1498 from Lukasa/incompletereadKenneth Reitz2013-07-311-4/+10
|\ \
| * | Wrap IncompleteRead in ChunkedEncodingError.Cory Benfield2013-07-281-4/+10
| |/
* | Merge pull request #1501 from sigmavirus24/remove_setting_of_hooksKenneth Reitz2013-07-311-1/+0
|\ \
| * | Fix duplication of efforts caught by @dofelwIan Cordasco2013-07-291-1/+0
* | | Merge settings when creating PreparedRequest, don't copy Request.Robert Estelle2013-07-311-32/+27
* | | Shallow copy of Request fields in Request.copy()Robert Estelle2013-07-301-6/+12
* | | Prepare requests with session settings separately from sending.Robert Estelle2013-07-301-0/+13
| |/ |/|
* | Merge pull request #1494 from Lukasa/closeCory Benfield2013-07-271-0/+5
|\ \
| * | Document the Response.close() method.Cory Benfield2013-07-251-0/+5
| |/
* | Merge pull request #1476 from sigmavirus24/add_copy_to_prepared_requestsKenneth Reitz2013-07-261-0/+9
|\ \ | |/ |/|
| * Add copy method to PreparedRequest objectsIan Cordasco2013-07-201-1/+10
* | Fix a few warnings flagged by PyDevDavid Pursehouse2013-07-221-2/+1
|/
* Remove urllib3-specific kwargs from general codeCory Benfield2013-07-041-1/+1
* Use the new urllib3 stream generator.Cory Benfield2013-06-181-5/+12
* Only switch to chunked if we don't know the length of a file like object. Thi...Jeff Mancuso2013-05-231-2/+2
* Fix typo, %t -> %rpapaeye2013-05-221-1/+1
* Only pass unicode fieldnames to urllib3.Ib Lundgren2013-05-211-1/+1
* Fix for #1362.Dave Shawley2013-05-161-7/+15
* Prevent a KeyError when there's no link headersIan Cordasco2013-05-081-1/+1
* Merge pull request #1279 from jemerick/unicode_multipart_postKenneth Reitz2013-04-161-5/+7
|\
| * model the encode_files data handling after encode_paramsJason Emerick2013-04-021-5/+7
| * use compat.str instead of compat.builtin_strJason Emerick2013-04-011-2/+2
* | Use streaming decompression feature of urllib3.schlamar2013-04-101-3/+3
* | Fix #1293Ian Cordasco2013-04-061-1/+4
* | Merge pull request #1277 from pborreli/typosKenneth Reitz2013-04-011-1/+1
|\ \
| * | Fixed typosPascal Borreli2013-04-011-1/+1
| |/
* | is should not be used for comparing numbersAlex Gaynor2013-03-311-1/+1
|/
* Fix the tests and unseparate comments from codeIan Cordasco2013-03-281-1/+1
* This should take care of #1266Ian Cordasco2013-03-271-3/+5
* Clarify streaming behavior in iter_lines docJustin Fenn2013-03-251-7/+8
* firstKenneth Reitz2013-03-221-1/+1
* actually cleanup url authenticationKenneth Reitz2013-03-221-4/+8
* simplify get_auth_from_url callKenneth Reitz2013-03-221-5/+4
* - Pull credentials out of the URL when possible.Jamu Kakar2013-03-211-1/+5
* Add ability to pass `response` to `HTTPError()`Dmitry Medvinsky2013-03-031-3/+1