summaryrefslogtreecommitdiff
path: root/logilab
Commit message (Expand)AuthorAgeFilesLines
* [fix] metaclass conflict for class_deprecatedLaurent Peuch2020-05-071-1/+19
* 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
* [py] Make flake8 less angry with logilab/common/ureports/Nicola Spanti2019-12-195-49/+65
* [mypy] type RegistrableObject.__regid__/__registry__Laurent Peuch2019-12-191-4/+3
* [mypy/type] declare type of RegistrableObject.__regid__/__select__Laurent Peuch2019-12-191-2/+3
* [mod] move predicates code up in the file for the next patchLaurent Peuch2019-12-191-209/+208
* [mypy/fix] Need type annotation for '_PREDICATES'Laurent Peuch2019-12-191-1/+3
* [mypy/fix] All conditional function variants must have identical signaturesLaurent Peuch2019-12-191-2/+2
* [mypy/fix] Incompatible types in assignmentLaurent Peuch2019-12-192-3/+2
* [registry/select_best] move from 'debug_call' to select_listener observator p...Laurent Peuch2019-11-281-19/+31
* [registry/fix] re-put "winner" key in registry._select_best debug informationLaurent Peuch2019-11-281-1/+2
* [shellutils, fix] Deprecate 'input' as argument of RawInput in favor of 'inpu...Simon Chabot2019-11-281-2/+10
* Drop dependency on sixNicola Spanti2019-11-191-14/+7
* [register] allow to pass a debug_callback argument to Registry._select_bestLaurent Peuch2019-11-201-0/+33
* Nearly drop dependency on sixPhilippe Pepiot2019-11-0819-73/+26
* Use time.process_time instead of time.clock (deprecated)Simon Chabot2019-10-242-8/+8
* Make "configuration" classes get call __getitem__Philippe Pepiot2019-09-121-5/+4
* [py3] Wrap dict.keys() in list()Denis Laxalde2019-07-261-1/+1
* Raise a ValueError in case of invalid unit in textutils.apply_units()Denis Laxalde2019-07-261-2/+2
* [doc] fix sphinx warningsLaurent Peuch2019-07-033-19/+36
* Use getfullargspec instead of getargspec in python 3Frank Bessou2018-07-061-2/+9
* [configuration] fix registration of multiple groups at onceAdrien Di Mascio2017-05-111-2/+2
* Use a context manager for io.open()Denis Laxalde2017-07-041-4/+2
* Use io.open() to avoid deprecation warning about 'U' modeDenis Laxalde2017-07-041-1/+2
* configuration: fix action query in read_old_configDenis Laxalde2017-07-051-1/+1
* [textutils] Add two more manual mappings to convert unicode into ASCIIYann Voté2017-02-281-0/+2
* [registry] fix autoreload with register_modnames()Philippe Pepiot2017-01-251-0/+3
* [registry] RegistrableInstance should be instantiated with __module__=__name__Philippe Pepiot2017-01-201-3/+13
* [registry] deprecate register_objects()Philippe Pepiot2017-01-201-11/+5
* [modutils] deprecate modpath_from_filePhilippe Pepiot2017-01-201-1/+5
* [registry] add register_modnames()Philippe Pepiot2016-12-231-0/+20
* [modutils] add clean_sys_modules()Philippe Pepiot2016-12-231-0/+12
* Fix test breakage in modutils with python 3Sylvain Thénault2016-11-161-1/+3