| Commit message (Expand) | Author | Age | Files | Lines |
* | initial x509 version support | Paul Kehrer | 2014-12-15 | 1 | -0/+1 |
* | add pyasn1 as a dependency | Paul Kehrer | 2014-11-27 | 1 | -1/+1 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
* | Move the cryptography package into a src/ subdirectory | Donald Stufft | 2014-11-13 | 1 | -2/+8 |
* | Build FFI instance when class is created, load library when instantiated | Donald Stufft | 2014-11-07 | 1 | -2/+2 |
* | Update the license in setup.py | Alex Gaynor | 2014-10-31 | 1 | -0/+1 |
* | Fix PEP-8 violations | Peter Odding | 2014-09-29 | 1 | -5/+10 |
* | Fix for keywords_with_side_effects() (compatibility with pip metadata discovery) | Peter Odding | 2014-09-29 | 1 | -3/+26 |
* | Simplify dummy commands (fix inheritance, remove finalize_options()) | Peter Odding | 2014-09-29 | 1 | -12/+3 |
* | Bullet proof (?) detection of arguments that don't need setup_requires | Peter Odding | 2014-09-29 | 1 | -11/+45 |
* | Bug fix for implementation of dummy commands | Peter Odding | 2014-09-29 | 1 | -1/+7 |
* | Replace commands that depend on setup_requires with no-op that raises error | Peter Odding | 2014-09-29 | 1 | -1/+48 |
* | PEP-8 fixes pointed out by Travis CI | Peter Odding | 2014-09-29 | 1 | -3/+4 |
* | Change nested dictionary literal to match house style | Peter Odding | 2014-09-29 | 1 | -4/+8 |
* | Make sys.argv an argument of keywords_with_side_effects() | Peter Odding | 2014-09-29 | 1 | -4/+7 |
* | Work around for side effects in setup.py script | Peter Odding | 2014-09-29 | 1 | -8/+33 |
* | Fix? | Alex Gaynor | 2014-08-11 | 1 | -0/+1 |
* | Removed need for Binding entry_point | Terry Chia | 2014-07-28 | 1 | -10/+18 |
* | Added entry_points. | Terry Chia | 2014-07-27 | 1 | -1/+15 |
* | Check for errors when invoking the vectors setup.py | Alex Gaynor | 2014-07-11 | 1 | -2/+3 |
* | 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 |
* | Import lint error | Alex Stapleton | 2014-04-20 | 1 | -1/+1 |
* | Add custom 'install' command class | Sascha Peilicke | 2014-04-01 | 1 | -18/+34 |
* | add some comments to note the duplication between setup.py and tox.ini | Paul Kehrer | 2014-03-28 | 1 | -0/+1 |
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -2/+16 |
* | cryptography.vectors | Alex Stapleton | 2014-03-22 | 1 | -1/+3 |
* | revert one import order change | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -2/+3 |
* | We support 3.4 | Alex Gaynor | 2014-03-17 | 1 | -0/+1 |
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+3 |
* | The worst. | Alex Gaynor | 2014-03-04 | 1 | -1/+1 |
* | Follow the rules | Alex Gaynor | 2014-03-04 | 1 | -2/+2 |
* | And again. Remove whitespace (pep8) | koobs | 2014-02-25 | 1 | -1/+1 |
* | pep8: Add import (sys) and newline | koobs | 2014-02-25 | 1 | -0/+2 |
* | Add new lines (pep8) and use full sentences | koobs | 2014-02-25 | 1 | -1/+2 |
* | Integrate py.test enabling `python setup.py test` | koobs | 2014-02-25 | 1 | -1/+20 |
* | some style fixes suggested by pep8-naming | Paul Kehrer | 2014-02-24 | 1 | -2/+2 |
* | Just drop the classifier entirely | Alex Gaynor | 2014-02-07 | 1 | -1/+0 |
* | We're now past pre-alpha | Alex Gaynor | 2014-02-07 | 1 | -1/+1 |
* | On OS X at build time compile the CC bindings | Alex Gaynor | 2014-01-19 | 1 | -2/+11 |
* | drop to >= 0.8 to make pypy happy | Paul Kehrer | 2014-01-10 | 1 | -1/+1 |
* | require cffi >= 0.8.1 | Paul Kehrer | 2014-01-10 | 1 | -1/+1 |
* | This is dangerous | Alex Gaynor | 2014-01-07 | 1 | -4/+1 |
* | flake8 | Alex Gaynor | 2014-01-06 | 1 | -1/+3 |
* | Check to see if a binding is available before trying to install it | Alex Gaynor | 2014-01-06 | 1 | -1/+3 |
* | Explanatory comment | Alex Gaynor | 2014-01-03 | 1 | -0/+9 |
* | Merge branch 'master' into setup-install-extension | Alex Gaynor | 2014-01-03 | 1 | -2/+10 |
|\ |
|
| * | Also use an absolute path for the about file | Alex Gaynor | 2014-01-03 | 1 | -3/+5 |
| * | Include a long description in our setup.py | Alex Gaynor | 2014-01-03 | 1 | -0/+7 |