]> arthur.barton.de Git - bup.git/history - lib/bup/helpers.py
is_superuser: test for group 544 or 0 on cygwin
[bup.git] / lib / bup / helpers.py
2010-12-23 Avery PennarunSkip over invalid .idx files if we find any.
2010-10-24 Rob BrowningMove stat-related work to bup.xstat; add xstat.stat.
2010-10-24 Rob BrowningAdd helpers.fstat and _helpers._have_ns_fs_timestamps.
2010-10-24 Rob BrowningAdd a helpers.FSTime class to handle filesystem timesta...
2010-10-09 Rob BrowningAdd helpers.detect_fakeroot() and use it in relevant...
2010-09-24 Rob BrowningAdd (sec, ns) timestamps and extended stat, lstat,...
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-08 Avery Pennarunoptions.py: get the real tty width for word wrapping...
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-07-26 Rob BrowningAdd a mode argument to mkdirp. bup-0.16
2010-07-26 Gabriel Filionfix helpers.columnate bug when list is empty
2010-07-23 Joe BedaConvert 'bup web' directory listing to use tornado...
2010-07-15 Gabriel FilionAdd docstrings to lib/bup/helpers.py
2010-07-12 Joe BedaAdd new 'bup web' command.
2010-04-30 Gabriel FilionAvoid len as a variable name
2010-04-23 Avery Pennarungit.CatPipe: more resilience against weird errors.
2010-04-23 Avery Pennaruncmd/ftp: 'ls' command should print filenames in columns.
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery Pennarunhelpers.log(): run sys.stdout.flush() first.
2010-04-01 Avery PennarunGet rid of a sha-related DeprecationWarning in python...
2010-03-13 Avery Pennaruncmd/{index,save}: handle ctrl-c without printing a... bup-0.12a
2010-03-03 Avery Pennarunlog(): handle situations where stderr gets set to nonbl...
2010-02-28 Avery PennarunMove python library files to lib/bup/