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