[IMP] safe_eval: do not log exceptions, when re-raising a new exception, make the...
[odoo/odoo.git] / openerp / tools / safe_eval.py
2013-02-20 Vo Minh Thu[IMP] safe_eval: do not log exceptions, when re-raising...
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-10-09 Quentin (OpenERP)[IMP] use of literal_eval from ast instead of const_eva...
2012-10-09 Quentin (OpenERP)[IMP] osv/orm.py: evaluate in python the 'options'...
2012-06-13 Holger Brunn[FIX] (safe_eval) opcode STORE_MAP belongs into _CONST_...
2012-06-05 Christophe Simonis[IMP] log exceptions in safe_eval
2012-02-08 Florent Xicluna[MERGE] merged trunk.
2012-01-24 Vo Minh Thu[IMP] openerp.tools: _logger with fully qualified modul...
2012-01-19 Florent Xicluna[FIX] AttributeError, 'module' has no attribute 'ext_eval'
2012-01-18 Vo Minh Thu[IMP] tools: removed literal_eval as we drop python...
2011-12-22 Olivier Dony[IMP] safe_eval: allow INPLACE* operator opcodes as...
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in safe_eval
2011-10-05 Olivier Dony[IMP] safe_eval: allow OPCODES for try/except/finally
2011-07-18 Olivier Dony[IMP] safe_eval: allow 'max' builtin
2011-06-14 Quentin (OpenERP)[IMP] safe_eval: added min() in usable functions
2011-03-22 Vo Minh Thu[MERGE] merged the 6.0 branch.
2011-02-07 Vo Minh Thu[IMP] openerp python module.