summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/path.py
Commit message (Expand)AuthorAgeFilesLines
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-0/+18
* added docs for new argBrian Coca2016-11-041-0/+1
* resolve inventory path on initBrian Coca2016-11-041-5/+8
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-7/+7
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-10/+29
* * Fix race in creating temp directories pre-fork (#16965)Toshio Kuratomi2016-08-041-1/+1
* push unicode handling into unfrackBrian Coca2016-06-281-2/+2
* fix path utilsBrian Coca2016-06-281-5/+7
* return friendlier error when failing to make dirsBrian Coca2016-05-201-2/+3
* Add missing to_bytes on directory path.Matt Clay2016-03-111-1/+2
* remove unused importsRobin Roth2016-01-111-2/+0
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-041-5/+1
* Use 'except ... as' syntaxMarius Gedminas2015-08-271-1/+1
* avoid failing when mode is noneBrian Coca2015-06-021-1/+4
* minor adjustments as per code reviewBrian Coca2015-06-021-3/+3
* created makedirs_safe function for use in cases of multiprocessBrian Coca2015-06-021-0/+10
* Making the switch to v2James Cammarata2015-05-031-0/+37