summaryrefslogtreecommitdiff
path: root/lib/ansible/template/safe_eval.py
Commit message (Expand)AuthorAgeFilesLines
* 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