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