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.
3dda4c7ad510712ac29fa747fb48e0175f50f838
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
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
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
Lazily load the library upon first use
Merge pull request #24 from dstufft/lazy-library
Disable the ability to implicitly compile the CFFI module
Merge pull request #26 from dstufft/disable-implicit-compile
Upgrade crypt_blowfish to 1.3
Disable ASM again
Slightly reword this not to specify every single Python version
Merge pull request #27 from dstufft/upgrade-c-lib
Merge pull request #28 from dstufft/slight-reword
scrapped attribute dict in setup.py, it wasn't doing much
Merge pull request #29 from alex/scrap-attr-dict
Make the example of changing the workfactor *increase* it, rather than decrease it
Removed usage of mock which wasn't really doing anything
Simplify, very slightly, how the parameterize decorator is used
Merge pull request #32 from alex/simplify-test
Merge pull request #31 from alex/no-more-mock
Merge pull request #30 from alex/increase-the-work-factor
Bump version to 1.1.0
Merge pull request #33 from dstufft/bump-version
Try out the new travis docker infra
Add prefix option to gensalt() - default to "2b"
Add tests for gensalt(prefix) functionality
update badge and add new badge
update gitignores
fix indentation
Merge pull request #37 from reaperhulk/update-readme-and-ignores
Error out on NUL bytes.
flake8
Document how to report a security issue
fixed typo
Merge pull request #39 from alex/how-to-report
Merge pull request #38 from alex/nul-bytes
Merge pull request #35 from alex/docker!
Loading