portage.git
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 Medicorepoman: try to sign Manifest only if it exists
2012-06-06 Zac Medicoparse_layout_conf: fix cache-formats pms fallback
2012-06-04 Zac Medicohelper-functions.sh: multijob support bash <4.1 v2.2.0_alpha110
2012-06-04 Zac MedicoHandle more import exceptions involving xml.
2012-06-04 Zac Medicorepoman: fix _mask_manager assignment
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 Medicoebuild.sh: export EAPI for helpers v2.2.0_alpha109
2012-06-02 Zac MedicoInheritEclass: remove unused inherited_api code
2012-06-02 Zac MedicoInheritEclass: exempt eclasses that export src_*
2012-06-02 Zac Medicorepoman: inherit.missing non-fatal (experimental)
2012-06-02 Zac MedicoInheritEclass: kde4-base exemptions
2012-06-02 Zac MedicoInheritEclass: add stable / conservative mode
2012-06-02 Zac Medicoecompressdir: fix brokenlink newdest logic
2012-06-02 Zac Medicorepoman.1: document inherit.missing/unused
2012-06-02 Zac Medicoconfig: whitelist PORTAGE_COMPRESS, don't save it
2012-06-02 Zac Medicoecompressdir: avoid ecompress.break interference
2012-06-02 Zac Medicoecompressdir: fix ln -s for bug #418309
2012-06-02 Zac Medicoecompressdir: fix funk_up_dir return value
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 Mike Frysingermake.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_U...
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-24 Mike Frysingerrepoman: tweak elif vcs check style to be consistent
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 MedicoFEATURES=config-protect-if-modified by default.
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 Medicoprepstrip: fix installsources breakage
2012-05-14 Zac Medicoprepstrip: fix hardlink race in process_elf
2012-05-14 Zac Medicoprepstrip: fix hardlink handling for subshells
2012-05-14 Mike Frysingerprepstrip: make splitdebug/installsources parallel...
2012-05-14 Mike Frysingerprepstrip: tweak style and document helper funcs a bit
2012-05-14 Mike Frysingerprepstrip: run the log parsing in parallel to file...
2012-05-14 Mike Frysingermultijob_post_fork: simpler handling of return value
2012-05-14 Zac Medicodepgraph: send output to stderr when appropriate
2012-05-14 Zac Medicoprepstrip: wait for Pre-stripped check to finish
2012-05-14 Zac Medicoprepstrip: disable parallel for splitdebug, etc..
2012-05-14 Zac Medicomultijob_post_fork: return child status
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 Medicorepoman: simplify ebuild sort code
2012-05-13 Zac Medicoegencache: use vercmp instead of pkgcmp
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
next