1. 03 6月, 2016 1 次提交
  2. 23 5月, 2016 2 次提交
  3. 16 5月, 2016 1 次提交
  4. 09 5月, 2016 1 次提交
  5. 02 5月, 2016 1 次提交
  6. 15 4月, 2016 1 次提交
  7. 28 3月, 2016 1 次提交
  8. 20 3月, 2016 1 次提交
  9. 11 3月, 2016 1 次提交
  10. 07 3月, 2016 1 次提交
  11. 22 2月, 2016 1 次提交
  12. 27 1月, 2016 1 次提交
  13. 26 1月, 2016 1 次提交
  14. 23 1月, 2016 1 次提交
  15. 30 11月, 2015 1 次提交
  16. 14 11月, 2015 1 次提交
  17. 04 11月, 2015 1 次提交
  18. 09 9月, 2015 1 次提交
  19. 25 5月, 2015 1 次提交
  20. 11 5月, 2015 2 次提交
    • A
      flake8 · af0bd377
      Alessio Sergi 提交于
      - import statements are in the wrong order.
      - missing whitespace around arithmetic operator
      - blind except: statement
      - multiple imports on one line
      - trailing whitespace
      - blank line contains whitespace
      - line break before binary operator
      - missing whitespace after ','
      - block comment should start with '# '
      - multiple spaces before operator
      - 'logger' imported but unused
      - expected 2 blank lines, found 1
      af0bd377
    • 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
  21. 19 4月, 2015 1 次提交
  22. 18 4月, 2015 2 次提交
  23. 04 4月, 2015 1 次提交
  24. 02 4月, 2015 1 次提交
  25. 27 2月, 2015 1 次提交
  26. 26 2月, 2015 1 次提交
  27. 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
  28. 14 2月, 2015 1 次提交
  29. 07 2月, 2015 1 次提交
  30. 13 1月, 2015 1 次提交
  31. 02 1月, 2015 1 次提交
  32. 17 12月, 2014 1 次提交
  33. 16 12月, 2014 2 次提交
  34. 15 12月, 2014 1 次提交
  35. 12 12月, 2014 2 次提交