1. 29 Jun, 2016 1 commit
  2. 17 May, 2016 1 commit
  3. 01 Apr, 2016 1 commit
  4. 31 Mar, 2016 1 commit
  5. 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
  6. 19 Feb, 2016 1 commit
  7. 12 Jan, 2016 1 commit
  8. 31 Dec, 2015 1 commit
  9. 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
  10. 28 Dec, 2015 1 commit
  11. 12 Dec, 2015 1 commit
  12. 03 Dec, 2015 1 commit
  13. 02 Dec, 2015 1 commit
  14. 29 Oct, 2015 3 commits
  15. 06 Oct, 2015 2 commits
  16. 05 Oct, 2015 1 commit
  17. 21 Aug, 2015 2 commits
  18. 20 Aug, 2015 3 commits
  19. 15 Aug, 2015 1 commit
  20. 13 Aug, 2015 1 commit
  21. 26 May, 2015 1 commit
    • Feng Xiao's avatar
      Replace the check of "../.git" · 8e142680
      Feng Xiao authored
      Checking the existence of ".git" is not the right way to check whether we
      are in develop environment because we distribute source tar-balls where
      such a ".git" directory does not exist. Replaced it with checking .proto
      files.
      8e142680
  22. 22 May, 2015 1 commit
  23. 15 May, 2015 2 commits
  24. 07 May, 2015 1 commit
  25. 06 May, 2015 2 commits
  26. 28 Apr, 2015 1 commit
  27. 10 Apr, 2015 2 commits
  28. 08 Apr, 2015 1 commit
  29. 25 Mar, 2015 1 commit
  30. 24 Mar, 2015 1 commit
  31. 05 Mar, 2015 1 commit