| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | wheel is bdist_wheel for a while now | Hynek Schlawack | 2016-04-19 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #460 from Lukasa/issue/458 | Hynek Schlawack | 2016-03-30 | 2 | -20/+72 | |
| |\ | | | | | Raise NotImplementedError when SNI not present. | |||||
| | * | Test markups. | Cory Benfield | 2016-03-30 | 1 | -3/+3 | |
| | | | ||||||
| | * | Switch to pytest test style. | Cory Benfield | 2016-03-30 | 1 | -6/+9 | |
| | | | ||||||
| | * | Add basic tests for _make_requires | Cory Benfield | 2016-03-30 | 1 | -0/+39 | |
| | | | ||||||
| | * | Factor out common code of requires decorators | Cory Benfield | 2016-03-29 | 1 | -35/+26 | |
| | | | ||||||
| | * | Raise NotImplementedError when SNI not present. | Cory Benfield | 2016-03-29 | 1 | -0/+19 | |
| |/ | ||||||
| * | Merge pull request #455 from hynek/master | Cory Benfield | 2016-03-19 | 2 | -1/+25 | |
| |\ | | | | | Start 16.1.0 cycle | |||||
| | * | Start 16.1.0 cycle | Hynek Schlawack | 2016-03-19 | 2 | -1/+25 | |
| |/ | ||||||
| * | Merge pull request #454 from hynek/master16.0.0 | Cory Benfield | 2016-03-19 | 2 | -2/+2 | |
| |\ | | | | | Prepare 16.0.0 | |||||
| | * | Prepare 16.0.0 | Hynek Schlawack | 2016-03-19 | 2 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #453 from hynek/master | Cory Benfield | 2016-03-19 | 4 | -46/+55 | |
| |\ | | | | | Some Doc polishing | |||||
| | * | Braaaaand | Hynek Schlawack | 2016-03-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix some links and markup | Hynek Schlawack | 2016-03-19 | 3 | -39/+37 | |
| | | | ||||||
| | * | Some README polishing | Hynek Schlawack | 2016-03-19 | 1 | -7/+18 | |
| |/ | ||||||
| * | Merge pull request #422 from hynek/set_session_id | Paul Kehrer | 2016-03-18 | 7 | -54/+186 | |
| |\ | | | | | Implement missing methods | |||||
| | * | cryptography 1.3 is here! | Hynek Schlawack | 2016-03-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix changelog | Hynek Schlawack | 2016-03-16 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix cryptography minimum version | Hynek Schlawack | 2016-03-16 | 3 | -9/+10 | |
| | | | ||||||
| | * | Implement Context.set_session_id | Hynek Schlawack | 2016-03-16 | 4 | -44/+175 | |
| | | | ||||||
| * | | Merge pull request #451 from reaperhulk/no-crypto-free | Hynek Schlawack | 2016-03-18 | 1 | -1/+1 | |
| |\ \ | | | | | | | switch to OPENSSL_free | |||||
| | * | | switch to OPENSSL_free | Paul Kehrer | 2016-03-17 | 1 | -1/+1 | |
| | |/ | | | | | | | | | CRYPTO_free's function signature is changing in 1.1.0 and OPENSSL_free does the same thing for this purpose | |||||
| * | | Merge pull request #452 from reaperhulk/no-remove-thread-state | Hynek Schlawack | 2016-03-18 | 1 | -2/+2 | |
| |\ \ | | | | | | | swap ERR_remove_thread_state for ERR_clear_error | |||||
| | * | | swap ERR_remove_thread_state for ERR_clear_error | Paul Kehrer | 2016-03-17 | 1 | -2/+2 | |
| | |/ | | | | | | | | | | | | | ERR_remove_thread_state with a NULL arg clears for the current thread, which is the same behavior as ERR_clear_error. In OpenSSL 1.1.0 ERR_remove_thread_state no longer takes an argument at all so we might as well just switch this test | |||||
| * | | Merge pull request #450 from hynek/master | Paul Kehrer | 2016-03-17 | 2 | -2/+58 | |
| |\ \ | |/ |/| | Adopt CoC Covenant | |||||
| | * | Adopt CoC Covenant | Hynek Schlawack | 2016-03-17 | 2 | -2/+58 | |
| |/ | ||||||
| * | Merge pull request #449 from pyca/alex-patch-1 | Hynek Schlawack | 2016-03-16 | 3 | -14/+9 | |
| |\ | | | | | Remove code for pre-cryptography 1.2 | |||||
| | * | Bump | Alex Gaynor | 2016-03-16 | 1 | -6/+6 | |
| | | | ||||||
| | * | Update these jobs | Alex Gaynor | 2016-03-16 | 1 | -2/+2 | |
| | | | ||||||
| | * | Remove code for pre-cryptography 1.2 | Alex Gaynor | 2016-03-16 | 1 | -6/+1 | |
| |/ | ||||||
| * | Merge pull request #448 from hynek/master | Alex Gaynor | 2016-03-16 | 1 | -2/+2 | |
| |\ | | | | | Use PyPy 5.0.0 | |||||
| | * | Use PyPy 5.0.0 | Hynek Schlawack | 2016-03-16 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #446 from Lukasa/test-urllib3 | Hynek Schlawack | 2016-03-16 | 3 | -1/+26 | |
| |\ | | | | | Add smoke tests for urllib3. | |||||
| | * | We don't need the whole history. | Cory Benfield | 2016-03-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Whitelist rm | Cory Benfield | 2016-03-14 | 1 | -0/+2 | |
| | | | ||||||
| | * | Use urllib3's dev-requirements where possible. | Cory Benfield | 2016-03-14 | 2 | -3/+1 | |
| | | | ||||||
| | * | Smoke test for urllib3. | Cory Benfield | 2016-03-14 | 3 | -1/+26 | |
| |/ | ||||||
| * | Merge pull request #444 from hynek/state_string | Paul Kehrer | 2016-03-14 | 4 | -9/+7 | |
| |\ | | | | | Rename state_name to get_state_name | |||||
| | * | Rename state_name to get_state_name | Hynek Schlawack | 2016-03-14 | 4 | -9/+7 | |
| |/ | | | | | A bit more consistent naming. Rename is possible because the method hasn't been part of a release yet. | |||||
| * | Merge pull request #445 from hynek/header | Paul Kehrer | 2016-03-14 | 2 | -2/+12 | |
| |\ | | | | | Print library versions the proper way | |||||
| | * | Move conftest.py into tests | Hynek Schlawack | 2016-03-14 | 2 | -1/+1 | |
| | | | ||||||
| | * | Print library versions the proper way | Hynek Schlawack | 2016-03-14 | 3 | -3/+13 | |
| |/ | ||||||
| * | Merge pull request #443 from hynek/changelog | Paul Kehrer | 2016-03-13 | 5 | -25/+40 | |
| |\ | | | | | De-Sphinx CHANGELOG & add rel info to description | |||||
| | * | De-Sphinx CHANGELOG & add rel info to description | Hynek Schlawack | 2016-03-13 | 5 | -25/+40 | |
| |/ | ||||||
| * | Merge pull request #440 from hynek/examples | Paul Kehrer | 2016-03-13 | 12 | -102/+182 | |
| |\ | | | | | Polish up examples (somewhat) | |||||
| | * | Polish up examples (somewhat) | Hynek Schlawack | 2016-03-13 | 12 | -102/+182 | |
| | | | | | | | | | | | | | | | | | | | - Mention them in the docs (arguably a bit hamfistedly). - Make the README an RST. - Make them pass flake8 and add flake8 to tox.ini They should all be rewritten and made Python 3-friendly but that's out of scope here. | |||||
| * | | Merge pull request #442 from hynek/more-422 | Paul Kehrer | 2016-03-13 | 5 | -11/+18 | |
| |\ \ | | | | | | | Pluck more unrelated bits from #422 | |||||
| | * | | Pluck more unrelated bits from #422 | Hynek Schlawack | 2016-03-13 | 5 | -11/+18 | |
| |/ / | ||||||
| * | | Merge pull request #441 from hynek/deprecate-2.6 | Cory Benfield | 2016-03-13 | 1 | -3/+4 | |
| |\ \ | |/ |/| | Deprecate Python 2.6 | |||||
| | * | Deprecate Python 2.6 | Hynek Schlawack | 2016-03-13 | 1 | -3/+4 | |
| |/ | | | | Bind actual drop to cryptography. | |||||
