summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* config.setcpv: use constructed _pkg_str for mycpvZac Medico2012-10-171-1/+2
* emaint: sync MoveHandler check code with dbapi'sZac Medico2012-10-171-4/+12
* emaint: fix MoveHandler for EAPI 5 sub-slotZac Medico2012-10-171-3/+5
* doebuild: fix REPLACING_VERSIONS EAPI 5 sub-slotZac Medico2012-10-171-3/+2
* bintree/portree: fix getslot for EAPI 5 sub-slotZac Medico2012-10-172-8/+4
* SecuritySet: fix for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-2/+2
* LibraryConsumerSet: fix for EAPI 5 sub-slotZac Medico2012-10-171-4/+3
* StaticFileSet: fix for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-2/+2
* _sets/dbapi: fix for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-14/+11
* getmaskingreason: use _pkg_strZac Medico2012-10-171-11/+9
* ManifestTask: stricter gpg key comparisonZac Medico2012-10-171-1/+14
* ManifestTask: use PopenProcess moreZac Medico2012-10-171-3/+1
* PopenProcess: child_watch_add if no pipe_readerZac Medico2012-10-171-4/+6
* MaskManager: use _pkg_strZac Medico2012-10-171-11/+20
* config.setcpv: remove unused slot variableZac Medico2012-10-171-1/+0
* vartree.py: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-16/+18
* glsa: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-1/+1
* glsa.py: use try/finally for urlopenZac Medico2012-10-171-1/+6
* ManifestTask: improve gpg key parsingZac Medico2012-10-161-7/+10
* Move portage.dep._internal_warnings to portage.v2.2.0_alpha139Zac Medico2012-10-162-10/+8
* ManifestTask: remove unneeded _proc attributeZac Medico2012-10-161-14/+10
* Test PopenProcess.Zac Medico2012-10-161-0/+48
* CompositeTask._start_task: propagate schedulerZac Medico2012-10-161-0/+4
* Handle missing mkfifo for Jython.Zac Medico2012-10-161-1/+6
* PopenProcess: integrate PipeReader supportZac Medico2012-10-162-17/+22
* Add missing PopenProcess class from last commit.Zac Medico2012-10-151-0/+15
* egencache --update-manifests: re-sign when neededZac Medico2012-10-152-4/+88
* emerge: lazy imports, optimize --helpZac Medico2012-10-142-2/+3
* chk_updated_info_files: move to separate fileZac Medico2012-10-141-0/+138
* display_preserved_libs: move to separate fileZac Medico2012-10-141-0/+79
* match_from_list: rm redundant catpkgsplit(mycpv)Zac Medico2012-10-141-3/+2
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-143-6/+10
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-142-26/+61
* Atom: support *_beta* wildcard, bug #437872Zac Medico2012-10-103-4/+12
* _parse_uri_map: preserve order of URIsZac Medico2012-10-081-3/+8
* fetch: preserve SRC_URI order for primaryuriv2.2.0_alpha136Zac Medico2012-10-081-1/+4
* PollScheduler: disable default _loadavg_latencyZac Medico2012-10-081-1/+3
* Revert "test_ipc_daemon: handle fork/finally race"Zac Medico2012-10-081-9/+0
* ForkProcess: set _exit finally block before forkZac Medico2012-10-082-102/+126
* spawn: setup _exit finally block before forkZac Medico2012-10-081-17/+26
* test_ipc_daemon: handle fork/finally raceZac Medico2012-10-081-0/+9
* spawn: use finally block for failure os._exit()Zac Medico2012-10-081-2/+5
* ForkProcess: increase scope of try/finally/_exitZac Medico2012-10-081-9/+11
* PollScheduler: rename sched_iface to _sched_ifaceZac Medico2012-10-072-11/+9
* Show slot + repo for colliding packages.Zac Medico2012-10-071-3/+15
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-074-12/+16
* PollScheduler: split out SchedulerInterfaceZac Medico2012-10-071-0/+86
* best_version() and has_version(): Improve die() messages.Arfrever Frehtes Taifersar Arahesis2012-10-071-2/+2
* ManifestScheduler: tweak _task_exit output orderZac Medico2012-10-061-1/+3
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-057-25/+20