summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-211-4/+12
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-182-3/+4
* Use unicode_literals more.Zac Medico2013-01-188-19/+34
* Use 'with file' more.Zac Medico2013-01-171-61/+46
* Use EventLoop, no SchedulerInterface if possible.Zac Medico2013-01-101-2/+2
* portdbapi.cp_all(): add reverse sort parameterZac Medico2013-01-061-2/+3
* Handle os.write() return code with loop.Zac Medico2013-01-051-1/+3
* BinpkgVerifier: use async FileDigesterZac Medico2013-01-051-13/+25
* Enable FD_CLOEXEC for non-blocking pipes.Zac Medico2013-01-031-1/+10
* portage._internal_caller: use global_event_loopZac Medico2013-01-031-5/+10
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-2/+2
* portdbapi: use global_event_loop when safeZac Medico2013-01-031-1/+12
* Use ctypes in subprocess for bug #448858.Zac Medico2012-12-302-33/+67
* _MergeProcess: tweak merge-sync library lookupZac Medico2012-12-281-2/+5
* merge-sync: handle PyPy syncfs fail, bug #446610Zac Medico2012-12-261-9/+14
* vardbapi: tweak deprecated constructor paramZac Medico2012-12-241-4/+5
* binarytree: tweak deprecated constructor paramZac Medico2012-12-241-5/+5
* porttree.py: tweak deprecated constructor paramsZac Medico2012-12-241-4/+5
* Support subslots in command line arguments.Arfrever Frehtes Taifersar Arahesis2012-12-231-2/+2
* dblink._elog_process: obey phasefilter argZac Medico2012-12-101-1/+4
* MergeProcess: avoid duplicate elog, bug #446136Zac Medico2012-12-101-0/+3
* portdbapi: DeprecationWarning for 'pms' cacheZac Medico2012-11-271-0/+7
* similar_name_search: fix lower/upper case bugsZac Medico2012-11-251-4/+4
* depgraph: split out similar_name_search funcZac Medico2012-11-241-0/+57
* Fix PORTAGE_BUILDIR_LOCKED typo.Arfrever Frehtes Taifersar Arahesis2012-11-161-2/+2
* vardbapi.move_ent: rm wrong fixdbentries callZac Medico2012-11-141-2/+1
* Pass settings to _pkg_str constructor.Zac Medico2012-11-141-2/+5
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-133-7/+11
* dblink.mergeme(): use stack instead of recursionZac Medico2012-10-301-11/+11
* merge-sync: handle unmerge corner casesZac Medico2012-10-251-4/+13
* merge-sync: syncfs on parent of dir for unmergeZac Medico2012-10-251-7/+34
* MergeProcess: cache syncfs libc library lookupZac Medico2012-10-252-14/+20
* Add FEATURES=merge-sync, for bug #439584.Zac Medico2012-10-251-1/+40
* dblink: add hooks to sync disk for bug #439584Zac Medico2012-10-251-1/+58
* Handle InvalidData from _pkg_str.Zac Medico2012-10-171-1/+1
* Remove old binhost protocol for bug #438640.Zac Medico2012-10-171-69/+1
* bintree/portree: fix getslot for EAPI 5 sub-slotZac Medico2012-10-172-8/+4
* vartree.py: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-16/+18
* _parse_uri_map: preserve order of URIsZac Medico2012-10-081-3/+8
* ForkProcess: set _exit finally block before forkZac Medico2012-10-081-75/+88
* Show slot + repo for colliding packages.Zac Medico2012-10-071-3/+15
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-071-3/+3
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-053-11/+6
* PollScheduler: remove register/unregister methodsZac Medico2012-10-051-3/+3
* EbuildFetcher/MergeProcess: inherit ForkProcessZac Medico2012-10-031-3/+3
* Handle KeyError when loading pickles.Zac Medico2012-09-281-1/+3
* update_ents: use Package._dep_keysZac Medico2012-09-251-2/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-244-8/+12
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-1/+1
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-10/+3