summaryrefslogtreecommitdiff
path: root/logilab/common/deprecation.py
Commit message (Expand)AuthorAgeFilesLines
* Black the whole code baseLaurent Peuch2020-04-011-1/+1
* fix(deprecation): new_function must be a callable, not a stringSimon Chabot2020-05-011-1/+1
* [deprecation] 'moved' function renamed 'callable_moved'Laurent Peuch2020-04-301-1/+4
* [deprecation] 'deprecated' function renamed 'callable_deprecated'Laurent Peuch2020-04-301-26/+29
* [deprecation] 'renamed' function renamed to 'callable_renamed'Laurent Peuch2020-04-301-1/+4
* [deprecation/abbreviation] rename modpath/objname function arguments to modul...Laurent Peuch2020-04-301-24/+26
* [deprecation] use send_warning in attribute/argument_renamed, argument_remove...Laurent Peuch2020-04-231-13/+15
* [deprecation/refactoring] remove totally overkill DeprecationManagerLaurent Peuch2020-04-231-139/+0
* [deprecation/refactoring] simplify class_movedLaurent Peuch2020-04-231-3/+11
* [deprecation/refactoring] simplify class_renamedLaurent Peuch2020-04-231-3/+13
* [deprecation/refactoring] simplify renamedLaurent Peuch2020-04-221-2/+9
* [deprecation/refactoring] simplify movedLaurent Peuch2020-04-221-3/+20
* [deprecation/refactoring] simplify deprecatedLaurent Peuch2020-04-221-29/+45
* [deprecation/refactoring] start simplifying module and simplify class_deprecatedLaurent Peuch2020-04-221-1/+58
* add deprecation.argument_removedLaurent Peuch2020-04-231-0/+27
* add depreciation.argument_renamedLaurent Peuch2020-04-161-0/+33
* add depreciation.attribute_renamedLaurent Peuch2020-04-161-0/+45
* [fix] decorators needs to use functools.wrapsLaurent Peuch2020-04-151-0/+2
* add depreciation.renamed to rename callableLaurent Peuch2020-04-151-0/+32
* [layout] change the source directory layoutDavid Douard2015-03-131-0/+189