summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Cap the redirect_cache size to prevent memory abuseMatt Robenolt2014-10-271-1/+3
* | | Merge pull request #2323 from Lukasa/strictIan Cordasco2014-11-071-1/+1
|\ \ \
| * | | 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
* | | | Merge pull request #2317 from sigmavirus24/bug/2316Kenneth Reitz2014-11-012-2/+7
|\ \ \ \
| * | | | Use to_native_string instead of builtin_strIan Cordasco2014-10-312-2/+7
|/ / / /
* | | | Merge pull request #2306 from ssadler/fix-failing-test-test_prepare_unicode_urlIan Cordasco2014-10-262-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix failing test "test_prepare_unicode_url" \(take 3\)Scott Sadler2014-10-261-1/+2
| * | | Revert "fix failing test "test_prepare_unicode_url""Scott Sadler2014-10-261-3/+3
| * | | fix failing test "test_prepare_unicode_url"Scott Sadler2014-10-261-3/+3
| * | | Revert "fix failing test "test_prepare_unicode_url""Scott Sadler2014-10-261-5/+4
| * | | update AUTHORSScott Sadler2014-10-251-0/+1
| * | | fix failing test "test_prepare_unicode_url"Scott Sadler2014-10-251-4/+5
| | |/ | |/|
* | | Merge pull request #2295 from 2deviant/feature-custom-newlineKenneth Reitz2014-10-251-2/+6
|\ \ \ | |/ / |/| |
| * | 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 #2290 from syedsuhail/fix-2282Cory Benfield2014-10-192-6/+6
|\ \
| * | Fix #2279. Update layout csssyedsuhail2014-10-192-6/+6
* | | Merge pull request #2289 from syedsuhail/fix-2288Cory Benfield2014-10-192-8/+3
|\ \ \ | |/ /
| * | Fix #2288. Change urllib3 and chardet workflowsyedsuhail2014-10-192-8/+3
|/ /
* | Merge pull request #2282 from morganthrapp/patch-1Kenneth Reitz2014-10-141-2/+2
|\ \
| * | Update sidebarintro.htmlmorganthrapp2014-10-141-2/+2
|/ /
* | Merge pull request #2273 from sigmavirus24/add-changelog-to-sidebarKenneth Reitz2014-10-121-0/+1
|\ \
| * | Add Release History to the sidebarIan Cordasco2014-10-091-0/+1
* | | Merge pull request #2271 from mikecool1000/fix-2250Ian Cordasco2014-10-101-1/+1
|\ \ \ | |/ / |/| |
| * | 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
* | v2.4.3Kenneth Reitz2014-10-061-1/+10
* | Merge pull request #2268 from sigmavirus24/fix-paramsKenneth Reitz2014-10-062-4/+4
|\ \
| * | Re-order params for backwards compatIan Cordasco2014-10-052-4/+4
* | | Merge pull request #2267 from minrk/unicode-url-py2Kenneth Reitz2014-10-062-2/+10
|\ \ \ | |/ / |/| |
| * | allow unicode URLs on Python 2MinRK2014-10-052-2/+10
|/ /
* | 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
* | | v2.4.2 changelogKenneth Reitz2014-10-051-0/+22
* | | 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-054-10/+38
|\ \ \ \