summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/File.py
Commit message (Expand)AuthorAgeFilesLines
* POSIX: Fix pylint failureSol Jerome2013-08-101-1/+2
* POSIX: Fix unicode file verificationSol Jerome2013-08-101-3/+13
* fixed unit testsChris St. Pierre2013-06-121-2/+2
* POSIX: Fix support for unicode filesSol Jerome2013-06-081-0/+2
* File: handle Path type="file" entries with no text content even if empty is n...Chris St. Pierre2013-04-051-6/+4
* POSIX: Fixed handling of empty files that don't exist on client in interactiv...Chris St. Pierre2012-12-031-0/+4
* POSIX: Switch from perms to modeSol Jerome2012-10-151-1/+1
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-10/+7
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
* expanded pylint testsChris St. Pierre2012-09-251-13/+19
* POSIX: fixed join of interactive-mode diff to work regardless of newlinesChris St. Pierre2012-09-111-1/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* finally a relative import fix that works on py2.4 thru 3.2Chris St. Pierre2012-08-231-1/+5
* removed relative imports from POSIX toolsChris St. Pierre2012-08-231-1/+1
* lots of various py3k fixesChris St. Pierre2012-08-211-10/+14
* py3k unicode fixesChris St. Pierre2012-08-201-4/+1
* removed excess newlines from interactive prompt diffsChris St. Pierre2012-08-201-1/+1
* fixed diffs of unicode filesChris St. Pierre2012-08-201-3/+3
* POSIX: added tests, fixes for File._get_diffsChris St. Pierre2012-08-161-9/+10
* POSIX:Chris St. Pierre2012-08-151-0/+219