summaryrefslogtreecommitdiff
path: root/test/unittest_deprecation.py
Commit message (Expand)AuthorAgeFilesLines
* [deprecation/fix] implement lazy_wraps, a lazy version of functools.wraps for...Laurent Peuch2020-05-201-0/+15
* [fix] metaclass conflict for class_deprecatedLaurent Peuch2020-05-071-0/+11
* [deprecation] 'moved' function renamed 'callable_moved'Laurent Peuch2020-04-301-1/+1
* [deprecation] 'deprecated' function renamed 'callable_deprecated'Laurent Peuch2020-04-301-4/+4
* [deprecation] 'renamed' function renamed to 'callable_renamed'Laurent Peuch2020-04-301-2/+2
* [deprecation] use send_warning in attribute/argument_renamed, argument_remove...Laurent Peuch2020-04-231-3/+3
* [deprecation/refactoring] remove totally overkill DeprecationManagerLaurent Peuch2020-04-231-60/+0
* [deprecation/refactoring] simplify class_movedLaurent Peuch2020-04-231-0/+17
* [deprecation/refactoring] simplify class_renamedLaurent Peuch2020-04-231-0/+10
* [deprecation/refactoring] simplify renamedLaurent Peuch2020-04-221-1/+1
* [deprecation/refactoring] simplify movedLaurent Peuch2020-04-221-1/+1
* [deprecation/refactoring] simplify deprecatedLaurent Peuch2020-04-221-2/+2
* [deprecation/refactoring] start simplifying module and simplify class_deprecatedLaurent Peuch2020-04-221-1/+1
* add deprecation.argument_removedLaurent Peuch2020-04-231-0/+11
* add depreciation.argument_renamedLaurent Peuch2020-04-161-0/+14
* add depreciation.attribute_renamedLaurent Peuch2020-04-161-0/+22
* add depreciation.renamed to rename callableLaurent Peuch2020-04-151-0/+10
* Nearly drop dependency on sixPhilippe Pepiot2019-11-081-6/+2
* [py3k] Use metaclasses using six.add_metaclassRĂ©mi Cardona2014-07-191-4/+8
* Add version handling to the deprecation module (closes #108205).Damien Garaud2013-04-111-0/+61
* [test, deprecation] update tests so we actually test somethingSylvain Th?nault2012-11-301-4/+18
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* fix testSylvain Th?nault2010-09-241-5/+0
* fix ImportError when test is not a module as expected by the testcaseJulien Jehannet2010-06-041-4/+1
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+17
* R [deprecation] deprecated_function deprecated in favor of deprecatedNicolas Chauvat2009-07-311-6/+10
* R [deprecation] renaming and simplifying (impacts deprecated, obsolete)Nicolas Chauvat2009-07-311-0/+55