1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Karl Bergström c7860d4d4b Open unarchive file in binary mode
Recent Python3 versions require open() to specify binary mode if the data is anything other than text.

Python3: Use int() instead of long() in unarchive

Changes long() to int() for CRC values in the unarchive module. Affects unarchiving of zip files. Since CRC values in zipfile are 32 bits the behaviour should be unchanged even in Python 2.
2017-04-07 15:05:25 -07:00
..
cli Add ansible executable path (argv[0]) to --version (#22262) 2017-04-03 14:01:59 -04:00
compat Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
executor typo: psuedo -> pseudo (#23177) 2017-03-31 10:48:29 -04:00
galaxy Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
inventory correctly get all hosts in 'all' 2017-04-07 13:17:03 -04:00
module_utils Fixes #23388 Network provider masks too much (#23418) 2017-04-07 14:34:47 -06:00
modules Open unarchive file in binary mode 2017-04-07 15:05:25 -07:00
parsing Vault: Remove tmp decrypted file when experiencing error while writing (#14835) 2017-03-27 16:52:18 -04:00
playbook Fix errors reported by pylint. (#23282) 2017-04-06 16:58:16 -07:00
plugins Fix a traceback with python3 and diff output 2017-04-07 14:35:50 -07:00
template Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
utils eapi & nxapi: Document validate_certs (#23305) 2017-04-05 16:37:40 +01:00
vars Revert "keep ansible_local as top level var, always present" 2017-04-04 16:30:57 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Ansible 2.3 feature support for dellos6. (#23084) 2017-03-30 15:26:32 +02:00
release.py Bumping devel version to 2.4.0 2017-03-15 09:42:01 -05:00