Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pyasn1 for creating the dss-sig-value structure | Paul Kehrer | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Fix pep8 errors for latest import linter | Alex Stapleton | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Alphabetize tox.ini deps | Alex Stapleton | 2014-04-20 | 1 | -3/+3 |
| | |||||
* | Enable import order lint | Alex Stapleton | 2014-04-20 | 1 | -1/+4 |
| | |||||
* | add some comments to note the duplication between setup.py and tox.ini | Paul Kehrer | 2014-03-28 | 1 | -0/+1 |
| | |||||
* | Fix bug in release task and style fixes | Alex Stapleton | 2014-03-24 | 1 | -2/+1 |
| | | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd. | ||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -1/+4 |
| | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | ||||
* | add py34 target for python 3.4 CI | Paul Kehrer | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Install pep8-naming on travis | Alex Gaynor | 2014-03-04 | 1 | -2/+6 |
| | |||||
* | Merge pull request #683 from reaperhulk/pep8-naming | Alex Gaynor | 2014-03-04 | 1 | -1/+1 |
|\ | | | | | More Automated Checks (pep8-naming) | ||||
| * | add pep8-naming to pep8 tests | Paul Kehrer | 2014-02-24 | 1 | -1/+1 |
| | | |||||
* | | new tox docs-linkcheck target for a jenkins job to do linkcheck | Paul Kehrer | 2014-03-02 | 1 | -0/+7 |
| | | |||||
* | | Trun off linkcheck, it's too noisy. Fixes #652 | Alex Gaynor | 2014-02-28 | 1 | -1/+0 |
|/ | |||||
* | Select all errors, warnings, and flakes. | David Reid | 2014-02-24 | 1 | -0/+1 |
| | | | | | This makes sure we're taken care of incase more stuff ever gets added to the default ignores for flake8. | ||||
* | pass posargs via tox so --backend can be used for tox envs | Paul Kehrer | 2014-01-13 | 1 | -2/+2 |
| | |||||
* | This is a dep | Alex Gaynor | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Actuall install a thing | Alex Gaynor | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Try to run the spellchecker on travis | Alex Gaynor | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into fernet | Alex Gaynor | 2014-01-02 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: docs/index.rst | ||||
| * | Make the PyPy tox job consistent with the main one. | Alex Gaynor | 2014-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-27 | 1 | -2/+2 |
|\| | |||||
| * | Run py.test with catpure=no for more faster. | David Reid | 2013-12-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-12-15 | 1 | -0/+1 |
|\| | |||||
| * | Test that docs compile under latex as well --needed for PDF building | Alex Gaynor | 2013-12-15 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-19 | 1 | -2/+4 |
|\| | |||||
| * | Run pytest in --strict mode so that typso in pytest.mark give errors | Alex Gaynor | 2013-11-16 | 1 | -1/+1 |
| | | |||||
| * | Include in tox.ini | Alex Gaynor | 2013-11-08 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-07 | 1 | -1/+1 |
|\| | |||||
| * | DOn't fail tox on coverage | Alex Gaynor | 2013-11-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-11-01 | 1 | -0/+5 |
|\| | |||||
| * | Disable coverage on pypy temporarily. | David Reid | 2013-10-31 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into fernet | Alex Gaynor | 2013-10-31 | 1 | -1/+6 |
|\| | |||||
| * | Added a tox/travis just for running flake8 under py3k | Alex Gaynor | 2013-10-31 | 1 | -1/+6 |
| | | |||||
* | | Use raw vector files | Alex Gaynor | 2013-10-31 | 1 | -1/+2 |
|/ | |||||
* | Also linkcheck the docs | Alex Gaynor | 2013-10-27 | 1 | -0/+1 |
| | |||||
* | Enable all the flake8 | Alex Gaynor | 2013-10-21 | 1 | -2/+1 |
| | |||||
* | Also ignore eggs | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Better way | Alex Gaynor | 2013-10-21 | 1 | -1/+4 |
| | |||||
* | Lint setup.py | Alex Gaynor | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Fail tests if our coverage is less than 100% | Donald Stufft | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Use a None default so composition is easier | Alex Gaynor | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Run coverage from the outside so it sees everything | Alex Gaynor | 2013-10-03 | 1 | -2/+5 |
| | |||||
* | Merge branch 'master' into simple-symmetric-encryption | Alex Gaynor | 2013-08-12 | 1 | -2/+3 |
|\ | |||||
| * | Use the Sphinx doctest builder | Donald Stufft | 2013-08-11 | 1 | -2/+3 |
| | | | | | | | | | | This allows us to test our documentation snippets using the standard "doctest" utility. | ||||
* | | Fixed tox | Alex Gaynor | 2013-08-10 | 1 | -1/+3 |
| | | |||||
* | | Use an enum for determining BlockCipher operation | Donald Stufft | 2013-08-10 | 1 | -1/+1 |
|/ | |||||
* | Add a test utility functions to read & process NIST vector files | Donald Stufft | 2013-08-09 | 1 | -2/+3 |
| | |||||
* | Record coverage | Alex Gaynor | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | Move all tests to be controlled by tox | Alex Gaynor | 2013-08-07 | 1 | -0/+16 |