]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/util/fileutil.py
Improved error handling and cosmetics for ctypes calls on Windows.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / util / fileutil.py
2015-12-28 Daira HopwoodImproved error handling and cosmetics for ctypes calls...
2015-05-26 Daira HopwoodMerge pull request #169 from zooko/2433-dead-code-Named...
2015-05-26 Zookoremove dead code: NamedTemporaryDirectory 169/head
2015-05-18 Daira Hopwoodfileutil.py: use ctypes.get_last_error() instead of...
2015-05-13 Daira HopwoodOn Windows, the user's home directory may be either...
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
2015-02-04 Daira HopwoodFurther refine error handling in windows_getenv to...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-03 Daira HopwoodMore robust error handling in windows_getenv. refs...
2015-01-30 Daira HopwoodFix user-path-expansion on Windows for non-ASCII home...
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodAdd support in abspath_expanduser_unicode for expanding...
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2015-01-29 Daira Hopwoodfileutil cleanup: delete the unused open_or_create...
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-04 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2013-03-19 Brian Warnerfileutil.write: accept mode=, and use it in Node.write_...
2012-05-16 david-sarahfileutil.py: use try/finally to close file in write_ato...
2012-05-14 Brian Warnerwrite node.url and portnum files atomically, to fix...
2011-01-19 david-sarahEliminate direct dependencies of Tahoe-LAFS on pywin32...
2010-09-10 Zooko O'Whielacronxfileutil: copy in the get_disk_stats() and get_availabl...
2010-07-25 david-sarahfileutil: change WindowsError to OSError in abspath_exp...
2010-07-21 david-sarahutil.fileutil, test.test_util: add abspath_expanduser_u...
2010-07-17 david-sarahfileutil: docstrings for non-obvious usage restrictions...
2010-07-11 david-sarahMove EncryptedTemporaryFile from SFTP frontend to allmy...
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-02-06 david-sarahFix race conditions and missing callback in allmydata...
2009-09-20 Zooko O'Whielacronxdoc: licensing cleanups
2009-08-02 Zooko O'Whielacronxdocs: update relnotes.txt, relnotes-short.txt, and...
2009-02-19 Brian Warnerfileutil: add move_into_place(), to perform the standar...
2009-01-18 Zooko O'Whielacronxtrivial: whitespace
2008-11-05 Zooko O'Whielacronxutil: copy in pyutil.fileutil.ReopenableNamedTemporaryFile
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-07-03 Brian Warnerfileutil: add du() function
2007-04-18 Zooko O'Whielacronxpyutil: fileutil.open_or_create()
2007-03-30 Zooko O'Whielacronximport fileutil, some of which came from amdlib.util...