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
Thu, 11 Jul 2019 14:31:32 -0700 Martin von Zweigbergk py3: config values can be bytes, but never unicode
Sat, 13 Jul 2019 00:17:03 -0700 Martin von Zweigbergk py3: call branchmap.items() on py3 and continue to call iteritems() on py2
Fri, 12 Jul 2019 23:24:04 -0700 Martin von Zweigbergk py3: switch from iteritems() to items() in the topics extension
Sun, 14 Jul 2019 22:34:36 -0700 Martin von Zweigbergk py3: filter() now returns a generator, so wrap when we need a list
Fri, 12 Jul 2019 23:19:50 -0700 Martin von Zweigbergk py3: don't depend on map() iterating over its input
(0) -3000 -1000 -300 -100 -14 +14 +100 +300 tip