summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
...
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-123-8/+14
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-51/+9
* porttree.py: remove unused importsv2.2.0_alpha103Zac Medico2012-05-091-2/+0
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-29/+13
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-071-15/+8
* COLLISION_IGNORE: handle prefixZac Medico2012-05-051-3/+4
* Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"Krzysztof Pawlik2012-05-041-0/+8
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-4/+3
* fakedbapi.cp_list: remove obsolete virtual codeZac Medico2012-04-221-2/+1
* portdbapi: update comment about repoman cachesZac Medico2012-04-221-1/+1
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-222-11/+8
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-203-21/+26
* mergeme: cleanup hardlink_candidates, bug #412453Greg Turner2012-04-171-5/+4
* Close fewer file descriptors for fork / no exec.Zac Medico2012-03-271-10/+3
* Replace @returns with @return.Zac Medico2012-03-273-11/+11
* Clarify symlink/dir collision for bug #409359.Zac Medico2012-03-231-7/+24
* unmerge: remove unused preserve-libsZac Medico2012-03-181-0/+9
* Omit EPREFIX from paths in unicode QA Notice.Zac Medico2012-03-171-3/+4
* Use eqawarn for install of non UTF-8 file names.Zac Medico2012-03-171-1/+2
* Unmerge orphan directory symlinks for bug 384397.v2.2.0_alpha89Zac Medico2012-02-221-3/+85
* dblink: split out _unmerge_dirs methodZac Medico2012-02-221-88/+106
* Remove redundant inherited __slots__ values.Zac Medico2012-02-171-1/+1
* Comment about _setup_pipes / PyPy GC interaction.Zac Medico2012-02-151-1/+5
* MergeProcess: inherit stdin for use with pdbZac Medico2012-02-151-0/+7
* treewalk: handle EAGAIN from listdir for PyPy 1.8Zac Medico2012-02-151-2/+15
* Assert that fork returns int for bug 403697.Zac Medico2012-02-141-0/+4
* After python fork, don't close fds for PyPy 1.8.Zac Medico2012-02-141-1/+6
* Fix FEATURES=no{doc,info,man} for bug #403181Zac Medico2012-02-111-1/+4
* Use IO_* constants where appropriate.Zac Medico2012-02-091-4/+3
* MergeProcess: handle POLLHUP from elog pipeZac Medico2012-02-081-0/+7
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-071-0/+2
* Apply INSTALL_MASK prior to reading the treeBrian Harring2012-01-271-9/+9
* Apply INSTALL_MASK prior to collision-protect.Zac Medico2012-01-141-8/+17
* quickpkg: add leading ./ to names for bug 398543Zac Medico2012-01-111-1/+1
* Add FEATURES=config-protect-if-modified support.Zac Medico2011-12-241-1/+14
* _aux_env_search: decode unicode moreZac Medico2011-12-221-0/+3
* vardbapi._aux_get: unicode EAPI keyZac Medico2011-12-211-1/+1
* vardbapi._aux_get: search environment in one passZac Medico2011-12-211-43/+53
* vardbapi._aux_get: account for _aux_cache_keys_reZac Medico2011-12-211-1/+2
* vardbapi.aux_get: search environment, bug 395463Zac Medico2011-12-211-5/+79
* Silently allow missing /var/cache/edb/counter.Zac Medico2011-12-201-8/+4
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
* vartree.py: lazy movefile importZac Medico2011-12-101-1/+1
* Make portdbapi.eclassdb a property.Zac Medico2011-12-091-1/+7
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-21/+3
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-091-14/+2
* MergeProcess: check if _elog_reader_fd is NoneZac Medico2011-12-011-1/+1
* Revert "dblink.mergeme(): Merge files in alphabetic order."v2.2.0_alpha79Zac Medico2011-11-271-1/+1
* dblink.mergeme(): Merge files in alphabetic order.Arfrever Frehtes Taifersar Arahesis2011-11-261-1/+1
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-58/+0