1. 17 Jul, 2017 1 commit
  2. 10 Oct, 2016 1 commit
  3. 07 Oct, 2016 1 commit
  4. 02 Mar, 2016 2 commits
  5. 12 Jan, 2016 1 commit
  6. 29 Dec, 2015 1 commit
    • Feng Xiao's avatar
      Require six>=1.9 for Python. · 283c40c8
      Feng Xiao authored
      We use six sub-modules that aren't available in old versions. Not specifying
      this requirement in the setup will lead to much less readable runtime errors.
      It's particuarlly problematic for Mac OSX users because the system comes with
      an old six version 1.4.1 by default.
      
      [skip ci]
      283c40c8
  7. 21 Dec, 2015 1 commit
  8. 02 Dec, 2015 1 commit
  9. 29 Oct, 2015 3 commits
  10. 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
  11. 06 Oct, 2015 1 commit
  12. 05 Oct, 2015 1 commit
  13. 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
  14. 22 Aug, 2015 1 commit
  15. 21 Aug, 2015 2 commits
  16. 20 Aug, 2015 3 commits
  17. 16 Aug, 2015 1 commit
  18. 15 Aug, 2015 2 commits
  19. 13 Aug, 2015 1 commit
  20. 13 Jan, 2015 1 commit