aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not use shlex.split for CONFIG_PROTECTMike Gilbert2024-05-211-4/+4
* Convert %-formats to fstringsOskari Pirhonen2023-03-211-4/+4
* emerge: respect NO_COLORSiddhanth Rathod2023-03-211-4/+2
* */*: rerun black w/ 23.1.0Sam James2023-02-031-3/+1
* */*: run Black post-flyntSam James2023-01-101-6/+2
* */*: convert to f-strings (run flynt)Sam James2023-01-101-50/+48
* Rework signal handling in entry scriptsMike Gilbert2022-12-311-1457/+1397
* pyupgrade everythingJohn Helmert III2022-12-031-11/+11
* bin: style tweaksSam James2022-08-011-2/+2
* portageq: egrep -> grep -ESam James2022-05-151-1/+1
* cleanup: replace '== None' with 'is None'Thomas Bracht Laumann Jespersen2022-04-131-1/+1
* Drop -b from shebangsJohn Helmert III2022-03-091-1/+1
* Blacken previously missed Python filesJohn Helmert III2022-02-211-1140/+1307
* Use '/usr/bin/env python' shebangsJohn Helmert III2022-02-211-1/+1
* Remove UNUSED* auxdbkeysMichał Górny2021-09-101-2/+1
* Replace deprecated distutils.sysconfig usesMichał Górny2021-06-051-2/+4
* bin: misc pylint fixesZac Medico2021-01-181-9/+9
* *: drop all import __future__ statementsAaron Bauman2020-08-061-3/+1
* Fix R0205 across all of repo.Aaron Bauman2020-07-311-1/+1
* Remove from __future__ import unicode_literalsZac Medico2020-07-151-1/+1
* portageq get_repos: fix <eroot> parameter (bug 670082)Bruce Schultz2018-11-181-0/+3
* portageq get_repo_path: fix <eroot> parameter (bug 670082)Bruce Schultz2018-11-021-0/+1
* 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-1/+5
* portageq repos_config: fix <eroot> parameter (bug 648062)Zac Medico2018-03-261-1/+17
* Do not enable optimizations by default to work-around pycparser issueMichał Górny2017-09-021-1/+1
* portageq: allow disabling regex matching of maintainer emails #604164Göktürk Yüksek2016-12-311-0/+7
* Remove unneeded native_kwargs wrapperMichał Górny2016-05-311-1/+1
* portageq: Case-insensitive match maintainer emailsGöktürk Yüksek2016-04-221-2/+2
* bin/portageq: remove the herd matcher per GLEP 67Göktürk Yüksek2016-03-061-18/+0
* bin/portageq: add 'match_orphaned' to the non_commands listGöktürk Yüksek2016-03-061-1/+1
* bin/portageq: add a matcher to match the orphaned (maintainer-needed) packagesGöktürk Yüksek2016-03-051-0/+13
* Revert "portage.repository.config: Clean reading of repository (...) "Michał Górny2015-12-131-4/+0
* portage.repository.config: Clean reading of repository names and drop support...Arfrever Frehtes Taifersar Arahesis2015-12-081-0/+4
* portageq envvar: Return 1 for any nonexistent variable.Arfrever Frehtes Taifersar Arahesis2015-11-251-3/+13
* _argparse: punt the moduleMike Frysinger2015-10-291-3/+3
* bin/portageq: Update the portdir, portdir_overlay and envvar deprecation mess...Brian Dolbec2015-05-091-5/+11
* Update best_version() docstringsBrian Dolbec2015-04-211-1/+1
* portageq pquery: Search ebuilds in all repositories be default.Arfrever Frehtes Taifersar Arahesis2014-12-151-12/+4
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-3/+4
* unprivileged mode: fix cross-prefix supportZac Medico2014-11-171-3/+1
* portageq: fix eroot parameter (bug #529200)Zac Medico2014-11-141-1/+8
* portageq: Migrate docstrings to a dictionaryBrian Dolbec2014-09-191-126/+199
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-9/+13
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* portageq: Print deprecation warnings for deprecated commands.Arfrever Frehtes Taifersar Arahesis2013-12-021-0/+6
* fix random pylint errorsMike Frysinger2013-11-291-25/+23
* portageq envvar: shell escape variable (bug 492314)Sebastian Luther2013-11-261-1/+1
* Bug #485056: Fix portageq with Python <2.6.5.Arfrever Frehtes Taifersar Arahesis2013-09-161-1/+1