Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 03 Sep 2017 14:56:31 +0900 | Yuya Nishihara | doctest: use print_function and convert bytes to unicode where needed |
Sun, 03 Sep 2017 15:47:17 +0900 | Yuya Nishihara | doctest: do not embed non-ascii characters in docstring |
Sun, 03 Sep 2017 15:42:27 +0900 | Yuya Nishihara | doctest: pass encoding name as system string |
Sun, 03 Sep 2017 14:38:58 +0900 | Yuya Nishihara | doctest: replace str() with bytes() |
Sun, 03 Sep 2017 14:37:25 +0900 | Yuya Nishihara | doctest: replace chr() with pycompat.bytechr() |
Sun, 03 Sep 2017 14:35:37 +0900 | Yuya Nishihara | doctest: replace .iteritems() with .items() |