1. 02 Sep, 2016 1 commit
  2. 03 Aug, 2016 1 commit
  3. 29 Jul, 2016 1 commit
  4. 25 Jul, 2016 1 commit
  5. 13 Jul, 2016 2 commits
  6. 03 Jul, 2016 1 commit
  7. 30 Jun, 2016 1 commit
  8. 29 Jun, 2016 1 commit
  9. 07 Jun, 2016 1 commit
  10. 06 Jun, 2016 1 commit
  11. 03 Jun, 2016 3 commits
  12. 17 May, 2016 2 commits
  13. 10 May, 2016 1 commit
  14. 05 May, 2016 2 commits
  15. 28 Apr, 2016 1 commit
  16. 01 Apr, 2016 1 commit
  17. 31 Mar, 2016 5 commits
  18. 30 Mar, 2016 1 commit
  19. 07 Mar, 2016 1 commit
  20. 05 Mar, 2016 1 commit
    • Craig Citro's avatar
      Add back the namespace_packages arg in setup.py. · 0e7c0c2f
      Craig Citro authored
      Improves #1296.
      
      The problem: in the previous patch, we tweaked the __init__.py files to use
      namespaces, but no longer declared ourselves as a namespace package. The
      second half was unwise.
      
      Note that this only comes up when installing protobuf alongside another
      package that also installs into the google namespace; as of right now, the
      only PyPI package that does is googleapis-common-protos, though the GAE SDK
      also uses google.appengine. Installing either or both of those alongside this
      package now works.
      
      The case that still remains is the upgrade path, which is also what worried me
      in #713. It seems that if protobuf 2.6.1 is installed, there's no way to
      safely upgrade that to work with a newer protobuf. However, `pip uninstall` &&
      `pip install` does the trick.
      0e7c0c2f
  21. 02 Mar, 2016 2 commits
  22. 19 Feb, 2016 1 commit
  23. 16 Feb, 2016 1 commit
  24. 30 Jan, 2016 1 commit
  25. 16 Jan, 2016 1 commit
  26. 12 Jan, 2016 1 commit
  27. 31 Dec, 2015 1 commit
  28. 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
  29. 28 Dec, 2015 1 commit
  30. 21 Dec, 2015 1 commit