aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manifest: filter file names with repoman's regexZac Medico2012-03-171-1/+9
* manfest.py: import constants directlyZac Medico2011-10-031-17/+20
* GLEP 59: use manifest-hashes list in layout.confZac Medico2011-10-031-9/+5
* Implement GLEP 59 with control via layout.conf.Zac Medico2011-10-021-3/+13
* Manifest.create(): tweak assume-digests codeZac Medico2011-10-021-1/+1
* Manifest.create(): pass allow_* to constructorZac Medico2011-10-021-1/+2
* Manifest.write(): tweak unlink logicZac Medico2011-09-271-2/+6
* manifest: controllable per repoBrian Harring2011-09-271-2/+9
* Remove Manifest if it is not needed.Zac Medico2011-09-141-7/+15
* Don't write empty (thin) Manifest files.Zac Medico2011-09-141-1/+4
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-131-8/+10
* manifest: remove unused 'pf is None' caseZac Medico2011-09-131-2/+0
* add thin manifest support to the Manifest classBrian Harring2011-09-121-53/+96
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-4/+4
* Manifest: fix NameError in updateAllHashesZac Medico2011-07-101-1/+2
* Update timestamps in headers of modified files.Zac Medico2011-05-051-1/+1
* Fix Manifest.updateAllHashes()Mike Gilbert2011-05-031-1/+1
* GLEP 55 removalDaniel Robbins2010-07-061-7/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* 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