_get_usedep_re: use _eapi_attrs
[portage.git] / pym /
2012-06-10 Zac Medico_get_usedep_re: use _eapi_attrs
2012-06-10 Zac MedicoAtom: use _eapi_attrs in constructor
2012-06-10 Zac Medico_get_atom_re: handle many combinations
2012-06-10 Zac Medicocache/sqlite.py: dynamically add columns to table
2012-06-09 Zac MedicoInheritEclass: avoid false positive in func regex
2012-06-09 Zac Medicodepgraph: pass use_reduce result to dep_check
2012-06-08 Zac MedicoInheritEclass: avoid false positive in func regex
2012-06-06 Zac Medicoparse_layout_conf: fix cache-formats pms fallback
2012-06-04 Zac MedicoHandle more import exceptions involving xml.
2012-06-04 Zac MedicoInheritEclass: exempt auto/libtool for multilib
2012-06-04 Zac MedicoInheritEclass: exempt autotools for libtool
2012-06-04 Zac MedicoPackage: calc visiblity on demand
2012-06-04 Zac MedicoFakeVartree: use KEYWORDS from unbuilt ebuild
2012-06-03 Arfrever Frehtes... Delete workaround for bugs.python.org/issue14007.
2012-06-02 Zac MedicoInheritEclass: remove unused inherited_api code
2012-06-02 Zac MedicoInheritEclass: exempt eclasses that export src_*
2012-06-02 Zac MedicoInheritEclass: kde4-base exemptions
2012-06-02 Zac MedicoInheritEclass: add stable / conservative mode
2012-06-02 Zac Medicoconfig: whitelist PORTAGE_COMPRESS, don't save it
2012-06-02 Zac Medicoconfig: lazy VirtualsManager instantiation
2012-06-01 Zac Medicoconfig: lazy MaskManager instantiation
2012-06-01 Zac Medicoconfig: lazy KeywordsManager instantiation
2012-06-01 Zac Medicoportageexit: skip SANDBOX_ON check
2012-06-01 Zac Medicograblines: raise PermissionDenied if appropriate
2012-06-01 Zac Medicoportageexit: skip secpass check
2012-06-01 Zac MedicoInheritEclass: base and cmake-utils exemptions
2012-06-01 Zac MedicoInheritEclass: support inherit after && or ||
2012-05-31 Zac MedicoInheritEclass: exempt vim for eutils
2012-05-31 Zac MedicoInheritEclass: fix autotools for polylib-9999
2012-05-30 Zac MedicoInheritEclass: support subclass inherited_api
2012-05-30 Zac MedicoInheritEclass: move eclass info to a dict
2012-05-30 Zac MedicoUse any() to optimize intersection operations.
2012-05-30 Zac Medico_wildcard_set: specify allow_repo=False
2012-05-30 Arfrever Frehtes... portage.dep.Atom: Ignore allow_repo argument when non...
2012-05-25 Mike Frysingerrepoman: add a mini framework for checking eclasses...
2012-05-25 Mike Frysingerrepoman: unroll escaped lines so we can check the entir...
2012-05-24 Zac Medicoreconstruct_eclasses: unicode hashes for python2 v2.2.0_alpha108
2012-05-23 Zac Medicovalidate_entry: handle KeyError for bug #417253
2012-05-21 Zac MedicoProfile parent repo: references for bug #414961.
2012-05-17 Zac Medicomovefile: fix abs symlink adjustment, bug #416431
2012-05-17 László Szalmamerge: fix abs symlink adjustment, bug #416431
2012-05-16 Zac Medicogetconfig: only raise ParseError v2.2.0_alpha107
2012-05-16 Zac MedicoRepoConfig: cleanup portage1_profiles code v2.2.0_alpha106
2012-05-16 Zac Medico_eapi_invalid: elog permission issue, bug #416231
2012-05-16 Zac Medicoconfig: fix /etc/portage/make.profile error msg
2012-05-16 Zac Medicogetconfig: use shlex.error_leader() more
2012-05-14 Zac Medicobintree: validate remove cpv more v2.2.0_alpha105
2012-05-14 Zac Medicodepgraph: send output to stderr when appropriate
2012-05-14 Zac MedicoAtom: use a single _get_atom_re() call
2012-05-14 Zac MedicoBlockerCache: use _unicode() for pickled atoms
2012-05-14 Zac MedicoSplit out _hide_url_passwd() and use it more.
2012-05-14 Zac Medicobinhost: http auth for python3 (bug #413983)
2012-05-14 Zac Medicogetbinpkg: fix base64 usage for python3
2012-05-14 Zac Medicotbz2.scan: use finally to close file
2012-05-14 Zac MedicoRevert "Bug #413983: Add portage.util.urlopen(), which...
2012-05-14 Zac Medicoglsa: use _pkg_str + vercmp, not pkgcmp
2012-05-14 Zac Medico_sets/security: use _pkg_str + vercmp, not pkgcmp
2012-05-14 Zac Medico_sets/dbapi: use _pkg_str + vercmp, not pkgcmp
2012-05-14 Zac Medicoportdbapi: don't convert _pkg_str to str
2012-05-14 Zac Medicodblink: use _pkg_str + vercmp, not pkgcmp
2012-05-14 Zac Medicodep_check: use _pkg_str + vercmp, not pkgcmp
2012-05-13 Zac Medico_pkg_str: validate repo (move code from Package)
2012-05-13 Zac Medicounmerge: use cpv_sort_key instead of pkgcmp
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 Medicobest_match_to_list: use _pkg_str
2012-05-13 Zac Medicomatch_from_list: avoid multiple meanings of mycpv
2012-05-13 Zac Medicocpvequal: use _pkg_str
2012-05-13 Zac Medico_pms_eapi_re: require whitespace before comment
2012-05-13 Zac Medicomatch_from_list: preserve input in result
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 Medicodepgraph: minimize match_from_list operations
2012-05-13 Zac MedicoSimpleResolverTestCase: handle PYTHONHASHSEED
2012-05-13 Zac Medico_pkg_str: add slot and repo attributes
2012-05-12 Zac Medicomatch_from_list: handle Package.UNKNOWN_REPO
2012-05-12 Zac Medico_pkg_str: add cpv attribute for match_from_list
2012-05-12 Arfrever Frehtes... Check type of xml.etree.ElementTree.TreeBuilder before...
2012-05-12 Zac Medicotest_digraph: fix get_cycles for PYTHONHASHSEED
2012-05-12 Zac Medicotest_digraph: fix bfs for PYTHONHASHSEED=random
2012-05-12 Zac Medicotest_stackLists: fix for PYTHONHASHSEED="random"
2012-05-12 Arfrever Frehtes... Add workaround for bugs.python.org/issue14007.
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... Add portage.eapi.eapi_allows_dots_in_use_flags().
2012-05-12 Arfrever Frehtes... Allow dots in package names in EAPI="4-python".
2012-05-12 Zac MedicoFix handling of empty PORTDIR{,_OVERLAY} setting.
2012-05-11 Zac MedicoCleanup profile-formats code. v2.2.0_alpha104
2012-05-11 Zac MedicoRepoConfig: sort __slots__
2012-05-11 Zac MedicoAvoid redundant layout.conf parsing.
2012-05-11 Zac Medicoconfig: load repositories before profile
2012-05-11 Zac Medicoconfig: propagate SYNC to self.repositories
2012-05-11 Zac Medicoconfig: use shlex to split known_repos
2012-05-11 Zac MedicoPollScheduler: use local EventLoop (thread safe)
2012-05-10 Zac MedicoDon't write or trust cache for unsupported EAPIs.
2012-05-10 Arfrever Frehtes... Make REPOSITORY variable again available in global...
2012-05-09 Zac Medicoporttree.py: remove unused imports v2.2.0_alpha103
2012-05-09 Zac MedicoRefer to bug #402167 where appropriate.
2012-05-09 Zac Medicodoebuild_environment: clean up EAPI related code
next