summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* search.py: use _aux_cache_keys moreZac Medico2011-12-211-1/+1
* Display EROOT when ROOT != "/".Zac Medico2011-12-197-15/+16
* _run_pkg_pretend: doebuild_environment for cleanZac Medico2011-12-181-0/+14
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-1810-63/+25
* _show_unsatisfied_dep: avoid invalid, bug #394995Zac Medico2011-12-171-3/+11
* test_poll: fix array testZac Medico2011-12-162-2/+76
* PipeReader: use AbstractPollTask._read_buf()Zac Medico2011-12-161-26/+10
* SpawnProcess/AbstractPollTask: eliminate arrayZac Medico2011-12-162-25/+8
* SpawnProcess: remove obsolete fdopenZac Medico2011-12-161-4/+2
* Fix EIO handling for PollSelectAdapter.Zac Medico2011-12-162-4/+14
* SpawnProcess: work around array.fromfile() bugsZac Medico2011-12-152-15/+39
* test_poll: test different sizes, and pty tooZac Medico2011-12-151-1/+3
* emergelog: pass path to lockfile, not file objectZac Medico2011-12-131-6/+3
* SpawnProcess: use /dev/null fd from subclassZac Medico2011-12-131-14/+17
* emerge: disable --quiet-build by defaultZac Medico2011-12-132-2/+2
* FifoIpcDaemon: use plain fd instead of fdopenZac Medico2011-12-131-8/+8
* AbstractEbuildProcess: interactive pkg_configZac Medico2011-12-131-0/+2
* AbstractEbuildProcess: null in if not interactiveZac Medico2011-12-131-1/+13
* load_emerge_config: change order of code backZac Medico2011-12-101-7/+6
* config: init data/output modules in constructorZac Medico2011-12-101-4/+0
* actions.py: fix grammar in commentZac Medico2011-12-101-1/+1
* Binpkg: move imports to topZac Medico2011-12-101-2/+2
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-102-2/+2
* emerge: allow search when profile is missingZac Medico2011-12-091-2/+2
* Binpkg: ensure $ED exists after extractionZac Medico2011-12-091-0/+1
* Binpkg: handle missing dir after chpathtoolZac Medico2011-12-091-5/+11
* Binpkg: fix os.path.dirname() usageZac Medico2011-12-091-1/+1
* Binpkg: add chpathtool support for prefixZac Medico2011-12-091-5/+59
* BinpkgEnvExtractor: fix PORTAGE_LOG_FILE spellingZac Medico2011-12-091-2/+2
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-1/+1
* load_emerge_config: init portage.data earlierZac Medico2011-12-081-7/+10
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-081-0/+1
* action_sync: fix git_sync_timestamps KeyErrorZac Medico2011-12-061-8/+15
* fix logic from last commitZac Medico2011-12-041-1/+2
* depgraph: fix case insensitive search for unsatZac Medico2011-12-041-3/+11
* action_depclean: fix return codeZac Medico2011-12-022-5/+10
* Handle OSError from os.read and loop if needed.Zac Medico2011-12-013-23/+29
* PipeReader: use os.read/writeZac Medico2011-12-011-19/+11
* AsynchronousLock: use os.read/writeZac Medico2011-12-011-15/+28
* _emerge/EbuildMetadataPhase.py: use os.read()Zac Medico2011-12-011-7/+13
* _emerge/SubProcess.py: support int fd in _filesZac Medico2011-12-011-1/+4
* _get_dep_chain: fix KeyError, bug #392059Zac Medico2011-11-271-13/+22
* emerge --help: show --quiet-buildZac Medico2011-11-201-1/+1
* Schduler: _check_temp_dir in _handle_self_updateZac Medico2011-11-181-2/+9
* resolver/output: unused importsZac Medico2011-11-171-4/+3
* emerge --changelog: omit entry for current verZac Medico2011-11-171-1/+2
* depgraph: don't merge portage asapZac Medico2011-11-171-9/+0
* Tweak the last commit.Zac Medico2011-11-171-11/+2
* Skip the "resume after portage update" routine.Zac Medico2011-11-174-129/+38
* Show action as --action in emerge.log arg list.Zac Medico2011-11-171-1/+1