1. 07 10月, 2016 1 次提交
  2. 14 11月, 2015 1 次提交
  3. 05 11月, 2015 1 次提交
  4. 11 5月, 2015 1 次提交
    • A
      PEP 257 · 5e5c6817
      Alessio Sergi 提交于
      - First line should end with a period
      - No blank lines allowed after function docstring
      - 1 blank line required between summary line and description
      - 1 blank line required before class docstring
      - Multi-line docstring closing quotes should be on a separate line
      - No whitespaces allowed surrounding docstring text
      - One-line docstring should fit on one line with quotes
      - Use r""" if any backslashes in a docstring
      5e5c6817
  5. 02 5月, 2015 1 次提交
  6. 22 3月, 2015 1 次提交
  7. 06 3月, 2015 1 次提交
  8. 23 2月, 2015 1 次提交
    • A
      Misc fixes · ec44cfe1
      Alessio Sergi 提交于
      - Remove unused import
      - Fix double import
      - Remove unnecessary pass statement
      - Fix bad indentation
      - Fix pointless statement
      ec44cfe1
  9. 08 2月, 2015 1 次提交
  10. 14 1月, 2015 1 次提交
  11. 13 1月, 2015 4 次提交
  12. 06 1月, 2015 1 次提交
  13. 05 1月, 2015 2 次提交
  14. 02 1月, 2015 1 次提交
  15. 16 12月, 2014 1 次提交
  16. 12 12月, 2014 1 次提交
  17. 05 12月, 2014 2 次提交
    • A
      Misc tweaks · baa8ef1f
      Alessio Sergi 提交于
      - fix help screen
      - whitespace before ‘:’
      - missing whitespace around operator
      - function name should be lowercase
      - class names should use CapWords convention
      - fix various misspelling
      baa8ef1f
    • A
      Remove i18n from log messages · 5da624c2
      Alessio Sergi 提交于
      5da624c2
  18. 25 10月, 2014 1 次提交
  19. 11 7月, 2014 1 次提交
  20. 05 7月, 2014 2 次提交
  21. 04 7月, 2014 1 次提交
  22. 14 6月, 2014 1 次提交
    • A
      PEP 257 · b5cac27e
      Alessio Sergi 提交于
      One-line docstring should not occupy 3 lines
      Expected 1 blank line *before* class docstring
      First line should end with '.'
      Blank line missing between one-line summary and description
      No blank lines allowed *after* method docstring
      Use r""" if any backslashes in a docstring
      b5cac27e
  23. 10 6月, 2014 1 次提交
    • A
      Fix naming convention · 6a550005
      Alessio Sergi 提交于
      Use CapWords convention for class names
      Use new-style classes
      Use lowercase with underscore for function and local variable names
      (to be continued)
      6a550005
  24. 02 6月, 2014 1 次提交
  25. 27 5月, 2014 1 次提交
    • A
      batterie -> battery · 950b12cf
      Alessio Sergi 提交于
      Remove unused variables
      No whitespace inside parentheses
      Add missing whitespace around arithmetic operator
      Fix indentation
      Remove trailing whitespaces
      950b12cf
  26. 26 5月, 2014 5 次提交
  27. 22 5月, 2014 1 次提交
    • A
      Cleaning up *.py files · d4ea4867
      Alessio Sergi 提交于
      - remove obsolete code
      - glances_password: update comments and fix typos
      - re-apply fix to avoid string format conflicts (screwed up after
        feature branch merges)
      - strip trailing whitespaces
      - flake8
      d4ea4867
  28. 13 5月, 2014 1 次提交
  29. 07 5月, 2014 2 次提交