[REVERT] r3591: causing problem to install some modules
[odoo/odoo.git] / bin / tools / safe_eval.py
2011-03-22 Vo Minh Thu[FIX] safe_eval: added time in the allowed modules.
2010-12-16 Olivier Dony[FIX] safe_eval: support for allowing auto-loading...
2010-11-11 Olivier Dony[FIX] safe_eval: added support for new JUMP OPCODES...
2010-10-25 Borja López Soilán[FIX] Slicing functionality support added to safe_eval()
2010-10-18 Jay (OpenERP)[FIX] Safe_eval : Added the support of set(),JUMP_FORWA...
2010-09-07 DHS(OpenERP)[FIX] safe_eval() : Added support of len()
2010-09-06 Harry (OpenERP)[MERGE]
2010-08-31 apa-tiny[iMP]:Added filter and round function in global dict.
2010-08-10 Olivier Dony[REVERT/FIX] safe_eval: revert incorrect tentative...
2010-08-10 apa-tiny[FIX]:FormatLang is not support any python aggregate...
2010-06-22 Olivier Dony[IMP] safe_eval: improved exception handling
2010-06-21 P. Christeassafe_eval: fix wrt whitespace on expressions.
2010-06-17 Jay (Open ERP)[FIX] Tools : Safe_eval should support make_function...
2010-06-04 Olivier Dony[ADD] safe_eval: final round of adjustments, seems...
2010-06-01 Olivier Dony[FIX] continuing implementation of safe_eval: fixed...
2010-05-03 Olivier Dony[IMP] work-in-progress: initial version of safe_eval...
2010-04-27 Olivier Dony[IMP] base: renamed __terp__ to __openerp__
2010-03-04 Xavier Morel[fix] whitespace in files touched by parent (xmo@tinyer...
2010-03-04 Xavier Morel[fix] coding: tag in source files
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-09-09 P. Christeassafe_eval: make python 2.5 compatible.
2009-09-09 P. ChristeasImplement safe_eval() in order to armour eval()