summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* AsyncScheduler: remove useless __slots__Zac Medico2012-10-052-6/+0
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-056-162/+68
* test_ipc_daemon: implement internal SleepProcessZac Medico2012-10-041-3/+12
* ManifestScheduler: handle InvalidDependStringZac Medico2012-10-031-3/+12
* ManifestTask: add missing signaturesZac Medico2012-10-031-2/+20
* AsyncScheduler: poll in _schedule_tasksZac Medico2012-10-031-0/+3
* AsyncScheduler: implement _pollZac Medico2012-10-031-0/+5
* AsyncScheduler: use _termination_checkZac Medico2012-10-031-1/+1
* AsyncScheduler: source_remove in _waitZac Medico2012-10-031-0/+8
* EbuildFetcher/MergeProcess: inherit ForkProcessZac Medico2012-10-033-45/+16
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-039-4/+349
* Fix emerge <tbz2> for python3.Zac Medico2012-10-021-2/+12
* OrderedDict: fix setitem bug #436974Zac Medico2012-10-021-3/+3
* Add chown and chgrp wrappers for prefix.Zac Medico2012-09-301-0/+4
* Handle KeyError when loading pickles.Zac Medico2012-09-283-3/+9
* _slot_operator: EAPI 5-hdepend DEPEND target onlyZac Medico2012-09-271-5/+9
* UseManager: /etc/portage/profile extended syntaxZac Medico2012-09-263-13/+30
* test_ipc_daemon: increase sleep for bug #436334Zac Medico2012-09-261-1/+3
* Use constants for more hardcoded *DEPEND lists.v2.2.0_alpha133Zac Medico2012-09-252-8/+7
* update_ents: use Package._dep_keysZac Medico2012-09-251-2/+2
* evaluate_slot_operator_equal_deps: do HDEPENDZac Medico2012-09-251-0/+1
* Use constants for more hardcoded *DEPEND lists.Zac Medico2012-09-252-5/+6
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-257-23/+17
* Test emerge --root-deps more.Zac Medico2012-09-251-0/+5
* Test emerge --root-deps.Zac Medico2012-09-251-1/+31
* EventLoop: fix busy loop waiting for child pidZac Medico2012-09-252-14/+18
* _add_pkg_deps: use _get_eapi_attrsZac Medico2012-09-252-4/+7
* ResolverPlayground: check targetroot in mergelistZac Medico2012-09-252-1/+4
* ResolverPlayground: support targetrootZac Medico2012-09-255-105/+112
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-2/+7
* Remove obsolete cache/flat_list.pyZac Medico2012-09-241-135/+0
* ResolverPlayground: simplify vdb/portdb creationZac Medico2012-09-241-80/+32
* circular_dependency: handle HDEPENDZac Medico2012-09-241-1/+2
* cache/sqlite.py: translate None to empty stringZac Medico2012-09-241-2/+7
* cache/metadata.py: add HDEPENDZac Medico2012-09-242-2/+4
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-2416-45/+79
* _global_updates: scan binarytree only if neededZac Medico2012-09-241-6/+8
* _create_use_string: pass in feature_flags argv2.2.0_alpha132Zac Medico2012-09-232-7/+8
* env_update: use eroot variable moreZac Medico2012-09-231-10/+7
* env_update: scan all dirs starting with "lib"Zac Medico2012-09-231-4/+19
* Add _get_feature_flags(eapi_attrs) function.Zac Medico2012-09-235-10/+30
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-232-13/+33
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-225-11/+25
* doebuild.py: remove unused f = NoneZac Medico2012-09-211-1/+0
* Deprecate EAPI 5_pre2.Zac Medico2012-09-211-2/+2
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-215-38/+20
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-213-7/+7
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-212-2/+3
* primaryuri: prefer thirdpartymirrors in SRC_URIZac Medico2012-09-211-11/+10
* Improve allowing of directories on profile level and repository level in EAPI...Arfrever Frehtes Taifersar Arahesis2012-09-213-8/+16