Sun, 03 Sep 2017 14:38:58 +0900 | Yuya Nishihara | doctest: replace str() with bytes() | changeset | files |
Sun, 03 Sep 2017 14:37:25 +0900 | Yuya Nishihara | doctest: replace chr() with pycompat.bytechr() | changeset | files |
Sun, 03 Sep 2017 14:35:37 +0900 | Yuya Nishihara | doctest: replace .iteritems() with .items() | changeset | files |
Sun, 03 Sep 2017 14:32:11 +0900 | Yuya Nishihara | doctest: bulk-replace string literals with b'' for Python 3 | changeset | files |
Thu, 07 Sep 2017 22:36:54 +0900 | Yuya Nishihara | debuginstall: do not pass exception object to formatter (issue5676) | changeset | files |
Thu, 07 Sep 2017 22:27:23 +0900 | Yuya Nishihara | debuginstall: use codecs.lookup() to detect invalid encoding | changeset | files |
Sun, 10 Sep 2017 23:37:14 +0900 | Yuya Nishihara | extensions: fix wrapcommand/function of class instance | changeset | files |
Tue, 12 Sep 2017 09:13:02 -0700 | Durham Goode | changegroup: avoid creating empty changegroup part | changeset | files |