Sun, 03 Sep 2017 14:56:31 +0900 | Yuya Nishihara | doctest: use print_function and convert bytes to unicode where needed | file | diff | annotate |
Sun, 03 Sep 2017 14:32:11 +0900 | Yuya Nishihara | doctest: bulk-replace string literals with b'' for Python 3 | file | diff | annotate |
Sun, 03 Sep 2017 16:19:20 +0900 | Yuya Nishihara | py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed | file | diff | annotate |