aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobsZac Medico2024-02-091-5/+8
* Convert %-formats to fstringsOskari Pirhonen2023-03-211-3/+2
* */*: run Black post-flyntSam James2023-01-101-2/+1
* */*: convert to f-strings (run flynt)Sam James2023-01-101-23/+23
* pyupgrade everythingJohn Helmert III2022-12-031-5/+5
* Add per format compression flags for binpkgSheng Yu2022-10-181-0/+12
* binpkg: compress/decompress xz in parallel; compress zstd in parallelSam James2022-10-111-1/+7
* Add more error handling for binpkgsSheng Yu2022-09-291-12/+18
* Add BUILD_ID to metadata during binary packagingSheng Yu2022-09-091-1/+1
* quickpkg: Fix incorrect BINPKG_COMPRESS_FLAGS split.Sheng Yu2022-07-181-4/+1
* Drop -b from shebangsJohn Helmert III2022-03-091-1/+1
* Blacken previously missed Python filesJohn Helmert III2022-02-211-344/+390
* Use '/usr/bin/env python' shebangsJohn Helmert III2022-02-211-1/+1
* quickpkg: check gpg statusSheng Yu2022-01-241-2/+3
* */*: GPKG (new binpkg format) Support (GLEP 78, provisionally)Rin Cat (鈴猫)2022-01-241-44/+64
* bin: misc pylint fixesZac Medico2021-01-181-5/+5
* Use cached portage.getpid() function (bug 739540)Zac Medico2020-08-301-1/+1
* *: drop all import __future__ statementsAaron Bauman2020-08-061-3/+1
* quickpkg: split tokens in BINPKG_COMPRESS_FLAGSZac Medico2020-07-121-1/+1
* dblink: add quickpkg methodZac Medico2019-11-171-30/+4
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* asyncio: explicitly close event loops (bug 654390)Zac Medico2018-05-061-0/+3
* BINPKG_COMPRESS: allow empty setting to disable compression (bug 654456)Zac Medico2018-05-011-2/+9
* quickpkg: report all binarytree.inject failures (bug 637902)Zac Medico2017-11-161-3/+4
* quickpkg: fix stat sanity check for binpkg-multi-instance (bug 637902)Zac Medico2017-11-161-2/+6
* quickpkg: handle unsuccessful compressor exit in quickpkg_atomZac Medico2017-08-161-1/+10
* quickpkg: revert premature return from quickpkg_atom (bug 628060)Zac Medico2017-08-161-4/+4
* quickpkg: revert accidental changes to "protect" function (bug 628010)Zac Medico2017-08-161-3/+3
* Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}Zac Medico2017-07-301-1/+1
* Support different compressors for binary packagesManuel Rüger2017-07-301-17/+45
* _argparse: punt the moduleMike Frysinger2015-10-291-2/+2
* xattr: centralize the various shims in one placeMike Frysinger2015-09-031-6/+6
* quickpkg: support FEATURES=xattr (bug 550006)Zac Medico2015-05-261-2/+14
* binpkg-multi-instance 3 of 7Zac Medico2015-03-041-1/+0
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-1/+3
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-111-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* quickpkg: portage.util._argparseZac Medico2013-08-021-10/+8
* *_DEFAULT_OPTS: shlex for embedded quotesZac Medico2013-05-201-1/+2
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* Fix extended atom match for =* operator.Zac Medico2012-07-181-7/+6
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-6/+9
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-13/+11
* quickpkg: optimize */* matchesZac Medico2011-10-131-0/+5
* quickpkg: use AmbiguousPackageNameZac Medico2011-10-131-3/+3
* quickpkg: fix '*' in arg extended atom checkZac Medico2011-10-131-16/+11
* quickpkg_extended_atom: handle =* operatorZac Medico2011-10-131-0/+5