action_sync: backward compatible parameters
[portage.git] / pym /
2013-07-23 Zac Medicoaction_sync: backward compatible parameters
2013-07-23 Zac MedicoPORTAGE_RSYNC_OPTS: --omit-dir-times
2013-07-23 Zac Medicoaction_sync: use emerge_config parameter
2013-07-23 Zac MedicoDelay validation of repos.conf locations/names.
2013-07-23 Zac MedicoRemove stray print from last commit.
2013-07-23 Zac MedicoRepoConfigLoader: PORTDIR/repos.conf interaction
2013-07-22 Arfrever Frehtes... Move hardcoded atoms of cvs, git and rsync to portage...
2013-07-22 Arfrever Frehtes... Add support for multiple repositories in `emerge -...
2013-07-22 Zac Medicoemerge-webrsync: use PORTAGE_REPOSITORIES var
2013-07-22 Zac Medicoinherit: optimize eclass search
2013-07-22 Zac MedicoSplit PORTDIR_OVERLAY with shlex.
2013-07-22 Zac MedicoSanitize PYTHONPATH for helpers, bug #477764
2013-07-18 Zac Medicoemerge --resume: reject atom or set arguments
2013-07-16 Arfrever Frehtes... Stop using PORTDIR_OVERLAY in bash part of Portage.
2013-07-14 Zac Medicoconfig: add PORTDIR to expand_map
2013-07-14 Arfrever Frehtes... portage.repository.config.RepoConfigLoader.config_strin...
2013-07-14 Arfrever Frehtes... portage.settings.repositories.config_string(): Improve...
2013-07-13 Arfrever Frehtes... Use consistent paths of repositories in test suite...
2013-07-13 Arfrever Frehtes... Move default configuration of repositories from /usr...
2013-07-13 Arfrever Frehtes... Use PORTAGE_REPOSITORIES in test suite.
2013-07-13 Arfrever Frehtes... Set portage._working_copy bool variable.
2013-07-13 Arfrever Frehtes... Support PORTAGE_REPOSITORIES environmental variable...
2013-07-13 Arfrever Frehtes... Stop using config["PORTDIR"] in some tests.
2013-07-12 Zac MedicoExclude system.nfs4_acl xattrs, bug #475496
2013-07-09 Zac Medico_job_delay: prevent accumlation of timeouts v2.2.0_alpha188
2013-07-09 Zac MedicoDelay for loadavg after SIGCONT, bug #476104
2013-07-09 Zac MedicoEbuildPhase: fd_pipes NameError, bug #476312
2013-07-07 Zac Medicotest_doebuild_fd_pipes: test qmerge v2.2.0_alpha187
2013-07-07 Zac Medicotest_doebuild_fd_pipes: test pkg_info
2013-07-07 Zac Medicodoebuild: support 'nofetch' phase
2013-07-07 Zac Medicodoebuild: handle tmpdir / returnpid interaction
2013-07-07 Zac Medicocalc_depclean: use runtime_slot_op priorities
2013-07-07 Zac MedicoUse sys.__std* streams for fileno().
2013-07-07 Zac MedicoMergeProcess: flush stderr for traceback
2013-07-07 Zac MedicoDoebuildFdPipesTestCase: fix docstring
2013-07-07 Zac Medicodoebuild: fix fd_pipes support, bug #475812
2013-07-07 Zac MedicoForkProcess: flush stderr for traceback
2013-07-06 Zac Medicodoebuild: deprecate returnpid
2013-07-06 Zac Medico_ignore_satisfied_buildtime: tweak optional
2013-07-06 Zac Medicodepgraph: tweak slot-operator merge order
2013-07-06 Zac Medicodoebuild: cleanup returnpid support, bug #475812
2013-07-06 Zac MedicoDisable global spawned_pids (avoid memory leak)
2013-07-05 Zac Medicoemerge --info: KeyError with ROOT, bug #475778
2013-07-02 Zac Medico_copyxattr: report attribute name in error
2013-06-28 Zac MedicoRepoConfigLoader: support repos.conf directory
2013-06-28 Zac Medicogetconfig: share recursion code with grablines
2013-06-27 Zac Medicoutil.listir: simplify and optimize
2013-06-27 Zac Medicocacheddir: disable cache (avoid memory leak)
2013-06-26 Arfrever Frehtes... Update comments.
2013-06-25 Zac MedicoUse /proc/self/fd for solaris compat, bug #474536
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Support...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Add __conta...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Fix __delit...
2013-06-24 Arfrever Frehtes... portage.package.ebuild.config.config(): Add repositorie...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Add __setit...
2013-06-24 Arfrever Frehtes... Improve portage.repository.config.RepoConfig.__repr__...
2013-06-24 Zac MedicoRepoConfigLoader: fix bug #474578
2013-06-24 Zac MedicoRepoConfigLoader: don't use ValueError to warn
2013-06-24 Arfrever Frehtes... Print error when section name set in repos.conf differs...
2013-06-24 Zac Medicoutil/__init__.py: enable unicode_literals
2013-06-24 Zac Medicogetconfig: convert source IOError to ParseError
2013-06-23 Zac MedicoUse /proc/<pid>/fd for solaris compat, bug 474536
2013-06-22 Zac MedicoPython 3.1: pass bytes to Popen
2013-06-22 Zac Medicofind_binary: return bytes when input is bytes
2013-06-22 Zac MedicoFEATURES=xattr: wrap install binary, bug #465000
2013-06-21 Zac MedicoNormalize EPREFIX more.
2013-06-20 Zac MedicoDecode sys.argv with surrogateescape for Python 3
2013-06-20 Zac Medicoemirrordist: wget --no-check-certificate
2013-06-20 Zac MedicoTest cross-prefix best/has_version --host-root. v2.2.0_alpha182
2013-06-19 Zac MedicoFix cross-prefix bugs, and test.
2013-06-19 Zac Medicodepgraph: fix installed/newuse logic more
2013-06-19 Zac Medicodepgraph: fix --exclude/--newuse interaction
2013-06-19 Zac MedicoRepoConfigLoader: fix last commit
2013-06-19 Zac MedicoRepoConfigLoader: handle equal priorities
2013-06-19 Zac MedicoRepoConfig: safe config for repoman/egencache
2013-06-19 Zac MedicoRepoConfigLoader: handle invalid repos.conf more
2013-06-19 Zac MedicoRepoConfigLoader: initialize missing_repo_names
2013-06-19 Zac MedicoRepoConfigLoader: return early for parse error
2013-06-19 Zac MedicoRepoConfigLoader: handle configparser.Error
2013-06-19 Zac MedicoRepoConfigLoader: pass source arg to read_file
2013-06-19 Zac MedicoRepoConfigLoader: refer to make.globals in comment
2013-06-19 Zac MedicoRepoConfigLoader: suppress /usr/portage warning
2013-06-18 Zac MedicoRepoConfigLoader: main-repo priority before sort v2.2.0_alpha181
2013-06-18 Ruud KoolenAdd cross-prefix support
2013-06-18 Zac MedicoRepoConfigLoader: fix main-repo priority default
2013-06-18 Zac MedicoRepoConfigLoader: delete repo if location missing
2013-06-18 Zac MedicoRootConfig.update: call delattr when appropriate
2013-06-18 Zac MedicoRootConfig: mtimedb AttributeError, bug #473710
2013-06-17 Zac Medicoaction_build: remove useless --ask autoclean
2013-06-16 Zac MedicoShow blocker parents for non slot-conflict pkgs. v2.2.0_alpha180
2013-06-15 Zac Medicorun_action: use emerge_config attrs, not locals
2013-06-15 Zac MedicoShow unevaluated atom in blocker parent display.
2013-06-13 Zac Medicoemerge --autounmask-write: chk_updated_cfg_files
2013-06-10 Zac Medico_emerge_config: simplify __getitem__
2013-06-10 Zac Medico_emerge_config: implement __iter__
2013-06-10 Zac Medicodep_check: remove redundant list copy
2013-06-09 Zac Medicoemerge_main: call portdbapi destructors v2.2.0_alpha179
2013-06-09 Zac Medicomatch_from_list: =* op with revision, bug #467826
2013-06-08 Zac Medicoemerge_main: hold large objects in emerge_config
2013-06-08 Zac Medicoemerge --metadata/regen: flush portdbapi cache
next