Fix some typos.
[portage.git] / pym / _emerge / actions.py
2013-11-29 Sebastian LutherUse portage.const.TIMESTAMP_FORMAT where appropriate
2013-09-04 Zac Medicoaction_info: don't use print(), bug #483628
2013-08-24 Zac Medicoemerge --sync: discard timestamp after SIGINT
2013-08-24 Zac Medicoemerge --sync: discard timestamp for partial sync
2013-08-12 Zac MedicoExempt /usr/local/portage from repo_name warning.
2013-07-30 Tomáš Čechemerge: accept --pkg-format option
2013-07-25 Zac MedicoRefer to /etc/portage/make.conf in messages.
2013-07-23 Zac Medicoemerge --sync: support repo arguments
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-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-18 Zac Medicoemerge --resume: reject atom or set arguments
2013-07-07 Zac Medicocalc_depclean: use runtime_slot_op priorities
2013-07-06 Zac MedicoDisable global spawned_pids (avoid memory leak)
2013-07-05 Zac Medicoemerge --info: KeyError with ROOT, bug #475778
2013-06-19 Zac MedicoFix cross-prefix bugs, and test.
2013-06-18 Ruud KoolenAdd cross-prefix support
2013-06-17 Zac Medicoaction_build: remove useless --ask autoclean
2013-06-15 Zac Medicorun_action: use emerge_config attrs, not locals
2013-06-10 Zac Medico_emerge_config: simplify __getitem__
2013-06-10 Zac Medico_emerge_config: implement __iter__
2013-06-08 Zac Medicoemerge_main: hold large objects in emerge_config
2013-06-08 Zac Medicoemerge --metadata/regen: flush portdbapi cache
2013-06-01 Zac Medicodepgraph.display(): handle reverse for --tree
2013-05-31 Zac Medicodepgraph: buidpkgonly error earlier, bug #471910
2013-05-18 Zac MedicoSupport PORTAGE_SSH_OPTS, bug #470002.
2013-05-01 Zac MedicoSupport RESTRICT=preserve-libs, bug #364427
2013-03-13 Zac MedicoUse writemsg for unicode safety in set messages.
2013-03-13 Zac Medicoexpand_set_arguments: fix expansion breakage
2013-03-13 Zac Medicoexpand_set_arguments: defer set load for depgraph
2013-03-13 Arfrever Frehtes... Define portage.const.VCS_DIRS and use it in some modules.
2013-03-05 Zac MedicoUse endswith(tuple).
2013-03-05 Zac MedicoDon't use splitext for .ebuild/.tbz2 check.
2013-02-09 Zac Medicoemerge --sync: python 2.6.4 compat, bug #456236
2013-02-08 Zac MedicoTweak "add to world" prompt, bug #455946.
2013-01-18 Zac MedicoUse unicode_literals more.
2013-01-16 Zac Medicoemerge --info: show free ram/swap, bug #451048
2013-01-03 Zac Medicoemerge --depclean: show atoms in verbose output
2013-01-02 Zac Medicoresume_depgraph: check for alternative installed
2012-12-31 Zac Medicoemerge --depclean: clarify unsatisfied atoms
2012-12-29 Zac MedicoUse run_main_scheduler where possible.
2012-12-18 Zac Medicodepclean warning: count nested sets, bug #298298
2012-12-18 Zac Medicodepclean summary: count nested sets, bug #298298
2012-12-10 Zac Medicoemerge --info: handle bug #446358 more v2.2.0_alpha146
2012-12-08 Zac Medicoemerge --info: don't error for existing packages
2012-12-04 Zac Medicoemerge --sync: search PATH for rsync binary
2012-11-30 Michał GórnyAdd --oneshot to the portage update suggestion.
2012-11-27 Zac MedicoRename Package.metadata to _metadata.
2012-11-24 Zac Medicoemerge --info: search similar names, bug #444596
2012-11-24 Zac Medicoemerge --info: report unmatched atom, bug #444596
2012-10-26 Zac Medicoemerge --info: show linker version, bug #436294 v2.2.0_alpha142
2012-10-18 Zac Medicoactions.py: use _pkg_str for EAPI 5 sub-slot
2012-10-16 Zac Medicoemerge: optimize --moo, remove deprecated moo
2012-10-16 Zac Medicorun_action: gc locals of calling func
2012-10-16 Zac Medicoemerge_main: split out run_action
2012-10-14 Arfrever Frehtes... Bug #434970: Disable some warnings during `emerge ...
2012-10-07 Zac MedicoSubstitute SchedulerInterface for PollScheduler.
2012-10-07 Zac Medicoaction_uninstall: use PollScheduler not Scheduler
2012-10-06 Zac MedicoMetadataRegen: inherit AsyncScheduler
2012-09-26 Zac MedicoUse constants for hardcoded *DEPEND lists.
2012-09-24 Ambroz BizjakAdd experimental EAPI 5-hdepend support.
2012-09-21 Zac MedicoAdd preserve-libs for stable branch (not default)
2012-09-21 Zac MedicoAdd _DEPCLEAN_LIB_CHECK_DEFAULT constant.
2012-07-18 Zac MedicoFix extended atom match for =* operator.
2012-06-22 Zac MedicoEnable /etc/portage/sets for stable, bug #384061.
2012-06-22 Zac Medicogetportageversion: handle repo: in parent file
2012-06-21 Zac Medicoaction_build: always display_problems
2012-05-10 Zac MedicoDon't write or trust cache for unsupported EAPIs.
2012-05-09 Zac MedicoParse EAPI with pattern from PMS section 7.3.1.
2012-04-05 Zac MedicoScheduler: optimize action_uninstall
2012-03-27 Greg TurnerLocalize config update messages, bug #409835.
2012-03-26 Zac Medicounmerge: fix return code for bug #409647
2012-03-25 Zac MedicoExit status 128 + SIGINT for --ask 'no' answer.
2012-03-25 Zac Medicoemerge --sync: use yellow for portage update msg
2012-03-21 Zac MedicoMap emerge --buildpkg=n to FEATURES=-buildpkg.
2012-03-09 Zac MedicoUse Popen to avoid unnecessary shell.
2012-02-29 Zac Medicoaction_build: return 1 for "no" --ask answer
2012-01-12 Zac MedicoAdd --human-readable to rsync opts for bug 269410
2011-12-18 Arfrever Frehtes... Fix some warnings found by pylint.
2011-12-11 Zac Medicoload_emerge_config: change order of code back
2011-12-10 Zac Medicoconfig: init data/output modules in constructor
2011-12-10 Zac Medicoactions.py: fix grammar in comment
2011-12-10 Zac MedicoUse portage.shutil for safer unicode handling.
2011-12-09 Arfrever Frehtes... Delete portage.dbapi.porttree._repo_info class and...
2011-12-09 Zac Medicoload_emerge_config: init portage.data earlier
2011-12-09 Zac MedicoEnable PORTAGE_GRPNAME/USERNAME in make.conf.
2011-12-06 Zac Medicoaction_sync: fix git_sync_timestamps KeyError
2011-12-02 Zac Medicoaction_depclean: fix return code
2011-11-16 Zac Medicoemerge --quiet-build: don't set PORTAGE_QUIET
2011-11-07 Arfrever Frehtes... Allow repository dependencies in command line arguments...
2011-10-30 Zac Medicogit_sync_timestamps: validation_chf == mtime
2011-10-29 Zac MedicoUse dbapi._known_keys more.
2011-10-29 Zac Medicoaction_metadata: clean up src entry validation
2011-10-29 Zac MedicoEbuildMetadataPhase: use /dev/null for stdin
2011-10-29 Zac Medicoactions.py: remove unused variables
2011-10-29 Zac Medicoaction_metadata: use auxdbkeys to compare entries
2011-10-29 Zac Medicoemerge --metadata: support md5-dict
2011-10-29 Zac Medicogit_sync_timestamps: fix breakage
next