summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Replace the settings and herdstree parameters for the MetaDataXMLZac Medico2010-09-061-8/+13
* Add an optional herdstree parameter to the MetaDataXML constructor,Zac Medico2010-09-061-2/+2
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-1/+1
* Add portage.xml.metadata to parse metadata.xmlSebastian Luther2010-09-062-0/+340
* Show a DeprecationWarning inside doebuild() if the old 'depend' phaseZac Medico2010-09-061-2/+8
* Make LazyImportPortageBaselineTestCase assert successful exit statusZac Medico2010-09-051-0/+3
* Eliminate portage.env from baseline imports.Zac Medico2010-09-053-3/+3
* Make doebuild.py use PollScheduler instances directly sinceZac Medico2010-09-051-13/+10
* Make dblink._merge() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+4
* Make DoebuildSpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-8/+8
* Make portdbapi.aux_get() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Make LazyImportPortageBaselineTestCase use a PollScheduler instanceZac Medico2010-09-051-6/+6
* Make PipeReaderTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-6/+6
* In IpcDaemonTestCase, assert that process and daemon isAlive() methodsZac Medico2010-09-051-1/+3
* Clean up and simplify PipeReaderTestCase.Zac Medico2010-09-051-29/+12
* Add a test to check what portage submodules are imported by 'import portage',...Zac Medico2010-09-051-0/+56
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+7
* document DEPCACHE_PATH GLOBAL_CONFIG_PATH getting EPREFIX-edFabian Groffen2010-09-051-1/+4
* Use lazy imports for CacheError and OrderedDict in the base portageZac Medico2010-09-051-6/+7
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-052-4/+4
* use EROOT with WORLD_FILEFabian Groffen2010-09-042-4/+4
* use EROOT with CACHE_PATHFabian Groffen2010-09-043-4/+4
* fix comments to match latest intentions in the codeFabian Groffen2010-09-041-5/+4
* Add missing portage import in portage.locks.Zac Medico2010-09-031-0/+1
* In the short timeout test for QueueScheduler.run(), assert that theZac Medico2010-09-031-0/+1
* Add back PortageException handler inside mod_mail_summary.finalize()Zac Medico2010-09-031-2/+4
* Make portage.locks avoid importing the portage.output module when inZac Medico2010-09-031-6/+10
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-032-8/+2
* Use a lazy import for portage.dep instide portage.util.Zac Medico2010-09-031-1/+1
* Move portage.locks imports to the top of the file.Zac Medico2010-09-031-4/+4
* Use AlarmSignal for timout handling in mod_mail_summary.finalize().Zac Medico2010-09-031-10/+6
* Make AlarmSignal._signal_handler() restore the default SIGALRMZac Medico2010-09-031-0/+1
* Use AlarmSignal for timeout handling in elog_process().Zac Medico2010-09-031-7/+6
* Make AlarmSignal.register() require a time parameter and pass it toZac Medico2010-09-031-1/+2
* Add AlarmSignal.register() and unregister() classmethods in order toZac Medico2010-09-031-1/+11
* Add a test case for intentionally short timeout with QueueScheduler.run().Zac Medico2010-09-031-1/+35
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-031-1/+15
* Bug #335777 - Add a 40 second timeout in ebuild-ipc.py, so that if anZac Medico2010-09-031-0/+14
* Add backward compatible config.pmaskdict and punmaskdict propertiesZac Medico2010-09-021-0/+8
* Make MaskManager use tuples for values inside _pmaskdict andZac Medico2010-09-021-0/+4
* Implement ExtendedAtomDict.copy().Zac Medico2010-09-021-0/+6
* Bug #335620 - Add backward compatible config.virtuals and virts_pZac Medico2010-09-021-0/+14
* Filter more variables that don't need to end up in environment.bz2.Zac Medico2010-09-021-5/+9
* Fix breakage for python3 from trying to mix bytes and unicode inZac Medico2010-09-021-1/+1
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-023-2/+8
* Omit dotfiles in /usr/share/portage/config/sets (e.g. vim swapfiles).Michał Górny2010-09-021-1/+2
* Bug #248603 - Add a _ENABLE_REPO_NAME_WARN constant that's used toZac Medico2010-09-021-0/+1
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-013-7/+21
* Make atomic directory creation code in dblink.mergeme() use equivalentZac Medico2010-09-011-4/+16