Skip to content
  1. Apr 04, 2021
  2. Feb 24, 2019
  3. Apr 08, 2016
    • Bezleputh's avatar
      [comparoob] improve products management · 0b9182ac
      Bezleputh authored
      Nowadays we only keep one product depending on its name, we do not care
      about double even if id is not the same.
      
      As id can contains important and different information even if products
      names are the same, we should keep all those product groupes byb name
      and pass them all to modules.
      
      Modules will only keep products they can handle
      0b9182ac
  4. Feb 26, 2016
  5. Sep 26, 2014
  6. Sep 09, 2014
    • Laurent Bachelier's avatar
      Remove useless __all__ in modules · 3da02fde
      Laurent Bachelier authored
      They bring nothing of value (we never use import * anyway) and introduce
      a maintenance burden.
      
      The __all__ that I left might not be very useful either but at least
      they are not a pain to maintain; they are also used by pyflakes in some
      cases.
      3da02fde
  7. Apr 08, 2014