aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digraph: search for relevant priority in descending orderZac Medico2017-08-211-4/+4
* digraph.add: sort priorities with bisect.insortZac Medico2017-08-211-2/+2
* emerge --getbinpkg: https support for If-Modified-SinceZac Medico2017-07-311-0/+12
* Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}Zac Medico2017-07-301-7/+7
* Support different compressors for binary packagesManuel Rüger2017-07-301-8/+37
* Eventloop: fix deadlock involving idle_add/call_soon (bug 617550)Zac Medico2017-05-051-2/+16
* digraph: add update and clear methodsZac Medico2017-04-201-2/+24
* _EventLoopFuture: reduce indent of class body (whitespace only)Zac Medico2017-03-261-139/+139
* Future: implement add_done_callback for asyncio compat (bug 591760)Zac Medico2017-03-263-6/+93
* PollScheduler: terminate via call_soon for asyncio compatZac Medico2017-03-241-9/+7
* EventLoop: implement call_soon for asyncio compat (bug 591760)Zac Medico2017-03-242-3/+69
* depgraph: avoid missed update with slot operator and circ dep (bug 612874)Zac Medico2017-03-171-0/+9
* movefile: support in-kernel file copying on Linux (bug 607868)Zac Medico2017-03-152-2/+39
* grabfile_package: support -* in profile "packages" files (bug 610670)Zac Medico2017-02-231-1/+8
* compression_probe: support zstandard (zstd) decompression (bug 609462)Manuel Rüger2017-02-211-1/+4
* PopenProcess: suppress ResourceWarning subprocess "still running" (bug 608594)Zac Medico2017-02-081-1/+8
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...Arfrever Frehtes Taifersar Arahesis2017-01-312-6/+6
* env-update: skip os.access call when ldconfig is None (bug 606832)Zac Medico2017-01-221-1/+3
* env-update: call ldconfig if found in EROOTBenda Xu2017-01-071-2/+6
* LinkageMapELF: compute multilib category for preserved libs (bug 598080)Zac Medico2016-12-271-7/+26
* egencache: Migrate _special_filename class to portage.utils.changelog for api...Brian Dolbec2016-12-041-0/+69
* writeable_check: warn about invalid mountinfo lines (bug 594284)Zac Medico2016-09-181-1/+11
* writeable_check: add additional checks to mountinfo parsing functionMikhail Pukhlikov2016-09-181-5/+13
* writeable_check: handle invalid entries in /proc/self/mountinfoMikhail Pukhlikov2016-09-181-1/+7
* pym/portage/util/locale.py: add a C module to help check localeAnthony G. Basile2016-09-141-7/+9
* pym/portage/util/locale.py: fix decoding for python2 plus some localesAnthony G. Basile2016-09-141-2/+2
* EventLoop: add run_until_complete method (bug 591760)Zac Medico2016-08-231-1/+16
* refresh many URIs in the code baseMike Frysinger2016-06-282-2/+2
* LinkageMapELF: Account for EPREFIX in scanelf path (bug 583754)Benda Xu2016-06-061-2/+3
* Remove unneeded native_kwargs wrapperMichał Górny2016-05-312-4/+3
* portage.util.configparser: Commonize portable config file reading routineMichał Górny2016-05-242-18/+59
* portage.util.configparser: Provide common code to handle cp importsMichał Górny2016-05-242-5/+24
* portage: Create a new extended futures class which adds standard data type ac...Brian Dolbec2016-04-251-0/+73
* portage: Move the new util/futures.py to a futures subpkgBrian Dolbec2016-04-252-0/+0
* repoman: replace Fuse with FutureZac Medico2016-04-251-0/+118
* portage/util: Fix initialize_logger not passing along the desired logging levelBrian Dolbec2016-04-251-2/+2
* portage.util.locale: fix python2.7 setlocale ValueError (bug 566372)Zac Medico2015-11-221-1/+3
* portage.util.locale: enable absolute_import (bug 566372)Zac Medico2015-11-211-2/+1
* util/locale: Fix IndentationError in check_localeZac Medico2015-11-151-0/+1
* util/locale: Cache check_locale() results for specific localesMichał Górny2015-11-151-9/+21
* EAPI 6: Enforce posixish LC_CTYPEMichał Górny2015-11-151-3/+20
* EAPI 6: Enforce LC_COLLATE=C in ebuild environmentMichał Górny2015-11-151-0/+21
* Warn if LC_CTYPE does not transform ASCII chars like POSIXMichał Górny2015-11-151-0/+90
* egencache: parallelize --update-changelogs (bug 565540)Zac Medico2015-11-121-1/+4
* _argparse: punt the moduleMike Frysinger2015-10-291-42/+0
* apply_secpass_permissions: avoid accessing portage.data.secpass when possibleZac Medico2015-10-061-1/+3
* unpack: use chmod-lite helper for bug 554084Zac Medico2015-10-031-43/+50
* xattr: centralize the various shims in one placeMike Frysinger2015-09-033-97/+251
* sync repositories in parallel (bug 557426)Zac Medico2015-08-131-0/+67
* movefile: enable absolute_import for Python 2 (bug 550886)Zac Medico2015-06-041-1/+1