2019-07-13 Martin von Zweigbergk py3: convert str to bytes before passing to core exception
2019-07-17 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
2019-06-15 kevpeng evolve: further clarify when update is performed stable
2019-07-11 Martin von Zweigbergk py3: avoid comparing int and None
2019-07-12 Martin von Zweigbergk py3: avoid "%r" for list of byte strings, which produces b'' on py3
2019-07-12 Martin von Zweigbergk py3: avoid "%r" for byte string, which produces b'' on py3
2019-07-11 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
2019-07-11 Martin von Zweigbergk py3: use inspect.signature() instead of inspect.getargspec() on py3
2019-07-09 Martin von Zweigbergk py3: use array.array.{to,from}bytes() on py3
2019-07-11 Martin von Zweigbergk py3: config values can be bytes, but never unicode
2019-07-13 Martin von Zweigbergk py3: call branchmap.items() on py3 and continue to call iteritems() on py2
2019-07-13 Martin von Zweigbergk py3: switch from iteritems() to items() in the topics extension
2019-07-15 Martin von Zweigbergk py3: filter() now returns a generator, so wrap when we need a list
2019-07-13 Martin von Zweigbergk py3: don't depend on map() iterating over its input
2019-07-11 Martin von Zweigbergk py3: implement __bool__ in addition to __nonzero__
2019-07-11 Martin von Zweigbergk py3: replace iter.next() by next(iter)
2019-07-11 Martin von Zweigbergk py3: replace xrange() by range()
2019-07-11 Martin von Zweigbergk py3: read sqlite3 data as bytes
2019-07-11 Martin von Zweigbergk py3: sqlite3.connect() expects str arguments
2019-07-13 Martin von Zweigbergk cleanup: remove check only needed for hg versions before 4.4
2019-07-12 Martin von Zweigbergk split: remove an unnecessary (and confusingly typed) fallback revision
2019-07-12 Martin von Zweigbergk evolve: rename variable "children" to "child" where it's clearly singular
2019-07-11 Martin von Zweigbergk evolve: remove some unused variables
2019-07-11 Martin von Zweigbergk py3: back out 23323092f0a7
Loading...
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 tip