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
Marius Gedminas eb99aa8c68 Fix to_bytes(None) on Python 3
You cannot call bytes(obj) to get a simple representation of obj on
Python 3!  E.g. bytes(42) returns a byte string with 42 NUL characters
instead of b'42'.
10 years ago
..
cli Use 'except ... as' syntax 10 years ago
compat Making the switch to v2 11 years ago
config Making the switch to v2 11 years ago
errors Making the switch to v2 11 years ago
executor Use 'except ... as' syntax 10 years ago
galaxy draft galaxy cli search 10 years ago
inventory Use 'except ... as' syntax 10 years ago
module_utils Revert "Add PowerShell exception handling and turn on strict mode." 10 years ago
modules Version bump for v2.0.0-0.1.alpha1 and submodule updates 10 years ago
new_inventory Making the switch to v2 11 years ago
parsing Merge pull request #12112 from amenonsen/vault-stdio 10 years ago
playbook Avoid types.NoneType 10 years ago
plugins Avoid types.NoneType 10 years ago
template Avoid types.NoneType 10 years ago
utils Fix to_bytes(None) on Python 3 10 years ago
vars Use 'except ... as' syntax 10 years ago
__init__.py Re-adding submodules after moving things around 11 years ago
constants.py Merge pull request #11880 from bcoca/configurable_squash 10 years ago
test-requirements.txt Making the switch to v2 11 years ago