summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging new release version: 1.171.17Cory Benfield2016-09-0662-1535/+2198
|\
| * Merge pull request #968 from Lukasa/changes/cut-1.17Cory Benfield2016-09-061-2/+6
| |\
| | * Update changes for 1.17Cory Benfield2016-09-061-2/+6
| |/
| * Merge pull request #964 from Lukasa/blacklist-pysocks-157Cory Benfield2016-09-061-1/+1
| |\
| | * Merge branch 'master' into blacklist-pysocks-157Cory Benfield2016-09-066-20/+26
| | |\ | | |/ | |/|
| * | Merge pull request #967 from Lukasa/springjools-masterCory Benfield2016-09-052-7/+10
| |\ \
| | * | Fixup some whitespace.Cory Benfield2016-09-051-2/+2
| | * | Add changelog for #967.Cory Benfield2016-09-051-0/+3
| | * | Merge branch 'master' of https://github.com/springjools/urllib3 into springjo...Cory Benfield2016-09-051-5/+5
| | |\ \ | |/ / /
| | * | Update connectionpool.pyJools2016-07-151-5/+5
| * | | Merge pull request #966 from Lukasa/scop-closeCory Benfield2016-09-054-13/+16
| |\ \ \
| | * \ \ Merge branch 'close' of https://github.com/scop/urllib3 into scop-closeCory Benfield2016-09-054-13/+16
| | |\ \ \ | |/ / / /
| | * | | Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-264-13/+16
| | | | * PySocks 1.5.7 causes problems with IPv6.Cory Benfield2016-09-051-1/+1
| | |_|/ | |/| |
| * | | Merge pull request #963 from scop/pypy54Cory Benfield2016-09-031-2/+2
| |\ \ \
| | * | | Update Travis PyPy testing to 5.4Ville Skyttä2016-09-031-2/+2
| |/ / /
| * | | Merge pull request #949 from nateprewitt/723_strict_content_lengthCory Benfield2016-08-287-4/+241
| |\ \ \
| | * | | enforce_content_length for incrementally read responsesNate Prewitt2016-08-285-2/+100
| | * | | adding length_remaining functionality to HTTPResponseNate Prewitt2016-08-286-4/+143
| |/ / /
| * | | Merge pull request #958 from Lukasa/update-cipher-suites-again-seriouslyCory Benfield2016-08-252-7/+4
| |\ \ \
| | * | | More CHANGESCory Benfield2016-08-241-0/+2
| | * | | Remove HIGH cipher suites as well.Cory Benfield2016-08-241-3/+0
| | * | | Remove 3DES support.Cory Benfield2016-08-242-4/+2
| |/ / /
| * | | Merge pull request #946 from scop/sixmoreCory Benfield2016-08-157-35/+9
| |\ \ \
| | * | | Import more from sixVille Skyttä2016-08-157-35/+9
| |/ / /
| * | | Merge pull request #947 from Lukasa/update-cipher-suitesJesse Shapiro2016-08-152-6/+27
| |\ \ \
| | * | | Changelog update for #947.Cory Benfield2016-08-151-0/+3
| | * | | Split ciphers up to individual lines.Cory Benfield2016-08-151-5/+21
| | * | | Improve the cipher suite commentCory Benfield2016-08-151-1/+3
| | * | | Add support for ChaCha20.Cory Benfield2016-08-151-3/+3
| |/ / /
| * | | Merge pull request #935 from scop/sixmoreCory Benfield2016-08-063-14/+10
| |\ \ \
| | * | | Add include=urllib3/* to prevent core module coverage through six.movesVille Skyttä2016-08-051-0/+3
| | * | | Use HTTPException, LifoQueue, Empty, and Full from sixVille Skyttä2016-08-052-14/+7
| |/ / /
| * | | Add release note about #941 (#943)Ian Cordasco2016-08-031-0/+3
| * | | Merge pull request #941 from krrr/masterIan Cordasco2016-08-031-1/+3
| |\ \ \
| | * | | Use OS default certs when possiblekrrr2016-08-021-1/+3
| |/ / /
| * | | Merge pull request #942 from sigmavirus24/allow-pypy-5.3-to-failJesse Shapiro2016-08-011-0/+2
| |\ \ \
| | * | | Allow PyPy 5.3 to failIan Cordasco2016-08-011-0/+2
| |/ / /
| * | | Merge pull request #940 from jonparrott/docs-patchesCory Benfield2016-07-304-125/+155
| |\ \ \
| | * | | Update README.rst to better reflect new documentation.Jon Wayne Parrott2016-07-293-125/+78
| | * | | Add more advanced usage docsJon Wayne Parrott2016-07-291-0/+77
| |/ / /
| * | | Merge pull request #939 from jayvdb/use-travis-pypy-5.xCory Benfield2016-07-294-36/+14
| |\ \ \
| | * | | Use Travis supplied PyPy 5.3John Vandenberg2016-07-294-36/+14
| |/ / /
| * | | Merge pull request #937 from kalefranz/url-slotsCory Benfield2016-07-261-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | use dunder slots for Url class slots variableKale Franz2016-07-261-1/+1
| |/ /
| * | Merge pull request #932 from scop/spellingIan Cordasco2016-07-262-2/+2
| |\ \
| | * | Spelling fixesVille Skyttä2016-07-262-2/+2
| |/ /
| * | Merge pull request #933 from sigmavirus24/bug/use-new-noqaCory Benfield2016-07-262-3/+3
| |\ \
| | * | Ignore only the unused import errorIan Cordasco2016-07-262-3/+3
| |/ /
| * | Merge pull request #929 from nateprewitt/3421_fp_not_closedCory Benfield2016-07-194-0/+41
| |\ \