index
:
delta/python-packages/py-bcrypt-git.git
3.2.x
alex-patch-1
dependabot/cargo/src/_bcrypt/bcrypt-pbkdf-0.10.0
dependabot/cargo/src/_bcrypt/crypto-common-0.1.5
dependabot/cargo/src/_bcrypt/proc-macro2-1.0.58
dependabot/cargo/src/_bcrypt/pyo3-0.18.3
dependabot/github_actions/actions/setup-python-v2.2.0
dependabot/github_actions/actions/setup-python-v2.2.1
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/github_actions/actions/upload-artifact-2.3.0
dependabot/github_actions/actions/upload-artifact-v2.2.3
main
master
reaperhulk-patch-1
wheels
github.com: pyca/bcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #38 from alex/nul-bytes
Donald Stufft
2015-03-13
2
-0
/
+8
|
\
\
|
*
|
flake8
Alex Gaynor
2015-03-13
1
-0
/
+1
|
*
|
Error out on NUL bytes.
Alex Gaynor
2015-03-13
2
-0
/
+7
*
|
|
Merge pull request #39 from alex/how-to-report
Donald Stufft
2015-03-13
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fixed typo
Alex Gaynor
2015-03-13
1
-3
/
+3
|
*
|
Document how to report a security issue
Alex Gaynor
2015-03-13
1
-0
/
+8
|
/
/
*
|
Merge pull request #37 from reaperhulk/update-readme-and-ignores
Alex Gaynor
2015-03-04
2
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
fix indentation
Paul Kehrer
2015-03-04
1
-1
/
+1
|
*
update gitignores
Paul Kehrer
2015-03-04
1
-0
/
+2
|
*
update badge and add new badge
Paul Kehrer
2015-03-04
1
-1
/
+5
|
/
*
Merge pull request #33 from dstufft/bump-version
v1.1.0
Alex Gaynor
2014-12-06
1
-1
/
+1
|
\
|
*
Bump version to 1.1.0
Donald Stufft
2014-12-06
1
-1
/
+1
|
/
*
Merge pull request #30 from alex/increase-the-work-factor
Donald Stufft
2014-12-06
1
-1
/
+1
|
\
|
*
Make the example of changing the workfactor *increase* it, rather than decrea...
Alex Gaynor
2014-12-06
1
-1
/
+1
*
|
Merge pull request #31 from alex/no-more-mock
Donald Stufft
2014-12-06
3
-11
/
+3
|
\
\
|
*
|
Removed usage of mock which wasn't really doing anything
Alex Gaynor
2014-12-06
3
-11
/
+3
|
|
/
*
|
Merge pull request #32 from alex/simplify-test
Donald Stufft
2014-12-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Simplify, very slightly, how the parameterize decorator is used
Alex Gaynor
2014-12-06
1
-1
/
+1
|
/
*
Merge pull request #29 from alex/scrap-attr-dict
Donald Stufft
2014-12-06
1
-21
/
+8
|
\
|
*
scrapped attribute dict in setup.py, it wasn't doing much
Alex Gaynor
2014-12-05
1
-21
/
+8
|
/
*
Merge pull request #28 from dstufft/slight-reword
Alex Gaynor
2014-12-05
1
-1
/
+1
|
\
|
*
Slightly reword this not to specify every single Python version
Donald Stufft
2014-12-05
1
-1
/
+1
*
|
Merge pull request #27 from dstufft/upgrade-c-lib
Alex Gaynor
2014-12-05
21
-59
/
+86
|
\
\
|
*
|
Disable ASM again
Donald Stufft
2014-12-05
1
-1
/
+1
|
*
|
Upgrade crypt_blowfish to 1.3
Donald Stufft
2014-12-05
21
-60
/
+87
|
|
/
*
|
Merge pull request #26 from dstufft/disable-implicit-compile
Alex Gaynor
2014-12-05
2
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Disable the ability to implicitly compile the CFFI module
Donald Stufft
2014-12-05
2
-0
/
+16
|
/
*
Merge pull request #24 from dstufft/lazy-library
Alex Gaynor
2014-12-05
1
-2
/
+26
|
\
|
*
Lazily load the library upon first use
Donald Stufft
2014-12-05
1
-2
/
+26
|
/
*
Merge pull request #23 from dstufft/modulename
Alex Gaynor
2014-12-05
1
-17
/
+28
|
\
|
*
Remove unicode_literals, it doesn't play well with distutils
Donald Stufft
2014-12-05
1
-1
/
+0
|
*
Bring the _create_modulename over from cryptography
Donald Stufft
2014-12-05
1
-16
/
+28
|
/
*
Merge pull request #17 from dstufft/setup-py
Alex Gaynor
2014-12-05
1
-25
/
+185
|
\
|
*
Port the setup.py from pyca/cryptography to bcrypt
Donald Stufft
2014-12-05
1
-25
/
+185
*
|
Merge pull request #22 from dstufft/coverage
Alex Gaynor
2014-12-05
2
-1
/
+8
|
\
\
|
*
|
Enable coverage testing and require 100% coverage
Donald Stufft
2014-12-05
2
-1
/
+8
|
|
/
*
|
Merge pull request #11 from Ayrx/patch-1
Alex Gaynor
2014-12-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update __about__.py
Terry Chia
2014-08-16
1
-1
/
+1
*
|
Merge pull request #21 from dstufft/style
Alex Gaynor
2014-12-05
5
-62
/
+245
|
\
\
|
*
|
Enable flake8 style checks
Donald Stufft
2014-12-05
5
-62
/
+245
|
/
/
*
|
Merge pull request #18 from dstufft/use-tox
Alex Gaynor
2014-12-05
2
-15
/
+31
|
\
\
|
*
|
We don't need this optimization in the bcrypt test suite
Donald Stufft
2014-12-05
1
-1
/
+1
|
*
|
Switch to using tox to run our tests and expect PyPy to pass
Donald Stufft
2014-12-05
2
-15
/
+31
*
|
|
Merge pull request #20 from dstufft/six
Alex Gaynor
2014-12-05
3
-13
/
+11
|
\
\
\
|
|
/
/
|
*
|
Switch to using six
Donald Stufft
2014-12-05
3
-13
/
+11
|
/
/
*
|
Merge pull request #19 from dstufft/correct-ignore
Alex Gaynor
2014-12-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix the syntax of .gitignore
Donald Stufft
2014-12-05
1
-1
/
+1
|
/
*
Merge pull request #7 from alex/fix-readme
David Reid
2014-02-21
1
-2
/
+2
|
\
|
*
Fixed the travis link in the readme
Alex Gaynor
2013-11-15
1
-2
/
+2
|
/
*
Bump version
v1.0.2
Donald Stufft
2013-05-19
1
-1
/
+1
[prev]
[next]