You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Matt Clay 9d65e122ff
Fix detection of available hashlib algorithms (#79946)
* Fix detection of available hashlib algorithms

Detection of hashlib algorithms now works on Python 3.x.
The new implementation works on Python 2.7 and later.

Test coverage is provided by both integration and unit tests.

* Add additional details about hashlib in docs
2 years ago
..
_vendor Revert "ansible-test - Fix import test when vendoring." 3 years ago
cli Clean up unused imports in core (#79900) 2 years ago
collections Clean up unused imports in core (#79900) 2 years ago
compat Clean up unused imports in core (#79900) 2 years ago
config Clean up unused imports in core (#79900) 2 years ago
errors refactor and fixes for doc parsing (#77719) 2 years ago
executor Clean up unused imports in core (#79900) 2 years ago
galaxy Clean up unused imports in core (#79900) 2 years ago
inventory ansible-test - Update sanity test requirements. (#78528) 2 years ago
module_utils Fix detection of available hashlib algorithms (#79946) 2 years ago
modules Fix detection of available hashlib algorithms (#79946) 2 years ago
parsing Clean up unused imports in core (#79900) 2 years ago
playbook Clean up unused imports in core (#79900) 2 years ago
plugins Fix "pointless" strings detected by pylint (#79943) 2 years ago
template Update mypy and its dependencies. (#79812) 2 years ago
utils Clean up unused imports in core (#79900) 2 years ago
vars Clean up unused imports in core (#79900) 2 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 3 years ago
__main__.py Python 3.9 min for controller (#77566) 2 years ago
constants.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
context.py Remove collections compat from controller code. 3 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 3 years ago
release.py Bump devel to 2.15.0.dev0 (#78817) 2 years ago