aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* initial x509 version supportPaul Kehrer2014-12-151-0/+1
* add pyasn1 as a dependencyPaul Kehrer2014-11-271-1/+1
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-2/+8
* Build FFI instance when class is created, load library when instantiatedDonald Stufft2014-11-071-2/+2
* Update the license in setup.pyAlex Gaynor2014-10-311-0/+1
* Fix PEP-8 violationsPeter Odding2014-09-291-5/+10
* Fix for keywords_with_side_effects() (compatibility with pip metadata discovery)Peter Odding2014-09-291-3/+26
* Simplify dummy commands (fix inheritance, remove finalize_options())Peter Odding2014-09-291-12/+3
* Bullet proof (?) detection of arguments that don't need setup_requiresPeter Odding2014-09-291-11/+45
* Bug fix for implementation of dummy commandsPeter Odding2014-09-291-1/+7
* Replace commands that depend on setup_requires with no-op that raises errorPeter Odding2014-09-291-1/+48
* PEP-8 fixes pointed out by Travis CIPeter Odding2014-09-291-3/+4
* Change nested dictionary literal to match house stylePeter Odding2014-09-291-4/+8
* Make sys.argv an argument of keywords_with_side_effects()Peter Odding2014-09-291-4/+7
* Work around for side effects in setup.py scriptPeter Odding2014-09-291-8/+33
* Fix?Alex Gaynor2014-08-111-0/+1
* Removed need for Binding entry_pointTerry Chia2014-07-281-10/+18
* Added entry_points.Terry Chia2014-07-271-1/+15
* Check for errors when invoking the vectors setup.pyAlex Gaynor2014-07-111-2/+3
* use pyasn1 for creating the dss-sig-value structurePaul Kehrer2014-04-301-0/+1
* Fix pep8 errors for latest import linterAlex Stapleton2014-04-201-1/+1
* Import lint errorAlex Stapleton2014-04-201-1/+1
* Add custom 'install' command classSascha Peilicke2014-04-011-18/+34
* add some comments to note the duplication between setup.py and tox.iniPaul Kehrer2014-03-281-0/+1
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-241-2/+16
* cryptography.vectorsAlex Stapleton2014-03-221-1/+3
* revert one import order changePaul Kehrer2014-03-191-1/+1
* import order fixes for future automated checkingPaul Kehrer2014-03-191-2/+3
* We support 3.4Alex Gaynor2014-03-171-0/+1
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+3
* The worst.Alex Gaynor2014-03-041-1/+1
* Follow the rulesAlex Gaynor2014-03-041-2/+2
* And again. Remove whitespace (pep8)koobs2014-02-251-1/+1