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
|
Tue, 07 Oct 2014 00:38:14 -0700 |
Pierre-Yves David |
strip: stop calling `remove` on smartset
|
Tue, 07 Oct 2014 00:31:53 -0700 |
Pierre-Yves David |
rebase: transform the smartset to a list before comparing with a list
|
Tue, 07 Oct 2014 00:41:58 -0700 |
Pierre-Yves David |
merge.update: use `first` instead of direct indexing
|
Tue, 07 Oct 2014 00:33:47 -0700 |
Pierre-Yves David |
qimport: use `first` and `last` instead of direct indexing
|