summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * wheel is bdist_wheel for a while nowHynek Schlawack2016-04-191-1/+1
|/
* Merge pull request #460 from Lukasa/issue/458Hynek Schlawack2016-03-302-20/+72
|\ | | | | Raise NotImplementedError when SNI not present.
| * Test markups.Cory Benfield2016-03-301-3/+3
| |
| * Switch to pytest test style.Cory Benfield2016-03-301-6/+9
| |
| * Add basic tests for _make_requiresCory Benfield2016-03-301-0/+39
| |
| * Factor out common code of requires decoratorsCory Benfield2016-03-291-35/+26
| |
| * Raise NotImplementedError when SNI not present.Cory Benfield2016-03-291-0/+19
|/
* Merge pull request #455 from hynek/masterCory Benfield2016-03-192-1/+25
|\ | | | | Start 16.1.0 cycle
| * Start 16.1.0 cycleHynek Schlawack2016-03-192-1/+25
|/
* Merge pull request #454 from hynek/master16.0.0Cory Benfield2016-03-192-2/+2
|\ | | | | Prepare 16.0.0
| * Prepare 16.0.0Hynek Schlawack2016-03-192-2/+2
|/
* Merge pull request #453 from hynek/masterCory Benfield2016-03-194-46/+55
|\ | | | | Some Doc polishing
| * BraaaaandHynek Schlawack2016-03-191-1/+1
| |
| * Fix some links and markupHynek Schlawack2016-03-193-39/+37
| |
| * Some README polishingHynek Schlawack2016-03-191-7/+18
|/
* Merge pull request #422 from hynek/set_session_idPaul Kehrer2016-03-187-54/+186
|\ | | | | Implement missing methods
| * cryptography 1.3 is here!Hynek Schlawack2016-03-181-1/+1
| |
| * Fix changelogHynek Schlawack2016-03-161-2/+2
| |
| * Fix cryptography minimum versionHynek Schlawack2016-03-163-9/+10
| |
| * Implement Context.set_session_idHynek Schlawack2016-03-164-44/+175
| |
* | Merge pull request #451 from reaperhulk/no-crypto-freeHynek Schlawack2016-03-181-1/+1
|\ \ | | | | | | switch to OPENSSL_free
| * | switch to OPENSSL_freePaul Kehrer2016-03-171-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-stateHynek Schlawack2016-03-181-2/+2
|\ \ | | | | | | swap ERR_remove_thread_state for ERR_clear_error
| * | swap ERR_remove_thread_state for ERR_clear_errorPaul Kehrer2016-03-171-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/masterPaul Kehrer2016-03-172-2/+58
|\ \ | |/ |/| Adopt CoC Covenant
| * Adopt CoC CovenantHynek Schlawack2016-03-172-2/+58
|/
* Merge pull request #449 from pyca/alex-patch-1Hynek Schlawack2016-03-163-14/+9
|\ | | | | Remove code for pre-cryptography 1.2
| * BumpAlex Gaynor2016-03-161-6/+6
| |
| * Update these jobsAlex Gaynor2016-03-161-2/+2
| |
| * Remove code for pre-cryptography 1.2Alex Gaynor2016-03-161-6/+1
|/
* Merge pull request #448 from hynek/masterAlex Gaynor2016-03-161-2/+2
|\ | | | | Use PyPy 5.0.0
| * Use PyPy 5.0.0Hynek Schlawack2016-03-161-2/+2
|/
* Merge pull request #446 from Lukasa/test-urllib3Hynek Schlawack2016-03-163-1/+26
|\ | | | | Add smoke tests for urllib3.
| * We don't need the whole history.Cory Benfield2016-03-161-1/+1
| |
| * Whitelist rmCory Benfield2016-03-141-0/+2
| |
| * Use urllib3's dev-requirements where possible.Cory Benfield2016-03-142-3/+1
| |
| * Smoke test for urllib3.Cory Benfield2016-03-143-1/+26
|/
* Merge pull request #444 from hynek/state_stringPaul Kehrer2016-03-144-9/+7
|\ | | | | Rename state_name to get_state_name
| * Rename state_name to get_state_nameHynek Schlawack2016-03-144-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/headerPaul Kehrer2016-03-142-2/+12
|\ | | | | Print library versions the proper way
| * Move conftest.py into testsHynek Schlawack2016-03-142-1/+1
| |
| * Print library versions the proper wayHynek Schlawack2016-03-143-3/+13
|/
* Merge pull request #443 from hynek/changelogPaul Kehrer2016-03-135-25/+40
|\ | | | | De-Sphinx CHANGELOG & add rel info to description
| * De-Sphinx CHANGELOG & add rel info to descriptionHynek Schlawack2016-03-135-25/+40
|/
* Merge pull request #440 from hynek/examplesPaul Kehrer2016-03-1312-102/+182
|\ | | | | Polish up examples (somewhat)
| * Polish up examples (somewhat)Hynek Schlawack2016-03-1312-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-422Paul Kehrer2016-03-135-11/+18
|\ \ | | | | | | Pluck more unrelated bits from #422
| * | Pluck more unrelated bits from #422Hynek Schlawack2016-03-135-11/+18
|/ /
* | Merge pull request #441 from hynek/deprecate-2.6Cory Benfield2016-03-131-3/+4
|\ \ | |/ |/| Deprecate Python 2.6
| * Deprecate Python 2.6Hynek Schlawack2016-03-131-3/+4
|/ | | | Bind actual drop to cryptography.