1. 08 Mar, 2017 1 commit
  2. 08 Dec, 2016 2 commits
  3. 19 Nov, 2016 1 commit
    • Feng Xiao's avatar
      Restore jenkins files. · 78079325
      Feng Xiao authored
      The last up-integration from github to google3 was made at commit
      e28286fa but somehow the change in
      that commit is not actually in the up-integration CL and as a result
      that change was reverted by the down-integration. Restoring them
      should make the jenkins tests running again.
      78079325
  4. 18 Nov, 2016 1 commit
  5. 15 Nov, 2016 1 commit
  6. 27 Oct, 2016 1 commit
  7. 10 Oct, 2016 4 commits
  8. 04 Oct, 2016 1 commit
  9. 30 Sep, 2016 1 commit
  10. 24 Sep, 2016 1 commit
  11. 23 Sep, 2016 1 commit
  12. 21 Sep, 2016 1 commit
  13. 22 Jul, 2016 1 commit
  14. 14 Jul, 2016 2 commits
  15. 04 Mar, 2016 3 commits
  16. 02 Mar, 2016 8 commits
  17. 19 Feb, 2016 1 commit
  18. 21 Dec, 2015 1 commit
    • Feng Xiao's avatar
      Update version numbers. · aa7e17a6
      Feng Xiao authored
      Version number for beta languages is updated to v3.0.0-beta-2.
      Version number for alpha languages is updated to v3.0.0-alpha-5.
      aa7e17a6
  19. 26 Aug, 2015 1 commit
    • Feng Xiao's avatar
      Update version number. · ffe92151
      Feng Xiao authored
      Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
      languages are updated to v3.0.0-alpha-4.
      ffe92151
  20. 29 May, 2015 1 commit
  21. 23 May, 2015 1 commit
  22. 05 Mar, 2015 1 commit
  23. 04 Mar, 2015 1 commit
  24. 13 Jan, 2015 1 commit
    • Tres Seaver's avatar
      Prepare for Python2-Python3 straddle. · f336d4b7
      Tres Seaver authored
      - Remove PY25 cruft.
      
      - Selectively apply cleanups from 'python-modernize':
      
        - New exception syntax.
        - Use 'six' to handle module renames.
        - Use 'six' to handle text / binary stuff.
      
      This PR covers most of the work from #66 which falls inside `python`
      (rather than the Python code generation stuff in 'src').
      f336d4b7
  25. 14 Dec, 2014 1 commit
  26. 10 Oct, 2014 1 commit
    • Adal Chiriliuc's avatar
      Add __version__ · 374b9514
      Adal Chiriliuc authored
      Added __version__ attr to package so that scripts that check local
      packages to see if newer versions are available can work.
      
      Almost all Python packages have a version attr, and the vast majority of
      them name it "__version__"
      374b9514