summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/dataloader.py
Commit message (Expand)AuthorAgeFilesLines
* warn when searching for an empty string or nullBrian Coca2016-07-261-1/+3
* fixed memoryerror when coping huge file (#16392)nyasukun2016-07-221-2/+2
* Search path (#16387)Brian Coca2016-06-281-2/+51
* If decryption of a vaulted file failed, include the filename in the error. (#...jctanner2016-06-181-2/+2
* bytes when passing to os.path.* and opening the file, text at other timesToshio Kuratomi2016-04-291-2/+3
* Trnasform file name to bytes before opening it to avoid unicode errors if pyt...Toshio Kuratomi2016-04-191-1/+1
* fixes to vault/copyBrian Coca2016-04-141-9/+10
* feature/copy-vault-dataloader: Add method get_real_file(file_path) to dataloaderCambell2016-04-141-0/+71
* Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-1/+1
* fix issues with older yaml lib versionsBrian Coca2016-03-031-4/+6
* restore initial json parsing attempt to loaderBrian Coca2016-03-031-16/+21
* Transform pathnames to bytes before passing on to os.path functionsToshio Kuratomi2016-03-031-9/+9
* normalize path components to unicode before combining or operating on themToshio Kuratomi2016-02-261-3/+5
* load now does not modify the incomming dataBrian Coca2016-01-281-24/+17
* Fix DataLoader's docstringMatteo Acerbi2015-11-181-3/+1
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-0/+294