1. 03 6月, 2016 1 次提交
  2. 26 11月, 2015 2 次提交
  3. 14 11月, 2015 1 次提交
  4. 05 11月, 2015 1 次提交
  5. 04 11月, 2015 1 次提交
  6. 14 5月, 2015 1 次提交
  7. 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
  8. 08 5月, 2015 1 次提交
  9. 02 5月, 2015 1 次提交
  10. 06 3月, 2015 1 次提交
  11. 26 2月, 2015 1 次提交
  12. 14 2月, 2015 1 次提交
  13. 16 1月, 2015 1 次提交
  14. 14 1月, 2015 1 次提交
  15. 13 1月, 2015 5 次提交
  16. 08 1月, 2015 1 次提交
  17. 02 1月, 2015 3 次提交
  18. 17 12月, 2014 1 次提交
  19. 15 12月, 2014 1 次提交
  20. 09 12月, 2014 1 次提交
    • A
      Linux: add os-release support · af67cfcf
      Alessio Sergi 提交于
      Python's platform.linux_distribution() returns an empty tuple if a Linux
      distribution is not part of the '_supported_dists' list.
      
      Add a method to parse the os-release file, the new standard release file,
      which replaces the multitude of per-distribution ones.
      
      Also, platform.linux_distribution() is being deprecated and then removed
      in future Python releases.
      af67cfcf
  21. 04 12月, 2014 1 次提交
  22. 05 11月, 2014 1 次提交
  23. 04 11月, 2014 1 次提交
  24. 01 7月, 2014 1 次提交
  25. 25 6月, 2014 1 次提交
  26. 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
  27. 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
  28. 30 5月, 2014 1 次提交
  29. 29 5月, 2014 1 次提交
  30. 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
  31. 13 5月, 2014 1 次提交
  32. 07 5月, 2014 2 次提交