ansible/lib/ansible
nitzmahone dbf7df4439 fix pycharm debugger issue on missing fileno
Under pycharm debugger, stdin has no fileno, but throws AttributeError instead of ValueError. Account for both.
2016-08-23 17:00:14 -07:00
..
cli Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor fix pycharm debugger issue on missing fileno 2016-08-23 17:00:14 -07:00
galaxy Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
inventory Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
module_utils Merge pull request #17200 from privateip/netcfg 2016-08-23 17:08:29 -04:00
modules Update submodule refs 2016-08-23 06:39:30 -07:00
parsing Add some missing imports from last night's py3 fixes (#17196) 2016-08-23 08:06:20 -07:00
playbook Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
plugins Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
template Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304) 2016-08-12 09:29:54 -04:00
utils Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
vars Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py * Fix race in creating temp directories pre-fork (#16965) 2016-08-04 19:35:36 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt