summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Update HISTORY and version for v2.5.2v2.5.2Ian Cordasco2015-02-231-2/+2
* Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438ccaIan Cordasco2015-02-236-83/+197
* Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4Joe Smith2015-02-115-11/+79
* Update certificate bundle.Cory Benfield2015-02-101-550/+635
* Merge pull request #2393 from sigmavirus24/bug/2356Kenneth Reitz2015-01-271-4/+12
|\
| * Attempt to quote anyway if unquoting failsIan Cordasco2015-01-181-4/+12
* | Merge pull request #2412 from sigmavirus24/remove-cruftKenneth Reitz2015-01-271-52/+0
|\ \
| * | Remove entirely unnecessary and unused bits from requests.compatIan Cordasco2015-01-181-52/+0
* | | Merge pull request #2413 from sigmavirus24/bug/2411Kenneth Reitz2015-01-272-3/+4
|\ \ \
| * | | Check that a filename is a basestring instanceIan Cordasco2015-01-202-3/+4
| |/ /
* | | Move noncebit to the only place it is usedIan Cordasco2015-01-191-1/+3
|/ /
* | Update urllib3 to a27758625e4169330fcf965652b1093faf5aaaa2Ian Cordasco2015-01-094-17/+35
* | Merge pull request #2375 from sigmavirus24/fix-imports-when-unbundledKenneth Reitz2015-01-091-1/+93
|\ \
| * | Give proper attribution to pipIan Cordasco2014-12-121-5/+20
| * | Copy pip's import machinery wholesaleIan Cordasco2014-12-081-1/+78
* | | Changing year in all copyright informationShrayas2015-01-011-2/+2
* | | Enhance documentation for clarity.Cory Benfield2014-12-241-8/+9
* | | Clean up cookie docs and display them.Cory Benfield2014-12-241-40/+48
* | | Bump version to 2.5.1v2.5.1Ian Cordasco2014-12-231-2/+2
* | | 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-161-2/+5
|\ \
| * \ Merge branch 'master' of https://github.com/kennethreitz/requestsContinuousFunction2014-12-1523-152/+430
| |\ \
| * | | 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
| |/ / |/| |
* | | Fix a typo in a commentBen Edelman2014-12-151-1/+1
* | | utils.guess_filename fails if the given parameter looks like a file object bu...Arthur Darcet2014-12-121-1/+1
| |/ |/|
* | 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