aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* EventLoop: raise TypeError for unexpected call_* keyword argsZac Medico2018-07-171-0/+24
* EventLoop: use python2.7 compatible **kwargs for call_* context argZac Medico2018-07-171-4/+4
* EventLoop: add call_* context arg for python3.7 compatZac Medico2018-07-171-4/+22
* repoman: populate implicit IUSE for empty profile (bug 660982)Zac Medico2018-07-151-7/+3
* RepoConfig: fix make.conf PORTDIR override (bug 661276)Zac Medico2018-07-151-1/+2
* portdbapi.cp_list: honor porttrees modifications (bug 650814)Zac Medico2018-07-151-2/+23
* config: cache profile.bashrc stat results (bug 649806)Zac Medico2018-07-151-5/+8
* portdbapi.xmatch: return separate items for each repoZac Medico2018-07-151-16/+3
* portdbapi.cp_list: cache repo associations (bug 650814)Zac Medico2018-07-142-21/+32
* _unmerge_dirs: revisit parents of removed symlinks (bug 640058)Zac Medico2018-07-141-2/+23
* dbapi: fix repoman implicit IUSE (bug 660982)Zac Medico2018-07-142-1/+20
* Add python2 compatible coroutine support (bug 660426)Zac Medico2018-07-112-0/+271
* GitSync: support sync-depth (bug 552814)Zac Medico2018-07-102-5/+25
* rsync: quarantine data prior to verification (bug 660410)Zac Medico2018-07-092-9/+85
* GitSync: add key refresh retry (bug 660732)Zac Medico2018-07-091-4/+3
* SyncBase: split out _refresh_keys method (bug 660732)Zac Medico2018-07-092-32/+42
* GitSync: fix verification of remote branchZac Medico2018-07-081-2/+2
* GitSync: abort checkout for signature problem (bug 660372)Zac Medico2018-07-081-5/+34
* test_sync_local: fix GitSync coverageZac Medico2018-07-051-6/+9
* depgraph._show_unsatisfied_blockers: AttributeError unevaluated_atom (bug 659...Zac Medico2018-06-281-1/+1
* {,PKG_}INSTALL_MASK: support trailing slash (bug 658322)Zac Medico2018-06-262-2/+134
* AsyncioEventLoop: exit after unhandled exception (bug 658684)Zac Medico2018-06-261-0/+31
* binarytree._merge_pkgindex_header: deduplicate values (bug 657422)Zac Medico2018-06-261-1/+3
* SpawnProcess._unregister: cancel PipeLogger (bug 658806)Zac Medico2018-06-231-0/+3
* Revert "_post_src_install_uid_fix: allow files with portage group permissions...Ulrich Müller2018-06-231-6/+3
* AbstractEbuildProcess: handle SIGINT during dir lock (bug 657436)Zac Medico2018-06-051-0/+7
* _unlock_builddir_exit: fix cancel/returncode interactionZac Medico2018-06-053-6/+10
* CompositeTask: handle SIGINT/TERM cancelled futures (bug 657436)Zac Medico2018-06-058-1/+68
* emerge --depclean: 'str' has no attribute 'soname' (bug 657420)Zac Medico2018-06-051-1/+16
* emerge -pf: spawn pkg_nofetch asynchronously (bug 657360)Zac Medico2018-06-043-11/+25
* emerge: make --nodeps disable --dynamic-deps (bug 656942)Zac Medico2018-05-311-1/+1
* PiperReader._start: pass file to _array_output_handlerZac Medico2018-05-261-11/+6
* PiperReader._start: handle case where fd is 0Zac Medico2018-05-261-1/+1
* AbstractPollTask._read_array: document performanceZac Medico2018-05-261-9/+3
* PipeReaderTestCase: wait for consumerZac Medico2018-05-261-0/+1
* EventLoop.close: fix 'AttributeError: close' for python2Zac Medico2018-05-261-1/+1
* PipeReaderTestCase: cover sockets and named pipesZac Medico2018-05-261-25/+49
* prepare_build_dirs: convert PermissionError to PermissionDenied (bug 656542)Zac Medico2018-05-251-1/+4
* SonameDepsProcessor: fix 'set' object has no attribute 'items' (bug 656492)Zac Medico2018-05-251-4/+5
* AsyncioEventLoop: remove redundant set_wakeup_fd callZac Medico2018-05-241-2/+0
* AsyncioEventLoop: suppress BlockingIOError warning (bug 655656)Zac Medico2018-05-242-7/+106
* SonameDepsProcessor: handle internal libs without DT_SONAME (bug 646190)Zac Medico2018-05-244-3/+66
* doebuild: eliminate redundant aux_get calls (bug 656394)Zac Medico2018-05-241-6/+13
* preinst_selinux_labels: disable LD_PRELOAD sandbox (bug 655996)Zac Medico2018-05-213-9/+55
* MergeProcess,spawn: unregister SIGCHLD and wakeup_fd (bug 655656)Zac Medico2018-05-172-0/+20
* ForkProcess: unregister SIGCHLD and wakeup_fd (bug 655656)Zac Medico2018-05-141-0/+10
* AsyncioEventLoop: suppress BlockingIOError warning during loop close (bug 655...Zac Medico2018-05-131-1/+9
* _EbuildFetcherProcess: fix event loop recursion (bug 655378)Zac Medico2018-05-121-1/+15
* DefaultEventLoopPolicy: test NotImplementedError due to recursionZac Medico2018-05-091-0/+29
* SubprocessExecTestCase: fix unintended skipTestZac Medico2018-05-091-8/+13