summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.5.0Ian Cordasco2014-12-011-2/+2
* Merge pull request #2216 from sigmavirus24/retries-take-2Kenneth Reitz2014-12-012-4/+18
|\
| * Update HTTPAdapter docstringIan Cordasco2014-11-121-1/+3
| * Add last few changes and add a quick testIan Cordasco2014-11-122-3/+12
| * Update urllib3 to df4ec5cce1Ian Cordasco2014-11-127-26/+97
| * Update how we handle retries to be consistent with documentationIan Cordasco2014-11-121-3/+6
* | updatee chardet, urllib3Kenneth Reitz2014-12-0117-140/+395
* | Merge pull request #2349 from sigmavirus24/fix-picklingKenneth Reitz2014-11-301-3/+12
|\ \
| * | Properly serialize RecentlyUsedContainers for cacheIan Cordasco2014-11-171-3/+12
* | | url was already parsed, don't urlparse twiceMatt Robenolt2014-11-231-1/+1
| |/ |/|
* | Merge pull request #2309 from sigmavirus24/add-deprecation-warningsKenneth Reitz2014-11-121-0/+11
|\ \
| * | Add DeprecationWarnings to inform users of plansIan Cordasco2014-10-261-0/+11
* | | Merge pull request #2308 from kevinburke/read-timeout-retryKenneth Reitz2014-11-121-2/+4
|\ \ \
| * | | Update documentation about max_retries to reflect codeKevin Burke2014-10-271-2/+4
| |/ /
* | | Merge pull request #2332 from asnelzin/fix-2329Kenneth Reitz2014-11-121-1/+1
|\ \ \
| * | | Fixed.Alexander Nelzin2014-11-121-1/+1
| | |/ | |/|
* | | Merge pull request #2326 from sigmavirus24/close-functional-sessionsKenneth Reitz2014-11-121-1/+6
|\ \ \
| * | | Close sessions created in the functional APIIan Cordasco2014-11-071-1/+6
* | | | Fix HTTPDigestAuth not to treat non-file as a fileAkira Kitada2014-11-131-1/+5
| |/ / |/| |
* | | Merge pull request #2299 from mattrobenolt/masterIan Cordasco2014-11-071-1/+3
|\ \ \ | |/ / |/| |
| * | Cap the redirect_cache size to prevent memory abuseMatt Robenolt2014-10-271-1/+3
* | | Pass strict to urllib3.Cory Benfield2014-11-071-1/+1
* | | Merge pull request #2253 from yossigo/digest_redirect_fixKenneth Reitz2014-11-011-1/+8
|\ \ \
| * | | Clean up handle_redirect.Yossi Gottlieb2014-10-231-3/+1
| * | | Clean up, support all redirects, fix potential endless 401 loop.Yossi Gottlieb2014-10-081-8/+8
| * | | A fix for #1979 repeat HTTP digest authentication after redirect.Yossi Gottlieb2014-09-271-0/+9
* | | | Use to_native_string instead of builtin_strIan Cordasco2014-10-311-2/+2
| |_|/ |/| |
* | | 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
| |/ |/|
* | Made more betterMichael DeLay2014-10-101-1/+1
* | Fixed #2250mikecool10002014-10-091-1/+1
* | Update utils.pymikecool10002014-10-081-1/+1
* | v2.4.3v2.4.3Kenneth Reitz2014-10-061-2/+2
* | Merge pull request #2268 from sigmavirus24/fix-paramsKenneth Reitz2014-10-062-4/+4
|\ \
| * | Re-order params for backwards compatIan Cordasco2014-10-052-4/+4
* | | allow unicode URLs on Python 2MinRK2014-10-051-2/+2
|/ /
* | Merge pull request #2249 from t-8ch/fix_2247Kenneth Reitz2014-10-052-3/+18
|\ \
| * | remove unused importThomas Weißschuh2014-09-261-1/+1
| * | fix #2247Thomas Weißschuh2014-09-252-2/+17
| |/
* | requests v2.4.2v2.4.2Kenneth Reitz2014-10-051-4/+4
* | fix documentation for utils.get_unicode_from_response() :)Kenneth Reitz2014-10-051-4/+1
* | Merge pull request #2241 from tijko/masterKenneth Reitz2014-10-052-2/+8
|\ \
| * | make StreamConsumedError doubly inheritTim Konick2014-09-221-1/+1
| * | using the `StreamConsumedError`Tim Konick2014-09-221-4/+4
| * | add-in StreamConsumedErrorTim Konick2014-09-221-0/+3
| * | 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-053-10/+29
|\ \ \
| * | | Fix a couple of issues I noticedIan Cordasco2014-09-302-10/+12
| * | | Changes check on base and json. Fails on tests.Carol Willing2014-08-281-6/+5