summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.5.1v2.5.1Ian Cordasco2014-12-231-2/+2
* Add release notes for 2.5.1Ian Cordasco2014-12-231-0/+13
* Merge pull request #2389 from sigmavirus24/bug/fix-digest-authIan Cordasco2014-12-231-3/+4
|\
| * Fix bug in renegotiating a nonce with the serverIan Cordasco2014-12-231-3/+4
|/
* Fix error handling on Python 3Ian Cordasco2014-12-161-1/+1
* Merge branch 'master' of https://github.com/ContinuousFunction/requests into ...Ian Cordasco2014-12-162-2/+10
|\
| * Uncommented test in test_requests.pyContinuousFunction2014-12-151-9/+9
| * Merge branch 'master' of https://github.com/kennethreitz/requestsContinuousFunction2014-12-1528-160/+507
| |\
| * | Changed ConnectionError to InvalidURLContinuousFunction2014-11-172-3/+3
| * | Partially addresses Issue #1572ContinuousFunction2014-11-152-11/+19
* | | Merge pull request #2382 from daftshady/exceptionCory Benfield2014-12-161-4/+3
|\ \ \ | |_|/ |/| |
| * | catch exception more specifically in Response.okdaftshady2014-12-161-4/+3
|/ /
* | Merge pull request #2381 from namlede/patch-1Cory Benfield2014-12-151-1/+1
|\ \
| * | Fix a typo in a commentBen Edelman2014-12-151-1/+1
|/ /
* | Merge pull request #2379 from arthurdarcet/masterIan Cordasco2014-12-133-1/+10
|\ \
| * | utils.guess_filename fails if the given parameter looks like a file object bu...Arthur Darcet2014-12-123-1/+10
|/ /
* | Merge pull request #2374 from krvc/fix_linkIan Cordasco2014-12-081-1/+1
|\ \
| * | Updated the broken link to twitter streaming API documentationrakesh2014-12-091-1/+1
|/ /
* | Merge pull request #2373 from frewsxcv/patch-1Ian Cordasco2014-12-081-1/+1
|\ \
| * | Enable GitHub syntax highlighting on READMECorey Farwell2014-12-081-1/+1
|/ /
* | Merge pull request #2363 from sigmavirus24/fix-testsKenneth Reitz2014-12-021-7/+7
|\ \
| * | Update tests to work offlineIan Cordasco2014-12-011-7/+7
* | | Merge pull request #2365 from sigmavirus24/release/2.5v2.5.0Ian Cordasco2014-12-012-2/+37
|\ \ \ | |/ / |/| |
| * | Bump version to 2.5.0Ian Cordasco2014-12-011-2/+2
| * | Add updates for 2.5.0Ian Cordasco2014-12-011-0/+35
|/ /
* | Merge pull request #2216 from sigmavirus24/retries-take-2Kenneth Reitz2014-12-013-5/+31
|\ \
| * | Update HTTPAdapter docstringIan Cordasco2014-11-121-1/+3
| * | Add last few changes and add a quick testIan Cordasco2014-11-123-4/+25
| * | 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
* | | Merge pull request #2348 from danmichaelo/masterKenneth Reitz2014-11-301-0/+13
|\ \ \
| * | | Docs: Add more section labels for referencingDan Michael O. Heggø2014-11-171-0/+13
| | |/ | |/|
* | | Merge pull request #2353 from mattrobenolt/patch-1Kenneth Reitz2014-11-301-1/+1
|\ \ \ | |/ / |/| |
| * | 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-272-4/+4
| * | | Note about read timeout errors and max_retriesKevin Burke2014-10-261-0/+2
| |/ /
* | | Merge pull request #2332 from asnelzin/fix-2329Kenneth Reitz2014-11-122-1/+9
|\ \ \
| * | | Fixed.Alexander Nelzin2014-11-121-1/+1
| * | | Added test for overriding Content-Length.Alexander Nelzin2014-11-121-0/+8
| | |/ | |/|
* | | 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
* | | | Merge pull request #2333 from akitada/reinit-posIan Cordasco2014-11-121-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
|\ \ \ | |/ / |/| |