Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bcrypt_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
bcrypt_old
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
alex-patch-1
Select Git revision
Branches
8
alex-patch-1
alex-patch-2
alex-patch-4
branch/default
default
protected
branch/default-vms
master
reaperhulk-patch-1
win-abi3-test
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
May
11
19
15
Nov
21
Feb
16
Aug
5
Dec
6
17
5
Feb
4
Mar
13
11
Jun
12
20
21
15
Sep
17
Oct
18
20
29
Nov
19
Dec
20
13
Feb
3
Mar
23
May
22
Jun
27
28
29
30
17
Sep
2
Oct
8
Dec
17
2
Jan
21
16
Feb
21
28
Apr
29
25
Jun
6
Jul
7
10
6
Aug
10
25
26
4
Sep
11
Oct
19
3
Dec
16
Jun
26
4
Jul
11
14
23
30
Oct
2
Dec
12
16
Jan
15
Apr
7
May
26
27
19
Jun
28
Jul
19
Oct
20
22
Mar
12
Apr
19
16
Jul
23
1
Aug
6
11
13
14
15
16
17
18
25
26
23
Nov
24
Initial import
Import crypt_blowfish from OpenWall (http://openwall.com/crypt/)
Implement a high level wrapper around crypt_blowfish
Add __pycache__ to the ignore and remove some unneeded ignores
Package the bcrypt library
Make a note about getting a .S file into distutils
Add tests to ensure behavior
Add a .travis.yml to test bcrypt via travis
Use native strings to the CFFI verifier
Allow failures for PyPy on Travis
Give a better error message when passing a text type to hashpw
Fix tests for unicode characters on Python 3.2
Add some usage instructions to the README
bump version
Use a more consistent name for the compiled module
Merge pull request #2 from dstufft/precompile
bump version
Don't attempt to load assembler on i386
Merge pull request #4 from dstufft/fix-missing-asm-i386
Bump version
Fixed the travis link in the readme
Merge pull request #7 from alex/fix-readme
Update __about__.py
Port the setup.py from pyca/cryptography to bcrypt
Fix the syntax of .gitignore
Merge pull request #19 from dstufft/correct-ignore
Switch to using six
Switch to using tox to run our tests and expect PyPy to pass
Merge pull request #20 from dstufft/six
We don't need this optimization in the bcrypt test suite
Merge pull request #18 from dstufft/use-tox
Enable flake8 style checks
Merge pull request #21 from dstufft/style
Enable coverage testing and require 100% coverage
Merge pull request #11 from Ayrx/patch-1
Merge pull request #22 from dstufft/coverage
Merge pull request #17 from dstufft/setup-py
Bring the _create_modulename over from cryptography
Remove unicode_literals, it doesn't play well with distutils
Merge pull request #23 from dstufft/modulename
Loading