summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/size.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-235/+0
* Do not return None from Size.__str__ (#869405)Vratislav Podzimek2012-11-031-18/+19
* Just return the size string uppercased (#867074).Chris Lumens2012-10-161-2/+2
* Revert "Use a capital "B" in the size module (#859932)."Chris Lumens2012-10-161-2/+2
* Revert "Fix one more reference to bits (#859932)."Chris Lumens2012-10-161-1/+1
* 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