1. 14 Sep, 2015 1 commit
  2. 10 Sep, 2015 2 commits
  3. 09 Sep, 2015 3 commits
  4. 08 Sep, 2015 2 commits
  5. 05 Sep, 2015 1 commit
  6. 04 Sep, 2015 6 commits
  7. 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
  8. 29 Aug, 2015 3 commits
  9. 28 Aug, 2015 10 commits
  10. 27 Aug, 2015 11 commits