1. 22 Sep, 2013 3 commits
  2. 21 Sep, 2013 1 commit
  3. 16 Sep, 2013 1 commit
  4. 06 Sep, 2013 1 commit
  5. 28 Aug, 2013 2 commits
  6. 20 Aug, 2013 2 commits
  7. 19 Aug, 2013 1 commit
  8. 16 Aug, 2013 2 commits
  9. 12 Aug, 2013 3 commits
  10. 11 Aug, 2013 1 commit
  11. 10 Aug, 2013 1 commit
  12. 25 Jul, 2013 1 commit
  13. 21 Jul, 2013 1 commit
  14. 20 Jul, 2013 1 commit
  15. 19 Jul, 2013 1 commit
  16. 16 Jul, 2013 1 commit
    • Update stat module to handle symlinks · 2af6510d
      Add follow parameter to stat module that controls whether to follow
      symlinks.  It defaults to no.
      This then calls os.stat or os.lstat based on the value of follow.
      Add lnk_source key/value pair if path is a symlink and follow=no.
      Drop the statement that sets isdir=False and islnk=True when path is a
      symlink that points to a directory.
      Stephen Fromm committed
  17. 12 Jul, 2013 1 commit
    • Fix inconsistent json output · e7226e10
      The file module would in some cases return dest=/path/to/file, and in other cases return path=/path/to/file, this change makes it more consistent and in line with all the other file-related modules (i.e. copy, assemble, template, ...) by using dest= instead of path= as the input and output argument. (Of course, path is still there as an alias for compatibility).
      Dag Wieers committed
  18. 05 Jul, 2013 1 commit
  19. 03 Jul, 2013 1 commit
  20. 02 Jul, 2013 1 commit
  21. 01 Jul, 2013 1 commit
  22. 30 Jun, 2013 1 commit
  23. 26 Jun, 2013 2 commits
  24. 25 Jun, 2013 2 commits
  25. 20 Jun, 2013 4 commits
  26. 17 Jun, 2013 1 commit
  27. 15 Jun, 2013 2 commits