aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Sphinx 1.6.2 is also broken (#3627)Alex Gaynor2017-05-281-1/+1
* Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor2017-05-231-4/+4
* Remove dependency on setuptools (#3567)Alex Gaynor2017-05-221-1/+0
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-12/+0
* pin sphinx version to avoid test breakage (#3544)Alex Gaynor2017-05-171-1/+1
* Don't compare cffi version using strings (#3524)Alex Gaynor2017-04-291-1/+0
* bump minimum setuptools version (#3513)Alex Gaynor2017-04-221-1/+1
* Fixes #3409 -- bump idna dep to a version with massively improved performance...Alex Gaynor2017-02-201-1/+1
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-161-0/+1
* replace pyasn1 with asn1crypto (#3361)Ofek Lev2017-02-081-2/+1
* Fixed #3334 -- added Python 3.6 support (#3335)Alex Gaynor2016-12-231-0/+1
* older readme_renderer doesn't work with docutils 0.13 (#3300)Paul Kehrer2016-12-091-1/+1
* CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_...InvalidInterrupt2016-08-161-0/+1
* Mark the minimum pytest version in setup.py. (#3035)Alex Gaynor2016-07-011-1/+1
* pip is prejudiced against dashes and underscores (#2922)Paul Kehrer2016-05-291-2/+2
* Remove redundant excludes from find_packagesFrazer McLean2016-03-261-3/+1
* Don't try to use hypothesis on Python 2.6, upstream dropped supportAlex Gaynor2016-02-191-1/+3
* Require a newer setuptools.Alex Gaynor2016-01-231-1/+1
* Merge pull request #2676 from alex/docs-pep8-dedupePaul Kehrer2016-01-181-0/+13
|\
| * Centralize declaration of docs and pep8 deps in setup.pyAlex Gaynor2016-01-171-0/+13
* | Delete two out of date commentsAlex Gaynor2016-01-171-1/+0
|/
* add this back, we couldn't dedupe thereAlex Gaynor2016-01-171-0/+1
* syntax errorAlex Gaynor2016-01-171-2/+4
* Port callbacks to new static callbackChristian Heimes2016-01-071-2/+2
* Fixed #2605 -- require setuptools 1.0Alex Gaynor2015-12-301-1/+1
* Revert "pin pytest to disallow 2.8.4 which breaks tests"Paul Kehrer2015-12-111-1/+1
* pin pytest to disallow 2.8.4 which breaks testsAlex Gaynor2015-12-071-1/+1
* switch to using pyasn1_modules for the testPaul Kehrer2015-10-271-1/+1
* encode countryName with PrintableStringPaul Kehrer2015-10-201-0/+1
* add shebang for setup.py scriptsDominic Chen2015-10-101-0/+2
* unpin pytest now that 2.8.2 is releasedPaul Kehrer2015-10-071-1/+1
* hypothesis-pytest is no longer a required packagePaul Kehrer2015-10-021-1/+0
* Address comments.Terry Chia2015-09-301-4/+2
* == should be !=.Terry Chia2015-09-261-1/+1
* Add plumbing for hypothesis.Terry Chia2015-09-261-0/+4
* Pin pytest to <2.8, there's a bug with deprecation warningsAlex Gaynor2015-09-191-1/+1
* added a trove classifierAlex Gaynor2015-09-171-0/+1
* raise an error if trying to install on PyPy < 2.6Paul Kehrer2015-08-201-1/+7
* Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!Alex Gaynor2015-06-221-2/+2
* setup requires can be cffi only nowPaul Kehrer2015-06-081-1/+3
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-56/+19
* require idna 2.0 or better because it's betterPaul Kehrer2015-05-181-1/+1
* Support Subject Alternative Name in the OpenSSL backendPaul Kehrer2015-04-201-0/+1
* remove python 3.2 from the classifiersPaul Kehrer2015-04-181-1/+0
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+3
|\
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+3
* | Simplify setup.py slightlyAlex Gaynor2015-04-131-6/+3
|/
* Remove the setuptools and CFFI requirements, which break pip install -UJulian Berman2015-03-081-1/+3
* Tell py.test to only run the tests from the local tests dir.Alex Gaynor2015-02-201-1/+2
* make enum34 installation conditional on python < 3.4Paul Kehrer2014-12-181-1/+3