summaryrefslogtreecommitdiffstats
path: root/pym/portage/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix concatenation of list + tuple in Manifest._createManifestEntries().Zac Medico2010-01-301-4/+4
* Bug #301926 - Handle ValueError in parseManifest2(), triggered by corruptZac Medico2010-01-241-1/+4
* Use the stricter _pkgsplit function.Zac Medico2009-10-071-1/+1
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-4/+4
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-5/+5
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-10/+10
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-5/+6
* Add a portage._content_encoding constant, set to utf_8.Zac Medico2009-08-141-3/+4
* Use portage._fs_encoding where appropriage, and use strict handling forZac Medico2009-08-141-4/+17
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-121-15/+16
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-3/+17
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-2/+10
* Use slices instead of startswith inside manifest2AuxfileFilter().Zac Medico2009-03-101-2/+2
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-1/+1
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-1/+0
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-3/+7
* Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()Zac Medico2009-01-311-0/+11
* Always ignore hidden files when generating Manifests. Thanks to ChristianZac Medico2009-01-311-1/+3
* Remove ManifestEntry.__cmp__() since it's not needed and py3k won't use it.Zac Medico2008-12-101-4/+0
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-2/+2
* Use write_atomic() for manifest updates.Zac Medico2008-04-281-4/+2
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
* remove code for manifest1 supportMarius Mauch2008-02-281-167/+6
* Make the manifest1_compat constructor parameter default to FalseZac Medico2008-02-011-1/+1
* Sort hashes for predictable output from Manifest._createManifestEntries().Zac Medico2007-11-231-0/+1
* Bug #198398 - Enable Manifest generation when there are no hashZac Medico2007-11-181-5/+15
* Make exception strings more informative.Zac Medico2007-11-041-2/+5
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-4/+2
* Short circuit the loop as soon as missing hashes are detected.Zac Medico2007-06-261-2/+2
* Remove more unnecessary list generation.Zac Medico2007-06-211-4/+3
* For bug #178293, don't write digest-* files unnecessarily when SRC_URI is empty.Zac Medico2007-05-131-2/+5
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled.Zac Medico2007-02-221-3/+3
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-221-1/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-071-1/+4
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
* Namespace sanitizing, step 2Marius Mauch2007-01-251-24/+24
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+618