summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/size.py
Commit message (Expand)AuthorAgeFilesLines
* Fix one more reference to bits (#859932).Chris Lumens2012-10-151-1/+1
* Use a capital "B" in the size module (#859932).Chris Lumens2012-10-111-2/+2
* And then fix an assortment of non-packaging pylint errors, too.Chris Lumens2012-08-301-0/+1
* Fix subtraction for Size.David Lehman2012-08-131-11/+13
* Size.convertTo is supposed to return a Decimal instance.David Lehman2012-07-181-1/+1
* Implement Size.__radd__ so sum works with Size instances.David Lehman2012-06-201-0/+4
* Make sure doing math on Size instances yields Size values.David Lehman2012-06-201-1/+16
* Modify Size.humanReadable to return values 0<val<1000.David Lehman2012-01-141-28/+33
* Increase flexibility of spec args to Size ctor.David Lehman2012-01-061-49/+29
* Create Size class for specifying device and fs sizes.David Cantrell2010-09-131-0/+227