1. 26 2月, 2015 1 次提交
  2. 23 2月, 2015 1 次提交
  3. 02 2月, 2015 1 次提交
  4. 18 1月, 2015 4 次提交
  5. 16 1月, 2015 1 次提交
  6. 14 1月, 2015 2 次提交
  7. 13 1月, 2015 4 次提交
  8. 11 1月, 2015 1 次提交
  9. 08 1月, 2015 1 次提交
  10. 02 1月, 2015 1 次提交
  11. 23 12月, 2014 1 次提交
  12. 19 12月, 2014 1 次提交
  13. 14 12月, 2014 1 次提交
  14. 04 12月, 2014 1 次提交
  15. 25 10月, 2014 1 次提交
  16. 19 10月, 2014 1 次提交
  17. 17 10月, 2014 1 次提交
  18. 31 7月, 2014 1 次提交
  19. 10 7月, 2014 1 次提交
  20. 05 7月, 2014 1 次提交
  21. 04 7月, 2014 1 次提交
  22. 01 7月, 2014 1 次提交
  23. 28 6月, 2014 1 次提交
  24. 27 6月, 2014 2 次提交
  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. 01 6月, 2014 1 次提交
  29. 30 5月, 2014 1 次提交
  30. 26 5月, 2014 1 次提交
  31. 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
  32. 13 5月, 2014 1 次提交