1. 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
  2. 02 5月, 2015 1 次提交
  3. 06 3月, 2015 1 次提交
  4. 27 2月, 2015 1 次提交
  5. 23 2月, 2015 1 次提交
  6. 13 1月, 2015 1 次提交
  7. 02 1月, 2015 1 次提交
  8. 16 12月, 2014 1 次提交
    • A
      Fix cyclic import · e54c3a7d
      Alessio Sergi 提交于
      glances_globals -> glances_logs -> glances_processes -> glances_globals
      e54c3a7d
  9. 17 11月, 2014 2 次提交
  10. 19 10月, 2014 1 次提交
  11. 16 8月, 2014 1 次提交
  12. 06 8月, 2014 1 次提交
  13. 01 7月, 2014 1 次提交
  14. 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
  15. 30 5月, 2014 1 次提交
  16. 13 5月, 2014 1 次提交
  17. 07 5月, 2014 1 次提交
  18. 02 5月, 2014 1 次提交
  19. 23 4月, 2014 1 次提交
  20. 17 4月, 2014 1 次提交
  21. 15 4月, 2014 1 次提交
  22. 12 4月, 2014 1 次提交
  23. 06 4月, 2014 1 次提交
  24. 05 4月, 2014 1 次提交
  25. 28 3月, 2014 1 次提交
  26. 24 3月, 2014 1 次提交
  27. 23 3月, 2014 1 次提交
  28. 22 3月, 2014 2 次提交
  29. 11 3月, 2014 1 次提交
  30. 08 3月, 2014 1 次提交
  31. 16 2月, 2014 1 次提交
  32. 28 1月, 2014 1 次提交
  33. 27 1月, 2014 1 次提交