Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the cryptography package into a src/ subdirectory | Donald Stufft | 2014-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py. | ||||
* | Added new license files. Refs #1209 | Alex Gaynor | 2014-10-31 | 1 | -0/+2 |
| | |||||
* | Simplify, thanks @dstufft | Alex Gaynor | 2014-08-11 | 1 | -2/+1 |
| | |||||
* | Refs #1301 -- moved constant time code into it's own .c and .h files | Alex Gaynor | 2014-08-11 | 1 | -0/+2 |
| | |||||
* | cryptography.vectors | Alex Stapleton | 2014-03-22 | 1 | -2/+1 |
| | |||||
* | don't prune static. why would you do that? | Paul Kehrer | 2014-02-24 | 1 | -1/+0 |
| | |||||
* | add docs to sdist. fixes #679 | Paul Kehrer | 2014-02-24 | 1 | -0/+3 |
| | |||||
* | Add changelog to toplevel, include in sdist | Matthew Iversen | 2014-02-25 | 1 | -1/+2 |
| | |||||
* | Include the fernet vectors in the sdist | Alex Gaynor | 2014-02-01 | 1 | -0/+1 |
| | | | | We include the other vectors, so consistency! | ||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Include all of our files in the distributions, and install packages | Donald Stufft | 2013-08-11 | 1 | -0/+7 |