portage.versions.ververify(): Return an instance of bool (which is a subclass of...
[portage.git] / pym / portage / versions.py
2014-01-07 Arfrever Frehtes... portage.versions.ververify(): Return an instance of...
2013-03-19 Zac Medico_get_slot_re: relocate due to circular import
2013-01-20 Zac Medicorepoman: fix stable mask to use correct profile v2.2.0_alpha157
2013-01-19 Zac MedicoFix stable mask logic for repoman.
2013-01-18 Zac MedicoUse unicode_literals more.
2012-09-22 Zac MedicoUse re.UNICODE for category/package name regexes.
2012-08-29 Zac MedicoRename slot-abi stuff to refer to slot-operator.
2012-08-25 Zac MedicoEAPI 5 stable use.mask/force for bug #431078
2012-08-25 Zac Medico_pkg_str: pass in config + metadata with KEYWORDS
2012-07-17 Zac MedicoPropagate EAPI for update_dbentry (bug #426476).
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-11 Zac MedicoPackage: move SLOT validation to _pkg_str
2012-06-10 Zac Medico_get_pv_re: use _eapi_attrs
2012-05-13 Zac Medico_pkg_str: validate repo (move code from Package)
2012-05-13 Zac Medico_pkg_str: make version -r0 consistent with input
2012-05-13 Zac Medicocpv_sort_key: use _pkg_str
2012-05-13 Zac MedicoUse _pkg_str.version more.
2012-05-13 Zac MedicoDon't cache vercmp results.
2012-05-13 Zac Medico_pkg_str: add version attribute for comparisons
2012-05-13 Zac Medico_pkg_str: add slot and repo attributes
2012-05-12 Zac Medico_pkg_str: add cpv attribute for match_from_list
2012-05-12 Zac MedicoAdd a _pkg_str class to cache catpkgsplit results
2012-05-12 Zac Medicocatpkgsplit: don't cache results
2012-05-12 Arfrever Frehtes... Allow dots in package names in EAPI="4-python".
2010-12-02 Zac Medicocpv_sort_key: test suffix order
2010-12-02 Zac Medicoadd new cpv_sort_key() function
2010-09-25 Zac MedicoFix catpkgsplit() to validate the category part. This...
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-04-10 Zac MedicoMake cpv_getversion handle invalid cpv and add cpv_getv...
2010-04-10 Sebastian LutherImplement REPLACING_VERSIONS and REPLACED_BY_VERSION
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-20 Zac MedicoMove portage.cpv_getkey() to the portage.versions module.
2010-01-04 Zac MedicoRevert r15161 so 12.2.5 is greater than 12.2b once...
2010-01-04 Zac MedicoFix vercmp so 1b > 1 and add corresponding tests.
2010-01-04 Zac MedicoRevert vercmp() behavior so 12.2b > 12.2.5 which was...
2009-10-05 Zac MedicoMake pkgsplit() preserve 'null' category if it's presen...
2009-10-04 Zac MedicoUse the simpler/stricter _pkgspit in dbapi code.
2009-10-04 Zac MedicoMake pkgsplit() accept a cpv again, since accepting...
2009-09-30 Zac MedicoTake regular expressions from portage.dep and use them...
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-07 Zac MedicoReimplement isvalidatom() to use a single regular expre...
2009-09-07 Zac MedicoOptimize catpkgsplit() by creating a tuple directly...
2009-09-07 Zac MedicoIn catpkgsplit(), use split('/', 1) since there should...
2009-09-05 Zac MedicoRemove unnecessary redundant dict lookup at the beginni...
2009-08-15 Arfrever Frehtes... Prepare 308 messages to localization.
2009-04-18 Zac MedicoSimplify pkgcmp(). Thanks to Douglas Anderson <dja...
2009-04-17 Zac MedicoBug #266493 - Never return a long from vercmp() since...
2009-03-26 Zac MedicoBug #227265 - Make pkgsplit() allow multiple consecutiv...
2009-03-25 Zac MedicoBug #227265 - Make pkgsplit() allow "versiony looking...
2009-03-20 Zac MedicoNormalize try/except indentation for compatibility...
2008-05-25 Zac MedicoRemove category validation cruft from catpkgsplit().
2008-05-13 Marius MauchCheck vercmp() return value to avoid arbitrary results...
2008-01-11 Zac Medico* Make pkgcmp() pass the ebuild revision directly into...
2007-08-22 Zac MedicoMake best() return early when it's only given one packages.
2007-08-15 Zac MedicoFor bug #188449, since python floats have limited range...
2007-06-07 Zac MedicoMake pkgsplit and catpkgsplit return imutable tuples...
2007-06-06 Zac MedicoReturn copies of the cached values from pkgsplit and...
2007-05-05 Zac MedicoFor bug #171259, fix vercmp so that implicit _p0 is...
2007-03-03 Alec Warnerremove category regex, dumb idea, sorry I did it
2007-01-25 Marius MauchNamespace sanitizing, step 3
2007-01-25 Marius MauchNamespace sanitizing, step 2
2007-01-25 Marius MauchNamespace sanitizing, step 1