summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* quiet git checkout correctlyHEADmasterJan Rękorajski2022-05-131-1/+1
* Create dnf/yum repodata by defaultJan Rękorajski2022-05-101-1/+1
* Update creation of dnf/yum repodataJan Rękorajski2022-05-101-5/+6
* make systemd-init the default, update util-linux package nameJan Rękorajski2022-05-101-2/+2
* Fix readlines() semanticsJan Rękorajski2021-04-241-2/+2
* Support for split debugsource packaesJan Rękorajski2021-03-244-3/+4
* Fix StringIO usage under python 3Jan Rękorajski2021-03-091-1/+1
* Don't check signatures and digests when looking up duplicatesJan Rękorajski2021-03-031-1/+1
* keys() is a view in Python 3, need to convert it to list to get the first keyJan Rękorajski2021-02-281-1/+1
* Filter out boolean deps, poldek does not support them and reports false negat...Jan Rękorajski2021-02-281-3/+6
* Fix call to cmp_to_keyJan Rękorajski2021-02-281-1/+1
* Add missing importJan Rękorajski2021-02-281-0/+1
* Workaround for removed compare function to sorted()Jan Rękorajski2021-02-281-1/+1
* Use correct dictionary key checksJan Rękorajski2021-02-281-2/+2
* More syntax fixesJan Rękorajski2021-02-281-3/+3
* Ignore gpg passphrase prompt timeout, rpm now uses gpg-agentJan Rękorajski2021-02-281-2/+6
* Fix outdated syntaxJan Rękorajski2021-02-281-5/+5
* Switch to Python 3 for rpm.org rpmJan Rękorajski2021-02-2819-19/+19
* fix package header selection in freshness toolJan Rękorajski2021-02-221-1/+1
* TypeError: got <type 'str'> ('Enter pass phrase:') as pattern, must be one of...Jan Rękorajski2021-02-211-1/+1
* fix rewriting the same line with print() functionJan Rękorajski2021-02-171-1/+1
* Fix syntax and don't try to read empty cacheJan Rękorajski2021-01-171-2/+2
* Fix loading StringIO on both python2 and python3Jan Rękorajski2021-01-171-1/+4
* Comaptibility updates for rpm4/python3Jan Rękorajski2021-01-174-23/+77
* Replace backtick syntax with repr() (python3 compat)Jan Rękorajski2021-01-171-2/+2
* pexpect needs explicit encoding when run under python3Jan Rękorajski2021-01-171-1/+1
* Fix list and iterators assumptions that are no longer valid in python3Jan Rękorajski2021-01-173-10/+9
* More python3 compatible string methodsJan Rękorajski2021-01-172-3/+3
* Accomodate for urlopen() moving from urllib to urllib.request in python3Jan Rękorajski2021-01-171-3/+12
* Replace md5 with haslib, md5 is deprecated since 2.5 and gone in python3Jan Rękorajski2021-01-171-5/+6
* Use 'x in dict' syntax, it's more pythonic and has_key() is gone in python3Jan Rękorajski2021-01-173-9/+9
* Send and receive bytes over sockets (python3 compat)Jan Rękorajski2021-01-173-35/+35
* Fix umask values (python3 compat)Jan Rękorajski2021-01-174-4/+4
* Add filter-out feature to rpmqa query page (adamg?)Jan Rękorajski2021-01-161-30/+44
* Update list of filtered deps for ftp consistency checksJan Rękorajski2021-01-161-4/+6
* Use python3 compatible string methodsJan Rękorajski2021-01-161-4/+4
* Fix octal constants syntax (python3 compat)Jan Rękorajski2021-01-163-4/+4
* Fix os.environ checks (python3 compat)Jan Rękorajski2021-01-163-3/+3
* Fix exception handling syntax (python3 compat)Jan Rękorajski2021-01-1612-25/+25
* more python3 readinessJan Rękorajski2020-10-2517-103/+135
* Make ftp tools python3 readyJan Rękorajski2020-10-255-25/+35
* Migrate ac-th-diff.py to python3Jan Rękorajski2020-10-251-10/+10
* Some more pythonic optimizationsJan Rękorajski2019-01-051-21/+7
* Cleanup duplicate conditionalsJan Rękorajski2019-01-051-6/+4
* Some pythonic cleanupsJan Rękorajski2019-01-041-5/+6
* Fix format string typoJan Rękorajski2019-01-041-1/+1
* Tabs to spacesJan Rękorajski2019-01-041-124/+124
* Separate packages with fractional release in freshness informationJan Rękorajski2019-01-041-5/+19
* Use RPM Python API for spec parsingJan Rękorajski2019-01-041-8/+32
* Updated ignored deps list for x32 consistency checksJan Rękorajski2019-01-041-1/+1