summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-3.0.0 releaseportage-3.0.1Zac Medico2020-07-262-1/+8
* portage/README: Update minimum Python versionAaron Bauman2020-07-261-1/+1
* Add a pylintrc.Alec Warner2020-07-231-0/+464
* Fix redefined-builtin errors for pylint.Alec Warner2020-07-2323-76/+79
* Fix extra file.Alec Warner2020-07-221-1/+0
* Fix C0305, trailing newlines.Alec Warner2020-07-2242-42/+0
* Fix 'unused-import' for stdlib imports.Alec Warner2020-07-2286-94/+4
* _EbuildFetcherProcess: emit eerror for fetch failure in _proc_join_doneZac Medico2020-07-221-8/+4
* MergeProcess: handle cancelled future in _proc_join_doneZac Medico2020-07-221-1/+1
* MergeProcess: handle RETURNCODE_POSTINST_FAILURE in _proc_join_doneZac Medico2020-07-221-5/+4
* MergeProcess: replace os.fork with multiprocessing.Process (bug 730192)Zac Medico2020-07-221-76/+30
* Fix R0205 in repoman.Alec Warner2020-07-2222-22/+22
* Remove 2.7 from runtests.Alec Warner2020-07-221-1/+0
* Fix R0205 in _emerge.Alec Warner2020-07-2226-45/+45
* Fix pylint R0205.Alec Warner2020-07-22100-160/+160
* syncbase: Add back missing functools importZac Medico2020-07-201-0/+1
* EbuildFetchTestCase: fix PORTAGE_DEPCACHEDIR leakage from calling envZac Medico2020-07-191-2/+2
* Updates for portage-3.0.0 releaseportage-3.0.0Zac Medico2020-07-183-1/+18
* ForkProcess: replace os.fork with multiprocessing.Process (bug 730192)Zac Medico2020-07-183-35/+119
* AsyncFunction: stdin supportZac Medico2020-07-182-2/+40
* SubProcess._async_waitpid: document override usageZac Medico2020-07-181-3/+6
* validate_desktop_entry: update _trivial_warnings regex (bug 733154)Zac Medico2020-07-181-1/+6
* Remove py<3.4 import compatibilityMichał Górny2020-07-1825-224/+61
* Correct inverted py3 json indentationMichał Górny2020-07-172-2/+2
* Remove support code for Python < 3.4Michał Górny2020-07-1713-163/+20
* Remove support code for Python < 3.3Michał Górny2020-07-178-117/+39
* Remove support code for Python < 3.2Michał Górny2020-07-173-21/+8
* Clean up more py2 conditional codeMichał Górny2020-07-1716-148/+52
* Update copyright headers after previous changeMichał Górny2020-07-169-9/+9
* Eliminate the most of explicit py3 conditionalsMichał Górny2020-07-1639-453/+102
* BinTestCase: export PORTAGE_PYTHONZac Medico2020-07-151-0/+2
* Eliminate basestring/long/_unicode py3 compatMichał Górny2020-07-1669-490/+227
* Remove from __future__ import unicode_literalsZac Medico2020-07-1593-156/+30
* Remove unnecessary time.monotonic() compatMichał Górny2020-07-144-45/+10
* Add caching to use_reduce, vercmp, and catpkgsplitChun-Yu Shei2020-07-132-43/+67
* quickpkg: split tokens in BINPKG_COMPRESS_FLAGSZac Medico2020-07-121-1/+1
* man/ebuild.5: Fix $P and $PN exampleFlorian Schmaus2020-07-071-2/+2
* travis.yml: drop python 2.7 (bug 731114)Zac Medico2020-07-064-7/+4
* git: Verify boolean values passed to sync-git-verify-commit-signatureWynn Wolf Arbor2020-07-021-1/+12
* repos.conf: Use consistent list of values for boolean optionsWynn Wolf Arbor2020-07-024-32/+29
* ecompress: optimize docompress -x precompressed comparisonZac Medico2020-07-022-13/+15
* man: fix syntax for page refsMike Frysinger2020-06-302-6/+6
* xtermTitle: support konsoleZac Medico2020-06-271-1/+1
* ecompress: fix precompressed false positive for docompress -x <directory>Zac Medico2020-06-241-1/+1
* Updates for portage-2.3.103 releaseportage-2.3.103Zac Medico2020-06-232-2/+9
* SpawnProcess._async_wait: allow _main_task to exit normallyZac Medico2020-06-231-0/+11
* PipeLogger._unregister: sanity check for closed file or loopZac Medico2020-06-231-5/+6
* ecompress: fix "Argument list too long" for sed (bug 727522)Patrick McLean2020-06-231-2/+3
* EbuildPhase._elog: _set_nonblocking(build_logger.stdin.fileno())Zac Medico2020-06-231-1/+3
* repoman: Update for a repoman-2.3.23 releaserepoman-2.3.23Zac Medico2020-06-222-1/+6