summaryrefslogtreecommitdiff
path: root/lib/ansible/template/safe_eval.py
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.9] Properly handle unicode in safe_eval (#68576) (#69626)Sam Doran2020-06-101-2/+8
* also allow None Type for safe eval (#58269)markafarrell2019-06-241-0/+1
* safe_eval fix (#57188)Brian Coca2019-06-061-2/+6
* Fix safe_eval on Python 3.8.Matt Clay2019-02-131-0/+8
* Fix loader for filters (#37748)Toshio Kuratomi2018-03-221-2/+2
* Fix dangerous default args. (#29839)Matt Clay2017-09-121-1/+2
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-1/+2
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-3/+3
* no calls plzBrian Coca2017-01-121-1/+1
* Add some comments about how we're cleaning callablesToshio Kuratomi2017-01-111-0/+6
* Remove _clean_data_struct() advice as that was a 1.x designToshio Kuratomi2017-01-111-4/+1
* Fix AST nodes for Python 3 and enable dependent test_uri (#18597)Lumír 'Frenzy' Balhar2016-12-131-0/+1
* Remove unnecessary warnings (#18121)Dag Wieers2016-10-201-7/+0
* Support late evaluation, suppress warnings on SyntaxError (#17462)Dag Wieers2016-09-091-2/+1
* Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304)Dag Wieers2016-08-121-1/+8
* Also add 'null' as a possible JSON valueDag Wieers2016-02-041-0/+1
* Defined JSON booleans in global context for python eval()Dag Wieers2016-02-031-1/+8
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-2/+2
* Fix safe_eval() of set literalsMarius Gedminas2015-09-111-2/+2
* Python 3: make ansible.template.safe_eval() workMarius Gedminas2015-09-111-1/+10
* Make sure locals in safe_eval is a plain dict when running evalJames Cammarata2015-09-021-1/+1
* Merge branch 'pluggable_jinja_tests' of https://github.com/quixoten/ansible i...James Cammarata2015-07-291-2/+6
* Making the switch to v2James Cammarata2015-05-031-0/+122