1. 13 Mar, 2018 1 commit
  2. 02 Jan, 2018 1 commit
  3. 22 Dec, 2017 2 commits
    • Jisi Liu's avatar
      Fix uploading binary wheel. · 8fc40b55
      Jisi Liu authored
      The script now takes two prompt for user name and password. One single
      input redirection no longer works.
      8fc40b55
    • Jisi Liu's avatar
      Disable pip cache when testing uploaded packages · 7ad8e7ad
      Jisi Liu authored
      Otherwise, pip complains "cannot find a version satisfies the
      requirement." I suspect it was due to caching issues. I usued to
      manually add a `sleep 30` between the upload and the installation test
      which is quite unstable.
      7ad8e7ad
  4. 19 Dec, 2017 1 commit
  5. 15 Dec, 2017 2 commits
  6. 14 Dec, 2017 4 commits
  7. 01 Dec, 2017 1 commit
  8. 22 Nov, 2017 2 commits
    • Jisi Liu's avatar
      Update version for 3.5.0.post1 · cf65a794
      Jisi Liu authored
      cf65a794
    • Jie Luo's avatar
      Add _file_desc_by_toplevel_extension back · 45d99a15
      Jie Luo authored
      Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1.
      
      _file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file.
      FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
      45d99a15
  9. 17 Nov, 2017 1 commit
  10. 02 Nov, 2017 2 commits
  11. 18 Oct, 2017 1 commit
  12. 11 Oct, 2017 1 commit
  13. 14 Sep, 2017 2 commits
  14. 22 Aug, 2017 2 commits
  15. 21 Aug, 2017 1 commit
  16. 18 Aug, 2017 3 commits
  17. 17 Aug, 2017 2 commits
  18. 16 Aug, 2017 3 commits
  19. 04 Aug, 2017 2 commits
    • Jie Luo's avatar
      PY26 tests compatibility · f5817b30
      Jie Luo authored
      1, Some tests in reflection_test PY26 raise TypeError but other versions raise ValueError for convert negative long to unsigned
      2, Change compare exception type to compare exception str for testDuplicateExtensionNumber. Original code raise 'Double registration of Extensions' is not an instance of (<type 'exceptions.AssertionError'>, <type 'exceptions.ValueError'>) for PY26 cpp implementation
      
      t
      f5817b30
    • Jie Luo's avatar
  20. 25 Jul, 2017 1 commit
  21. 24 Jul, 2017 3 commits
  22. 19 Jul, 2017 2 commits