Mercurial > public > mercurial-scm > hg
log mercurial/smartset.py @ 32736:173f1bdc322d
age | author | description |
---|---|---|
Fri, 28 Apr 2017 01:13:07 +0530 | Pulkit Goyal | py3: use raw strings while accessing class.__dict__ |
Mon, 13 Mar 2017 12:40:14 -0700 | Gregory Szorc | py3: add __bool__ to every class defining __nonzero__ |
Mon, 13 Mar 2017 08:53:31 -0700 | Yuya Nishihara | py3: use next() to obtain next item from inner generator of generatorset |
Sat, 18 Feb 2017 17:37:52 +0900 | Yuya Nishihara | smartset: reorder initialization of baseset in more intuitive way |
Tue, 21 Feb 2017 16:29:31 -0800 | Jun Wu | smartset: preserve istopo for baseset operations |
Sat, 18 Feb 2017 17:23:43 -0800 | Jun Wu | smartset: use native set operations as fast paths |
Sat, 18 Feb 2017 16:30:07 -0800 | Jun Wu | smartset: add some doctests |