summaryrefslogtreecommitdiff
path: root/odoo/tools/pycompat.py
AgeCommit message (Expand)Author
2024-07-26[IMP] *: remove unnecessary pycompat.to_text callsXavier Morel
2024-07-26[FIX] core: deprecate pycompat.to_textXavier Morel
2024-07-22[IMP] *: deprecate pycompat.csv_readerXavier Morel
2024-07-22[IMP] *: deprecate pycompat.csv_writerXavier Morel
2021-04-29[CHG] core, web: deprecate t-rawXavier Morel
2019-11-05[FIX] core: further pycompat cleanupXavier Morel
2018-11-29[REM] pycompat: remove python 2 shims and helpersAdrian Torres
2018-05-16[IMP] test-pylint: check for undefined variablesRaphael Collet
2017-10-11[FIX] tools: use codecs for csv reader/writerXavier Morel
2017-08-20[FIX] P3: remove pycompat.{keys,items,values} helpersOlivier Dony
2017-08-20[FIX] P3: CSV reading & writingXavier Morel
2017-08-20[FIX] P3: text model typesXavier Morel
2017-08-20[FIX] P3: fix base64 and StringIO usesXavier Morel
2017-05-12[FIX] P3: raise exception with existing tracebackXavier Morel
2017-05-10[FIX] P3: list -> iterable builtins (#16811)xmo-odoo
2017-04-27[FIX] forgot a bit of version checkingxmo-odoo
2017-04-27[FIX] builtins removed from Python 3xmo-odoo