summaryrefslogtreecommitdiffstats
path: root/pym/portage/checksum.py
Commit message (Expand)AuthorAgeFilesLines
* With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modulesZac Medico2008-11-081-4/+1
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-1/+4
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-241-5/+9
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-3/+3
* Remove unused imports and unnecessary dict.keys() call.Zac Medico2007-06-241-3/+1
* add hashlib support for checksum verification, refactor checksum functions to...Marius Mauch2007-06-231-54/+71
* Remove more unnecessary list generation.Zac Medico2007-06-211-3/+3
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-231-0/+18
* Namespace sanitizing, step 3Marius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-14/+14
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+219