1. 27 12月, 2014 2 次提交
  2. 26 12月, 2014 1 次提交
  3. 23 12月, 2014 3 次提交
  4. 22 12月, 2014 4 次提交
  5. 19 12月, 2014 1 次提交
  6. 17 12月, 2014 2 次提交
  7. 16 12月, 2014 4 次提交
  8. 15 12月, 2014 2 次提交
  9. 14 12月, 2014 6 次提交
  10. 13 12月, 2014 1 次提交
  11. 12 12月, 2014 5 次提交
  12. 11 12月, 2014 3 次提交
  13. 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
  14. 07 12月, 2014 2 次提交
  15. 06 12月, 2014 2 次提交
  16. 05 12月, 2014 1 次提交
    • 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