summaryrefslogtreecommitdiff
path: root/obnamlib/sizeparse.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Update copyright years on modified filesLars Wirzenius1-1/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-1/+0
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-02-16Convert UnitError to StructuredErrorLars Wirzenius1-10/+7
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-8/+8
2011-08-08Only use obnamlib.Error, get rid of obnamlib.AppException.Lars Wirzenius1-1/+1
2011-07-25Make all exceptions be based on obnamlib.AppException or obnamlib.Error.Lars Wirzenius1-1/+3
2011-02-23Fix byte size parser to return integers.Lars Wirzenius1-1/+2
2010-07-04Fix parsing of b-less units.Lars Wirzenius1-8/+11
2010-07-04Implement ByteSizeParser.Lars Wirzenius1-3/+49
2010-07-04Add tests for a library to parse file sizes.Lars Wirzenius1-0/+28