Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 03 Oct 2014 21:11:56 -0700 | Pierre-Yves David | generatorset: explicitly track iteration order |
Fri, 03 Oct 2014 20:23:02 -0700 | Pierre-Yves David | addset: drop caching through generatorset |
Fri, 03 Oct 2014 21:01:30 -0700 | Pierre-Yves David | generatorset: get list-based fast iterations after the generator is consumed |
Fri, 03 Oct 2014 20:48:28 -0700 | Pierre-Yves David | generatorset: move iteration code into _iterator |
Fri, 03 Oct 2014 20:43:48 -0700 | Pierre-Yves David | generatorset: stop using a base as the _genlist |
Fri, 03 Oct 2014 20:12:02 -0700 | Pierre-Yves David | generatorset: drop the leading underscore in the class name |
Fri, 03 Oct 2014 20:14:43 -0700 | Pierre-Yves David | generatorset: update the docstring now that it is a smartset |