]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_encodingutil.py
test_encodingutil: use self.patch rather than modifying encodingutil.io_encoding...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_encodingutil.py
2015-12-28 Daira Hopwoodtest_encodingutil: use self.patch rather than modifying...
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2015-03-24 Daira HopwoodAdd from_utf8_or_none and tests.
2015-02-05 Daira HopwoodTest the quotemarks=True and quotemarks=False options...
2015-02-05 Daira HopwoodTest the quotemarks=False option of encodingutil.quote_...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2013-03-07 David-Sarah HopwoodOnly quote newline characters where necessary. fixes...
2011-09-15 Brian WarnerMake platform-detection code tolerate linux-3.0, patch...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2010-10-23 david-sarahtest_encodingutil.py: test_argv_to_unicode modified...
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-07-23 david-sarahutil.encodingutil: change quote_output to do less unnec...
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-07-18 david-sarahtest_encodingutil: correct an error in the previous...
2010-07-18 david-sarahtest_encodingutil: StdlibUnicode.test_open_representabl...
2010-07-18 david-sarahtest_encodingutil: fix test_open_representable, which...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-17 david-sarahstringutils: add test for when sys.stdout has no encodi...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...