Wed, 08 Apr 2009 11:29:28 +0200 |
sylvain thenault |
* print vreg content once fully initialized (require move of print code from vregistry to cwvreg)
tls-sprint
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 19:00:20 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 11:13:41 +0100 |
sylvain thenault |
simplify registry options to disable some appobjects to use a single option
tls-sprint
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 17:13:46 +0100 |
Aurelien Campeas |
[selectors] _needs real fix_ whack 'till it works for me
tls-sprint
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 16:12:19 +0100 |
Aurelien Campeas |
[selectors] for bacwkard compatibility, we must search the mro, not just the current class, in order not to miss __selectors__ in classes that do not redefine it
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 22:37:04 +0100 |
sylvain thenault |
fix relation_possible, ensure we return int
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 20:23:43 +0100 |
Adrien Di Mascio |
provide negation operator for selectors, unfortunately, it's not possible to user the python keyword 'not'
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 15:49:59 +0100 |
sylvain thenault |
assert __select__ is callable
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 13:42:46 +0100 |
sylvain thenault |
fix selector search and refactor auto-instantiation
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 10:06:20 +0100 |
Adrien Di Mascio |
merge
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 10:05:15 +0100 |
Adrien Di Mascio |
chainall / chainfirst ensures selectors are instantiated
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 01:57:46 +0100 |
sylvain thenault |
kill vobject_helpver
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:55:42 +0100 |
sylvain thenault |
fix selectors compat
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:48:24 +0100 |
sylvain thenault |
assert oid
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:30:55 +0100 |
sylvain thenault |
need safety belt for class registered twice (during test for instance)
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:22:47 +0100 |
Adrien Di Mascio |
__select__ is not a classmethod anymore, it's a pure function (or a Selector instance),
tls-sprint
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:12:36 +0100 |
sylvain thenault |
get kwargs as well
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:46:48 +0100 |
Adrien Di Mascio |
fix _instantiate_selector() mini bug (make sure obj is a class before calling issubclass)
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:43:08 +0100 |
sylvain thenault |
should no more be used, drop documentation
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:34:17 +0100 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:21:23 +0100 |
sylvain thenault |
default to yes_registerer
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:16:13 +0100 |
sylvain thenault |
doc update, move yes_registerer here
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 23:00:28 +0100 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:43:59 +0100 |
Adrien Di Mascio |
remove autoselectors metaclass, __select__ is built during registration
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:25:16 +0100 |
Adrien Di Mascio |
Selector objects need to provide a `func_name` attribute for minimum (backward)
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:24:03 +0100 |
Adrien Di Mascio |
overridden `registered()` methods must call the base implementation
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 22:37:59 +0100 |
sylvain thenault |
__selectors__ -> __select__
tls-sprint
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 21:50:24 +0100 |
sylvain thenault |
introduce MultiSelector base class
tls-sprint
|
file |
diff |
annotate
|