get_masters: protect against infinite recursion
[portage.git] / pym / portage / repository / config.py
2011-10-08 Zac Medicoget_masters: protect against infinite recursion
2011-10-08 Zac MedicoRepoConfig: allow repos.conf 'masters' override
2011-10-08 Arfrever Frehtes... RepoConfigLoader: Recursively expand masters.
2011-10-05 Arfrever Frehtes... Mark some messages for translation.
2011-10-04 Zac MedicoRepoConfig: sort __slots__
2011-10-03 Zac MedicoSuppress warnings with DeprecationWarning.
2011-10-03 Zac MedicoWarn for questionable layout.conf manifest-hashes
2011-10-03 Zac MedicoGLEP 59: use manifest-hashes list in layout.conf
2011-10-03 Zac MedicoImplement GLEP 59 with control via layout.conf.
2011-09-30 Zac Medicorepos.conf: implement trust-authoritative-cache
2011-09-30 Zac MedicoFix 'authoritative' spelling.
2011-09-30 Brian Harringlayout.conf: allow a repository to state the cache...
2011-09-28 Brian Harringmanifest: controllable per repo
2011-09-17 Zac MedicoRepoConfigLoader: handle ValueError from shlex
2011-09-13 Zac Medicometadata/layout.conf: "sign-manifests = false"
2011-09-12 Brian Harringadd layout.conf awareness of thin-manifests
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-09-12 Brian Harringrefactoring; unhide part of the parsing functionality
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-25 Zac MedicoSafeConfigParser: renamed to ConfigParser in 3.2
2011-08-04 Zac Medicoaction_info: don't mix print with writemsg_stdout
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-07-08 Zac MedicoRepoConfig: ignore missing name if no location
2011-06-19 Arfrever Frehtes... Bug #370693: Handle package.use.force and package.use...
2011-06-04 Zac MedicoUpdate timestamps in headers of modified files.
2011-06-03 Zac Medicorepository/config: PORTDIR/overlay priority tweak
2011-01-03 Zac MedicoRepoConfig: invert repo priority ordering
2010-12-20 Zac Medicoprepos_order: avoid duplicates from aliases
2010-10-22 Zac MedicoSupport aliases in metadata/layout.conf.
2010-10-22 Zac MedicoFix RepoConfig.info_string() for aliases.
2010-10-22 Zac MedicoFix 'Unavailable repository' layout.conf path.
2010-10-20 Sebastian LutherEnsure repo.priority is initialized.
2010-10-17 Sebastian LutherFix RepoConfig.update() for missing_repo_name.
2010-10-16 Zac MedicoFix RepoConfig.info_string() for eclass-overrides
2010-10-12 Zac MedicoAvoid reapath('') expansion to cwd for repos.
2010-10-07 Zac MedicoMake repoman ignore sets.conf. v2.2_rc91
2010-10-07 Zac MedicoFix KeyError for missing repo in eclass_overrides
2010-10-05 Zac MedicoAdd _gen_valid_repo() to ensure valid repo name.
2010-10-03 Sebastian LutherHandle invalid PORTDIR and realpath issues
2010-10-03 Sebastian LutherInclude repo info in emerge --info
2010-10-02 Zac MedicoBug #339402 - Ensure valid repo name.
2010-10-02 Zac MedicoBug #339402 - Prevent whitespace in repo names.
2010-10-01 Zac MedicoAvoid 'Unavailable repository' with aliases.
2010-10-01 Zac MedicoFix broken SafeConfigParser.Error reference.
2010-10-01 Zac MedicoSupport documented repos.conf settings.
2010-10-01 Zac MedicoHandle user_location in RepoConfig.update().
2010-10-01 Zac MedicoFix typo in 'masters' variable name.
2010-10-01 Zac MedicoFix misspelling of masters.split() as plit().
2010-09-30 Zac MedicoMake _RepoDisplay show user_location.
2010-09-30 Sebastian LutherMore repository handling cleanup
2010-09-29 Zac MedicoHandle missing PORTDIR in RepoConfigLoader.mainRepo...
2010-09-28 Zac MedicoFix RepoConfigLoader so that it's possible to use PORTD...
2010-09-27 Sebastian LutherImproved profiles/p.mask handling
2010-09-27 Sebastian Luthermove repository.py to repository/config.py