summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/hashing.py
Commit message (Expand)AuthorAgeFilesLines
* Enable additional pylint rules and resolve issues found. (#47221)Matt Clay2018-10-181-1/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-4/+4
* Hashing needs byte strings in python3 (#17221)Toshio Kuratomi2016-08-241-8/+8
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-3/+5
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-2/+3
* Making the switch to v2James Cammarata2015-05-031-2/+5
* Move the hashing util functions to their own file to mirror v2Toshio Kuratomi2015-02-021-0/+91