Fri, 23 Nov 2018 11:01:20 +0100 Edouard Tisserant IDManager : small cosmetic fixes and cleanup.
Fri, 12 Oct 2018 13:24:47 +0300 Andrey Skvortsov python3 support: pylint, W1633 # (round-builtin) round built-in referenced
Fri, 12 Oct 2018 12:06:45 +0300 Andrey Skvortsov python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
Fri, 12 Oct 2018 11:50:40 +0300 Andrey Skvortsov python3 support: pylint, W1653 # (next-method-defined) next method defined
Fri, 12 Oct 2018 11:35:15 +0300 Andrey Skvortsov python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
Fri, 12 Oct 2018 11:14:34 +0300 Andrey Skvortsov python3 support: pylint, W1625 # (raising-string) Raising a string exception
Fri, 12 Oct 2018 10:42:47 +0300 Andrey Skvortsov python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3
Thu, 11 Oct 2018 12:09:04 +0300 Andrey Skvortsov python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
Thu, 11 Oct 2018 12:00:40 +0300 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
Thu, 11 Oct 2018 10:25:19 +0300 Andrey Skvortsov python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module
Thu, 11 Oct 2018 10:01:12 +0300 Andrey Skvortsov python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
Thu, 11 Oct 2018 09:41:15 +0300 Andrey Skvortsov python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
Wed, 10 Oct 2018 10:50:00 +0300 Andrey Skvortsov python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode
Wed, 10 Oct 2018 10:36:07 +0300 Andrey Skvortsov python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced
Wed, 10 Oct 2018 10:32:57 +0300 Andrey Skvortsov python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
Wed, 10 Oct 2018 10:26:27 +0300 Andrey Skvortsov python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
Tue, 09 Oct 2018 14:03:44 +0300 Andrey Skvortsov python3 support: pylint, W1607 # (file-builtin) file built-in referenced
Tue, 09 Oct 2018 13:50:29 +0300 Andrey Skvortsov python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
Tue, 09 Oct 2018 12:05:43 +0300 Andrey Skvortsov python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
Tue, 09 Oct 2018 11:56:45 +0300 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
Tue, 09 Oct 2018 11:43:39 +0300 Andrey Skvortsov pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Fri, 05 Oct 2018 13:48:54 +0300 Andrey Skvortsov Make easier to run pytest on local X-server
Fri, 05 Oct 2018 13:11:28 +0300 Andrey Skvortsov cleanup pyc files between running pytest
Thu, 04 Oct 2018 17:24:40 +0300 Andrey Skvortsov python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
Thu, 04 Oct 2018 12:09:23 +0300 Andrey Skvortsov Use multiple processes to speed up pylint
Thu, 04 Oct 2018 12:07:16 +0300 Andrey Skvortsov python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
Thu, 04 Oct 2018 11:25:42 +0300 Andrey Skvortsov python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
Fri, 23 Nov 2018 00:45:51 +0100 Edouard Tisserant Fixed regression in connecting to LOCAL:// targets
Fri, 23 Nov 2018 00:33:04 +0100 Edouard Tisserant Merge, with surprizingly little conflicts