Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/logic.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/28/08 17:39:16 @254 [254] fumanchu Removing the now-unused decompile module.
(edit) 11/05/07 18:41:16 @217 [217] fumanchu More 2.5 funkiness.
(edit) 11/05/07 17:20:44 @216 [216] fumanchu logic.filter now allows an empty dict. Also a Py2.5 bugfix.
(edit) 11/05/07 14:35:46 @214 [214] fumanchu logic: Bugfixes for Expression.is_constant.
(edit) 11/05/07 12:54:43 @213 [213] fumanchu Fix for is_constant when the func has a docstring in co_consts (instead of …
(edit) 11/05/07 12:52:57 @212 [212] fumanchu Either I was wrong about changes to co_consts in Python 2.5, or it was …
(edit) 10/06/07 22:30:39 @194 [194] fumanchu Oops.
(edit) 10/06/07 21:30:11 @192 [192] fumanchu logic.Expression now allows the 'func' arg to be a dict; it will convert …
(edit) 10/06/07 16:30:13 @190 [190] fumanchu Buglets in logic.
(edit) 09/25/07 01:30:29 @178 [178] fumanchu New test and fix for adding Expressions with LOAD_DEREF instructions.
(edit) 09/25/07 00:40:24 @177 [177] fumanchu New test and fix for adding Expressions with LOAD_GLOBAL instructions.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/03/07 13:49:42 @115 [115] fumanchu Minor cleanups to logic.Expression.
(edit) 08/01/07 16:26:37 @107 [107] fumanchu License updates.
(edit) 07/23/07 18:28:33 @98 [98] fumanchu New Expression.is_constant method.
(edit) 05/03/07 13:08:27 @81 [81] fumanchu New logic.combine(expr, kwargs) function (and sundry).
(edit) 03/25/07 22:39:24 @53 [53] fumanchu Some buglets.
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(add) 03/19/07 13:30:01 @36 [36] fumanchu Moved codewalk, logic from dejavu.