Mercurial > evolve
log
age | author | description |
---|---|---|
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 |
Thu, 11 Jul 2019 16:49:01 -0700 | Martin von Zweigbergk | py3: implement __bool__ in addition to __nonzero__ |