| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Utf8 fix (#100) | Paul Kehrer | 2016-12-17 | 1 | -1/+2 |
| | | | | | | | * build with Python2 in non-utf8 environments * pep8 fix | ||||
| * | raise a decent error if pypy <2.6 + update README | Paul Kehrer | 2016-02-13 | 1 | -0/+9 |
| | | |||||
| * | drop python 3.2 | Alex Gaynor | 2015-10-17 | 1 | -1/+1 |
| | | |||||
| * | Migrate to using CFFI 1.0 | Donald Stufft | 2015-06-11 | 1 | -42/+13 |
| | | | | | | | | * Move everything under src/ to ensure we test against the installed library. * Create a build_bcrypt.py script which will build _bcrypt.so. * Refactor to utilize the new _bcrypt.so instead of implicit compile. | ||||
| * | Removed usage of mock which wasn't really doing anything | Alex Gaynor | 2014-12-06 | 1 | -2/+0 |
| | | |||||
| * | scrapped attribute dict in setup.py, it wasn't doing much | Alex Gaynor | 2014-12-05 | 1 | -21/+8 |
| | | |||||
| * | Upgrade crypt_blowfish to 1.3 | Donald Stufft | 2014-12-05 | 1 | -1/+1 |
| | | |||||
| * | Port the setup.py from pyca/cryptography to bcrypt | Donald Stufft | 2014-12-05 | 1 | -25/+185 |
| | | |||||
| * | Enable flake8 style checks | Donald Stufft | 2014-12-05 | 1 | -4/+4 |
| | | |||||
| * | Switch to using six | Donald Stufft | 2014-12-05 | 1 | -0/+5 |
| | | |||||
| * | Use a more consistent name for the compiled module | Donald Stufft | 2013-05-11 | 1 | -1/+9 |
| | | | | | | | | | CFFI generates a modulename based on the values passed to verify, however this doesn't work very well when those values might change because of installation version runtime. This forces a more consistent name based on values we control instead of values that CFFI deems useful. | ||||
| * | Add tests to ensure behavior | Donald Stufft | 2013-05-10 | 1 | -2/+8 |
| | | |||||
| * | Package the bcrypt library | Donald Stufft | 2013-05-10 | 1 | -0/+92 |
