- 24 Feb, 2017 3 commits
-
-
Petr Špaček authored
Cheap re-indentation using python-autopep8-1.2.1-3.fc25 with few manual tweaks for very long lines. This costs nothing and will avoid PEP8 complaints about whitespace in CI.
-
Petr Špaček authored
Cheap re-indentation using reindent.py from python-2.7.13. This costs nothing and will avoid PEP8 complaints about tabs in CI.
-
Ivana Krumlova authored
The main problem was that socket.type from Python standard library is not an integer anymore. It is EnumInt object which is used instead of bit field. To make the code compatible with both versions of Python we had to replace all exact value comparisons with bitwise masking.
-
- 11 Jan, 2016 1 commit
-
-
Marek Vavrusa authored
-
- 13 Oct, 2015 1 commit
-
-
Grigorii Demidov authored
-