aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert %-formats to fstringsOskari Pirhonen2023-03-211-3/+2
* */*: rerun black w/ 23.1.0Sam James2023-02-031-4/+2
* */*: run Black post-flyntSam James2023-01-101-12/+4
* */*: convert to f-strings (run flynt)Sam James2023-01-101-8/+8
* pyupgrade everythingJohn Helmert III2022-12-031-9/+7
* Drop -b from shebangsJohn Helmert III2022-03-091-1/+1
* Blacken previously missed Python filesJohn Helmert III2022-02-211-292/+411
* Use '/usr/bin/env python' shebangsJohn Helmert III2022-02-211-1/+1
* glsa-check: suppress line 293 newline for --quiet (bug 719260)Zac Medico2021-03-281-1/+2
* bin: misc pylint fixesZac Medico2021-01-181-2/+3
* *: drop all import __future__ statementsAaron Bauman2020-08-061-3/+1
* Remove from __future__ import unicode_literalsZac Medico2020-07-151-1/+1
* glsa-check: add --reverse option (bug 235970)Zac Medico2019-09-011-2/+3
* glsa-check: fix truncated CVE ids in listmode (bug 692134)Zac Medico2019-09-011-2/+9
* glsa-check: add exit code for affected GLSAsAaron Bauman2019-08-301-0/+1
* glsa-check: Remove 'new' target from glsa-listZac Medico2019-08-301-5/+6
* glsa-check: Make --pretend output nicerZac Medico2019-08-301-5/+15
* glsa-check: Fix traceback with glsa-check -f (Bug 275105)Zac Medico2019-08-301-2/+2
* glsa-check: Hide non-vuln glsas in quiet modeZac Medico2019-08-291-4/+12
* glsa-check: Add --quiet optionZac Medico2019-08-291-6/+11
* bin/glsa-check: align help menu with the man page updatesAaron Bauman2019-08-261-14/+13
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* glsa-check: Apply list only affected versions patch from bug 400763Paul Varner2017-01-181-4/+11
* glsa-check: Fix some pylint complainsChristian Ruppert2017-01-171-2/+2
* _argparse: punt the moduleMike Frysinger2015-10-291-2/+2
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-3/+3
* glsa-check: portage.util._argparseZac Medico2013-08-021-31/+30
* glsa-check: explicit imports, fix glsaconfig refZac Medico2013-01-181-3/+4
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2013-01-181-7/+10
* sync with genscripts rev 343. This adds the initial py3k support and the anal...Paul Varner2013-01-181-0/+7
* Do not inject GLSAs into the checkfile when fixing themPaul Varner2013-01-181-4/+3
* Restructure system affection detection.Paul Varner2013-01-181-37/+35
* Change behaviour of getMinUpgradePaul Varner2013-01-181-0/+10
* Handle unicode encoding when dumping to stdout and start migration to using S...Paul Varner2013-01-181-1/+4
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* strip trailing whitespaceMike Frysinger2012-11-221-7/+7
* glsa: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-1/+1
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-8/+5
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-2/+3
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-2/+2
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2010-02-091-3/+3
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5