Skip to content
Snippets Groups Projects
  1. Aug 14, 2007
    • Iustin Pop's avatar
      Style changes for pep-8 and python-3000 compliance. · 3ecf6786
      Iustin Pop authored
      This changes the raising of exceptions from:
        raise Exception, value
      to
        raise Exception(value)
      
      as the first form will be removed in python-3000 and the second form is
      preferred now.
      
      The changes also involve a few cases of changing from raising standard
      exceptions and use our own ones.
      
      The new version also fixes many pylint-generated warnings, especially in
      ganeti-noded where I changed many methods to @staticmethod.
      
      There is no functionality changed (barring any bugs).
      3ecf6786
  2. Aug 08, 2007
  3. Aug 06, 2007
  4. Aug 03, 2007
  5. Aug 02, 2007
  6. Jul 30, 2007
  7. Jul 27, 2007
  8. Jul 26, 2007
  9. Jul 25, 2007
  10. Jul 24, 2007
Loading