1. 12 7月, 2016 1 次提交
  2. 11 4月, 2016 1 次提交
  3. 05 4月, 2016 1 次提交
  4. 29 3月, 2016 1 次提交
  5. 25 3月, 2016 1 次提交
  6. 24 3月, 2016 1 次提交
  7. 18 3月, 2016 2 次提交
  8. 17 3月, 2016 1 次提交
  9. 09 3月, 2016 1 次提交
  10. 03 3月, 2016 12 次提交
  11. 26 2月, 2016 3 次提交
  12. 26 10月, 2015 1 次提交
  13. 17 9月, 2015 3 次提交
  14. 26 3月, 2015 1 次提交
  15. 03 12月, 2014 2 次提交
  16. 07 11月, 2014 1 次提交
  17. 17 10月, 2014 2 次提交
  18. 07 8月, 2014 1 次提交
    • M
      Support Python 2 and 3 in test script · e9ccadeb
      Michael Pratt 提交于
      Add Python 3 support to the Python test.py script.
      
      The print function is used in place of the print statement.
      
      The urlopen function has been moved to urllib.request in Python 3, so
      attempt to import it from either location.
      
      TestCase.assert_() has been deprecated in place of
      TestCase.assertTrue().
      
      The tests all pass in both Python 2 and 3.
      e9ccadeb
  19. 29 7月, 2014 1 次提交
  20. 01 7月, 2014 1 次提交
  21. 30 6月, 2014 1 次提交
  22. 21 8月, 2013 1 次提交