Go to file
Sebastian Lohff ccd01e8b6e Fix -4/-6 crash caused by broken filter statement
In python3 filter returns a generator instead of a list. When -4 or
-6 is used or if the host system has either of those address
families disabled len() gets called onto this filter expression
which results into a crash. This commit makes a filter expression
out of this statement and also adds a test for ipv4-only downloading.
2020-01-15 00:48:06 +01:00
tests Fix -4/-6 crash caused by broken filter statement 2020-01-15 00:48:06 +01:00
.gitignore Initial tests 2019-02-17 21:29:23 +01:00
ChangeLog Moved to v0.4.4 2015-11-10 21:12:49 +01:00
MANIFEST.in Moved to version v0.4.1 2012-05-04 16:32:17 +02:00
servefile Fix -4/-6 crash caused by broken filter statement 2020-01-15 00:48:06 +01:00
servefile.1 Document lzma/xz support in manpage 2019-02-14 23:25:36 +01:00
setup.py Initial tests 2019-02-17 21:29:23 +01:00
tox.ini tests: Pass additional tox args to pytest 2019-02-24 16:00:38 +01:00