1. 04 12月, 2014 1 次提交
  2. 25 10月, 2014 1 次提交
  3. 19 10月, 2014 1 次提交
  4. 17 10月, 2014 1 次提交
  5. 31 7月, 2014 1 次提交
  6. 10 7月, 2014 1 次提交
  7. 05 7月, 2014 1 次提交
  8. 04 7月, 2014 1 次提交
  9. 01 7月, 2014 1 次提交
  10. 28 6月, 2014 1 次提交
  11. 27 6月, 2014 2 次提交
  12. 25 6月, 2014 1 次提交
  13. 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
  14. 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
  15. 01 6月, 2014 1 次提交
  16. 30 5月, 2014 1 次提交
  17. 26 5月, 2014 1 次提交
  18. 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
  19. 13 5月, 2014 1 次提交
  20. 10 5月, 2014 1 次提交
  21. 08 5月, 2014 1 次提交
  22. 07 5月, 2014 1 次提交
  23. 03 5月, 2014 2 次提交
  24. 01 5月, 2014 1 次提交
    • A
      CPU attributes overhaul · ddd000e8
      Alessio Sergi 提交于
      Move 'idle' back to the first column (non-optional) because
      is available on all platforms supported by Glances/psutil.
      
      In the second column (optional), attributes are now sorted by
      descending order of availability (they are depending on the platform).
      ddd000e8
  25. 23 4月, 2014 1 次提交
  26. 17 4月, 2014 1 次提交
  27. 15 4月, 2014 1 次提交
  28. 05 4月, 2014 1 次提交
  29. 28 3月, 2014 1 次提交
  30. 13 3月, 2014 2 次提交
  31. 12 3月, 2014 3 次提交
  32. 11 3月, 2014 2 次提交
  33. 01 3月, 2014 1 次提交
  34. 27 2月, 2014 1 次提交