Sun, 03 Sep 2017 15:09:04 +0900 | Yuya Nishihara | doctest: enable tests by default on Python 3 | changeset | files |
Thu, 24 Aug 2017 22:33:28 +0900 | Yuya Nishihara | doctest: normalize b'', u'' and exception output on Python 3 | changeset | files |
Sun, 03 Sep 2017 17:33:10 +0900 | Yuya Nishihara | doctest: coerce dict.keys() to list | changeset | files |
Sun, 03 Sep 2017 15:16:01 +0900 | Yuya Nishihara | doctest: upgrade old-style "except" clause | changeset | files |
Sun, 03 Sep 2017 14:56:31 +0900 | Yuya Nishihara | doctest: use print_function and convert bytes to unicode where needed | changeset | files |
Sun, 03 Sep 2017 15:47:17 +0900 | Yuya Nishihara | doctest: do not embed non-ascii characters in docstring | changeset | files |
Sun, 03 Sep 2017 15:42:27 +0900 | Yuya Nishihara | doctest: pass encoding name as system string | changeset | files |
Sun, 03 Sep 2017 14:38:58 +0900 | Yuya Nishihara | doctest: replace str() with bytes() | changeset | files |