Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bcrypt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
88ee82b26e475d06ed8127511a0ee5f2cbf8a3f5
Select Git revision
Branches
6
branch/3.2.x-vms
branch/default
default
protected
wild/177fa437800540823ae84d122b5c0febab98559e
wild/b5590ab89f60e1666b55312aa06717887217bc3d
wild/d67bb5ab35f4279d6d9b76063f9d4fa95a24e427
wild/faf16d2746ca996507942722aff061e8d148e053
6 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
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
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
18
Dec
19
22
20
Jan
13
Feb
18
13
Apr
18
12
May
27
12
Jul
8
Aug
18
28
Sep
17
Oct
23
2
Nov
17
29
31
Dec
5
Jan
29
6
Feb
20
21
28
21
Mar
15
Apr
1
May
2
4
9
10
16
17
20
24
28
1
Jun
3
8
14
19
21
25
26
29
4
Jul
5
9
10
11
10
11
13
15
17
18
21
23
24
25
26
1
Aug
2
3
4
7
9
11
12
16
17
18
22
24
26
29
31
5
Sep
8
14
15
16
19
21
25
26
28
29
2
Oct
3
4
7
9
10
13
16
21
23
24
25
30
16
Nov
27
1
Dec
4
5
8
12
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