summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv1.0.2Donald Stufft2013-05-191-1/+1
* Merge pull request #4 from dstufft/fix-missing-asm-i386Donald Stufft2013-05-192-1/+3
|\
| * Don't attempt to load assembler on i386Donald Stufft2013-05-192-1/+3
|/
* bump versionv1.0.1Donald Stufft2013-05-111-1/+1
* Merge pull request #2 from dstufft/precompileDonald Stufft2013-05-112-3/+22
|\
| * Use a more consistent name for the compiled moduleDonald Stufft2013-05-112-3/+22
|/
* bump versionv1.0.0Donald Stufft2013-05-111-1/+1
* Add some usage instructions to the READMEDonald Stufft2013-05-111-0/+63
* Fix tests for unicode characters on Python 3.2Donald Stufft2013-05-111-2/+2
* Give a better error message when passing a text type to hashpwDonald Stufft2013-05-112-0/+23
* Allow failures for PyPy on TravisDonald Stufft2013-05-111-0/+5
* Use native strings to the CFFI verifierDonald Stufft2013-05-101-5/+5
* Add a .travis.yml to test bcrypt via travisDonald Stufft2013-05-101-0/+14
* Add tests to ensure behaviorDonald Stufft2013-05-103-2/+117
* Make a note about getting a .S file into distutilsDonald Stufft2013-05-101-0/+2
* Package the bcrypt libraryDonald Stufft2013-05-102-0/+94
* Add __pycache__ to the ignore and remove some unneeded ignoresDonald Stufft2013-05-101-9/+1
* Implement a high level wrapper around crypt_blowfishDonald Stufft2013-05-102-0/+88
* Import crypt_blowfish from OpenWall (http://openwall.com/crypt/)Donald Stufft2013-05-1017-0/+2820
* Initial importDonald Stufft2013-05-104-0/+257