]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/util/encodingutil.py
Fix a corner case for to_filepath on Windows to make it consistent with Unix.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / encodingutil.py
2015-12-28 Daira HopwoodFix a corner case for to_filepath on Windows to make...
2015-12-28 Daira HopwoodDepend on FilePath.asTextMode().
2015-12-28 Daira HopwoodAdd long_path=False option to abspath_expanduser_unicode.
2015-12-28 Daira HopwoodFix check for initial '-' in argv_to_abspath.
2015-12-28 David StaintonTeach magic-folder join to use argv_to_abspath
2015-12-28 Daira HopwoodWIP.
2015-12-28 Daira HopwoodUnicode path fixes for drop-upload.
2015-03-24 Daira HopwoodAdd from_utf8_or_none and tests.
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2013-03-07 David-Sarah HopwoodOnly quote newline characters where necessary. fixes...
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-07-23 david-sarahutil.encodingutil: change quote_output to do less unnec...
2010-07-21 david-sarahutil.fileutil, test.test_util: add abspath_expanduser_u...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...