Fri, 12 Jul 2019 10:26:41 -0700 Martin von Zweigbergk py3: convert exceptions to bytes using pycompat.bytestr()
Thu, 11 Jul 2019 16:00:25 -0700 Martin von Zweigbergk py3: use "%d" for formatting integers
Fri, 12 Jul 2019 08:17:25 -0700 Martin von Zweigbergk py3: avoid "%s" for formatting None
Fri, 12 Jul 2019 08:16:30 -0700 Martin von Zweigbergk py3: use "%f" for formatting floating point number
Thu, 11 Jul 2019 15:30:43 -0700 Martin von Zweigbergk py3: fix progress() functions to not use "%s" with int
Wed, 17 Jul 2019 11:45:37 -0700 Martin von Zweigbergk py3: make random topic name generation consistent across py2/py3
Fri, 12 Jul 2019 17:02:35 -0700 Martin von Zweigbergk py3: convert str to bytes before passing to core exception
Wed, 17 Jul 2019 11:03:09 -0700 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
Fri, 14 Jun 2019 18:44:43 -0700 kevpeng evolve: further clarify when update is performed stable
Thu, 11 Jul 2019 15:30:40 -0700 Martin von Zweigbergk py3: avoid comparing int and None
Thu, 11 Jul 2019 21:48:37 -0700 Martin von Zweigbergk py3: avoid "%r" for list of byte strings, which produces b'' on py3
Thu, 11 Jul 2019 21:48:02 -0700 Martin von Zweigbergk py3: avoid "%r" for byte string, which produces b'' on py3
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Thu, 11 Jul 2019 16:04:17 -0700 Martin von Zweigbergk py3: use inspect.signature() instead of inspect.getargspec() on py3
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use array.array.{to,from}bytes() on py3
(0) -3000 -1000 -300 -100 -15 +15 +100 +300 tip