Thu, 09 Oct 2014 04:24:51 -0700 |
Pierre-Yves David |
revset: restore order of `or` operation as in Mercurial 2.9
|
Thu, 09 Oct 2014 09:12:54 -0700 |
Pierre-Yves David |
revset-_descendant: rework the whole sorting and combining logic
|
Thu, 09 Oct 2014 20:15:41 -0700 |
Pierre-Yves David |
addset: do lazy sorting
|
Thu, 09 Oct 2014 04:29:18 -0700 |
Pierre-Yves David |
baseset: drop custom __sub__ method
|
Thu, 09 Oct 2014 04:27:25 -0700 |
Pierre-Yves David |
baseset: drop custom __and__ method
|
Thu, 09 Oct 2014 04:27:01 -0700 |
Pierre-Yves David |
baseset: drop custom __add__ method
|
Tue, 07 Oct 2014 01:46:53 -0700 |
Pierre-Yves David |
smartset: drop infamous ascending, descending
|
Tue, 07 Oct 2014 01:41:14 -0700 |
Pierre-Yves David |
fullreposet: use `isascending` instead of `ascending` to recognise smartsets
|
Tue, 07 Oct 2014 01:41:26 -0700 |
Pierre-Yves David |
fullreposet: use `sort` to enforce the order
|
Tue, 07 Oct 2014 01:48:34 -0700 |
Pierre-Yves David |
revancestors: replace `descending` with `sort(reverse=False)`
|
Tue, 07 Oct 2014 01:41:02 -0700 |
Pierre-Yves David |
_descendants: replace `ascending()` with `sort()`
|
Tue, 07 Oct 2014 01:36:53 -0700 |
Pierre-Yves David |
_descendants: directly use smartset
|
Fri, 03 Oct 2014 03:29:55 -0500 |
Pierre-Yves David |
baseset: explicitly track order of the baseset
|
Fri, 03 Oct 2014 03:31:05 -0500 |
Pierre-Yves David |
baseset: fix isascending and isdescending
|
Fri, 03 Oct 2014 03:26:18 -0500 |
Pierre-Yves David |
baseset: prepare lazy ordering in __iter__
|
Fri, 03 Oct 2014 03:19:23 -0500 |
Pierre-Yves David |
baseset: implement a fastasc and fastdesc
|
Mon, 06 Oct 2014 11:03:30 -0700 |
Pierre-Yves David |
baseset: stop inheriting from built-in list class
|
Mon, 06 Oct 2014 23:45:07 -0700 |
Pierre-Yves David |
rangeset: use `first` and `last` instead of direct indexing
|
Tue, 07 Oct 2014 00:18:08 -0700 |
Pierre-Yves David |
filteredset: implement `first` and `last`
|
Mon, 06 Oct 2014 14:42:00 -0700 |
Pierre-Yves David |
baseset: implement `first` and `last` methods
|
Mon, 06 Oct 2014 12:52:36 -0700 |
Pierre-Yves David |
generatorset: implement first and last methods
|
Mon, 06 Oct 2014 11:57:59 -0700 |
Pierre-Yves David |
addset: implement first and last methods
|
Mon, 06 Oct 2014 11:54:53 -0700 |
Pierre-Yves David |
spanset: implement `first` and `last` methods
|
Mon, 06 Oct 2014 11:46:53 -0700 |
Pierre-Yves David |
smartset: add first and last methods
|
Wed, 08 Oct 2014 00:55:09 -0700 |
Pierre-Yves David |
revset-last: remove user of baseset.append
|
Mon, 06 Oct 2014 10:57:01 -0700 |
Pierre-Yves David |
revset-limit: remove user of baseset.append
|
Mon, 06 Oct 2014 10:41:43 -0700 |
Pierre-Yves David |
baseset: use default value instead of [] when possible
|
Sat, 04 Oct 2014 06:17:18 -0700 |
Pierre-Yves David |
generatorset: implement isascending and isdescending
|
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
|
Fri, 03 Oct 2014 20:18:48 -0700 |
Pierre-Yves David |
addset: drop the leading underscore from the class name
|
Fri, 03 Oct 2014 20:17:12 -0700 |
Pierre-Yves David |
addset: this is a smartset, update the docstring
|
Thu, 09 Oct 2014 05:27:23 -0700 |
Pierre-Yves David |
addset: use the ascending argument in _iterordered
|
Fri, 03 Oct 2014 12:54:56 -0500 |
Pierre-Yves David |
revset: remove the now unused _descgeneratorset class
|
Fri, 03 Oct 2014 12:53:41 -0500 |
Pierre-Yves David |
revset: use _generatorset in _revancestors
|
Fri, 03 Oct 2014 12:52:49 -0500 |
Pierre-Yves David |
revset: remove now unused class _ascgeneratorset
|
Fri, 03 Oct 2014 12:52:17 -0500 |
Pierre-Yves David |
revset: use _generatorset directly in _revdescendant
|
Fri, 03 Oct 2014 12:46:34 -0500 |
Pierre-Yves David |
generatorset: move membership testing on ordered gen to the main class
|
Fri, 03 Oct 2014 12:36:57 -0500 |
Pierre-Yves David |
generatorset: make use of the new mechanism in the subclass
|
Fri, 03 Oct 2014 12:36:08 -0500 |
Pierre-Yves David |
generatorset: make it possible to use gen as fastasc or fastdesc
|
Fri, 03 Oct 2014 03:19:00 -0500 |
Pierre-Yves David |
baseset: rely on the abstractsmartset implementation for filter
|
Thu, 02 Oct 2014 19:48:14 -0500 |
Pierre-Yves David |
_orderedsetmixin: drop this now unused class
|
Thu, 02 Oct 2014 19:47:33 -0500 |
Pierre-Yves David |
spanset: drop _orderedsetmixin inheritance
|
Fri, 03 Oct 2014 01:44:52 -0500 |
Pierre-Yves David |
orderedlazyset: drop this now unused class
|
Thu, 02 Oct 2014 19:43:42 -0500 |
Pierre-Yves David |
_descendant: use filteredset instead of orderedlazyset
|
Fri, 03 Oct 2014 01:37:13 -0500 |
Pierre-Yves David |
addset: use the base implementation for ascending and descending
|
Fri, 03 Oct 2014 01:34:25 -0500 |
Pierre-Yves David |
addset: use base implementation for __filter__
|
Fri, 03 Oct 2014 01:33:32 -0500 |
Pierre-Yves David |
addset: use base implementation for __add__
|
Fri, 03 Oct 2014 01:32:50 -0500 |
Pierre-Yves David |
addset: use base implementation for __sub__
|
Fri, 03 Oct 2014 01:31:46 -0500 |
Pierre-Yves David |
addset: use base implementation for __and__
|
Thu, 02 Oct 2014 19:42:06 -0500 |
Pierre-Yves David |
addset: promote to real smartset
|
Fri, 03 Oct 2014 00:12:22 -0500 |
Pierre-Yves David |
addset: add a __nonzero__ method
|
Thu, 02 Oct 2014 23:38:30 -0500 |
Pierre-Yves David |
addset: offer a fastasc and fastdesc methods
|
Thu, 02 Oct 2014 23:28:18 -0500 |
Pierre-Yves David |
addset: split simple and ordered iteration
|
Fri, 03 Oct 2014 01:55:09 -0500 |
Pierre-Yves David |
generatorset: promote to smartset
|