summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog and bump version to 3.1.5 (#161)3.1.5Paul Kehrer2018-12-112-1/+9
* add AIX platform support to portable_endian.h (#159)k3it2018-12-031-0/+29
* encrypt another payload (#156)Paul Kehrer2018-10-301-1/+1
* Pass python_requires argument to setuptools (#154)Jon Dufresne2018-10-301-0/+1
* fix our CI rot (#155)Paul Kehrer2018-10-303-6/+17
* Added a pyproject.toml (#153)Alex Gaynor2018-07-232-0/+9
* switch wheel building back to using pip wheel (#152)Paul Kehrer2018-07-141-13/+4
* Include license file in the generated wheel package (#141)Jon Dufresne2018-07-141-0/+2
* Use a relative import. (#147)David Manthey2018-07-121-2/+1
* update the readme to note alternatives but still say bcrypt is good (#151)Paul Kehrer2018-07-041-1/+9
* use limited api to build wheels for macOS and linux (#150)Paul Kehrer2018-07-041-12/+23
* Added py37 (#149)Alex Gaynor2018-07-045-8/+23
* Update all pypi.python.org URLs to pypi.org (#145)Jon Dufresne2018-06-261-1/+1
* Add useful trove classifiers (dev status & license) (#143)Jon Dufresne2018-06-161-0/+2
* Don't emit warnings here, there's no point (#137)Alex Gaynor2017-12-041-1/+3
* put a stacklevel on this warning (#136)Alex Gaynor2017-12-041-1/+3
* blacklist pytest 3.3.0 because it's broken (#135)Alex Gaynor2017-12-041-2/+2
* Drop Python 2.6 and 3.3 support (#133)Hugo2017-10-197-33/+18
* 3.1.4 version bump and changelog (#129)3.1.4Paul Kehrer2017-10-112-1/+6
* Fix travis build (#126)Alex Gaynor2017-09-043-19/+1
* Fixed #122 -- added checkpw to __all__ so it shows up in docs (#123)Alex Gaynor2017-08-261-1/+1
* bump pytest version (#120)Alex Gaynor2017-08-101-2/+2
* Blacklist pytest version which breaks things (#118)Alex Gaynor2017-08-062-4/+4
* Fixes link editing errors in msys / mingw64 (#116)sbrunel2017-07-103-3/+10
* gotta use def (#115)Paul Kehrer2017-07-071-1/+1
* always pull the image when building the wheels (#113)Paul Kehrer2017-07-071-1/+3
* Jenkins wheel builder (#112)Paul Kehrer2017-06-254-19/+153
* Remove unnsecary stuff from Jenkinsfile (#110)Alex Gaynor2017-04-291-3/+0
* Switch to Jenkinsfile for jenkins job configuration (#108)Paul Kehrer2017-04-282-1/+65
* add a changelog and bump to 3.1.3 (#107)3.1.3Paul Kehrer2017-02-212-1/+6
* Define types and byte-order macros for Solaris. (#106)Danek Duvall2017-02-162-0/+24
* Warn upon too few bcrypt.kdf() rounds (#104)Luc Gommans2017-01-212-1/+25
* We do the py36 (#102)Alex Gaynor2017-01-013-1/+7
* 3.1.2 changelog and version bump (#101)3.1.2Paul Kehrer2016-12-172-1/+7
* add build scripts for creating manylinux1 wheels (#89)Paul Kehrer2016-12-173-1/+22
* Utf8 fix (#100)Paul Kehrer2016-12-171-1/+2
* Fix compile issue for PowerPC (#99)Dr-Bean2016-12-171-2/+2
* Fix "invalid escape sequence" warnings on Python 3.6 (#98)Tim Graham2016-12-081-1/+1
* Correctly handle invalid hashed passwords in bcrypt.checkpw. (#95)Alex Gaynor2016-10-022-0/+12
* changelog and bump to 3.1.1 (#93)3.1.1Paul Kehrer2016-09-172-1/+5
* we should use the right type for our buffers. fixes a cffi warning (#92)Paul Kehrer2016-09-171-2/+2
* Update changelog + 3.1.0 version bump (#88)3.1.0Paul Kehrer2016-06-302-2/+4
* Use checkpw() instead of == (#86)Donald Stufft2016-06-301-1/+1
* Fix packaging (#87)Donald Stufft2016-06-303-1/+19
* Inputing a 2y salt should output a 2y hash (#84)Donald Stufft2016-06-303-11/+17
* Fix alpine (#79)Paul Kehrer2016-06-303-8/+19
* Restore compatibility with 2.0.0's fix for wraparound bug (#81)Paul Kehrer2016-06-302-0/+14
* Add checkpw (#76)Paul Kehrer2016-06-294-5/+83
* Invoke task to make bcrypt releases a bit simpler (#75)Paul Kehrer2016-06-291-0/+120
* Fix README.rst formatting (#73)Paul Kehrer2016-06-281-7/+7