]> arthur.barton.de Git - bup.git/history - lib/bup/xstat.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / xstat.py
2020-01-19 Rob BrowningAdjust metadata handling for python 3
2018-09-03 Julien Goodwinlib/xstat: use // not / for int division for py3
2018-07-07 Rob Browningtimespec_to_nsecs(): don't destructure arguments
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2016-12-26 Rob Browningxstat: inline timespec_to_nsecs; guard cygwin fix
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-07-26 Rob BrowningMove Cygwin uid/gid fixup from index to xstat
2014-02-04 Rob BrowningFix the ls -laAF options with respect to the VFS synthe...
2013-12-28 Rob BrowningDon't require non-negative timespec ns; fix stat timest...
2013-12-28 Rob BrowningAlways publish (l)utimes in helpers when available...
2013-12-21 Rob BrowningAlways publish utimensat in helpers when available...
2013-12-18 Rob BrowningRequire utimensat or utimes/lutimes.
2013-11-09 Rob Browningxstat.py: include "s" for socket in mode strings, i...
2012-10-15 Rob BrowningMake "bup meta -tvv" output identical to "bup xstat".
2012-10-15 Rob BrowningAdd symbolic mode information to xstat output, i.e...
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-08 Rob BrowningReturn None from bup_set_linux_file_attr() and bup_utim...
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-05-08 Rob BrowningDrop xstat floating point timestamp support -- use...
2011-03-20 Avery PennarunGet rid of some python syntax not compatible with pytho...
2011-03-20 Avery Pennarunxstat: FSTime.from_stat_time() was completely wrong.
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-20 Rob BrowningDon't accidentally pass atime/ctime/mtime through from_...
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-01 Rob BrowningAdd "import math" to xstat.py.
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2010-11-14 Rob BrowningSimplify FSTime() - always use an integer ns internal...
2010-11-12 Rob BrowningFix handling of conditional definitions in xstat.
2010-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.