1. 07 Jun, 2016 1 commit
  2. 06 Jun, 2016 1 commit
  3. 03 Jun, 2016 3 commits
  4. 17 May, 2016 1 commit
  5. 10 May, 2016 1 commit
  6. 05 May, 2016 2 commits
  7. 28 Apr, 2016 1 commit
  8. 31 Mar, 2016 4 commits
  9. 30 Mar, 2016 1 commit
  10. 07 Mar, 2016 1 commit
  11. 19 Feb, 2016 1 commit
  12. 16 Feb, 2016 1 commit
  13. 30 Jan, 2016 1 commit
  14. 16 Jan, 2016 1 commit
  15. 31 Dec, 2015 1 commit
  16. 28 Dec, 2015 1 commit
  17. 21 Dec, 2015 2 commits
  18. 12 Dec, 2015 1 commit
  19. 09 Dec, 2015 1 commit
  20. 07 Dec, 2015 2 commits
  21. 29 Oct, 2015 2 commits
  22. 19 Oct, 2015 1 commit
    • Jie Luo's avatar
      fix json_format for python2.6: · 2850a982
      Jie Luo authored
      1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6
      2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
      2850a982
  23. 06 Oct, 2015 1 commit
  24. 05 Oct, 2015 3 commits
  25. 31 Aug, 2015 1 commit
    • Dan O'Reilly's avatar
      Fix Python 3.4 cpp implementation · d9598ca5
      Dan O'Reilly authored
      Fixes the ScalarMapContainer/MessageMapContainer implementations on
      Python 3.4, by dynamically allocating their PyTypeObjects using
      PyType_FromSpecWithBases, instead of statically allocating them. This is
      necessary because Python 3.4+ disallows statically allocating a class
      with a dynamically allocated parent.
      Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
      d9598ca5
  26. 29 Aug, 2015 1 commit
  27. 28 Aug, 2015 1 commit
  28. 27 Aug, 2015 1 commit
  29. 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