Skip to content
Snippets Groups Projects
  1. Aug 03, 2016
  2. Jul 19, 2016
  3. Jul 18, 2016
  4. Jul 16, 2016
  5. Jul 14, 2016
  6. Jul 08, 2016
  7. Jul 01, 2016
  8. Jun 29, 2016
  9. Jun 23, 2016
  10. Jun 14, 2016
    • Masood Malekghassemi's avatar
      Fix namespace package usage · bb394881
      Masood Malekghassemi authored
      Turns out that Python namespace packages may be asymmetrical. The contents of a
      particular package that was installed first (here grpcio) appears to retain its
      contents in the installation directory when all other distributions declare
      that package as a namespace package (here grpcio-tools).
      bb394881
  11. Jun 10, 2016
    • Ken Payson's avatar
      Initial Python3 support · 1efb6017
      Ken Payson authored
      Notable Changes:
        -Convert all str types to byte types at cython layer (ascii encoding)
        -Use six for packages that have different names in Python2/Python3
        -By default, unit tests are compiled/run in Python2.7 and Python3.4
        -Ensure MACOSX_BUILD_TARGET is at least 10.7
      1efb6017
  12. Jun 08, 2016
  13. Jun 07, 2016
    • Masood Malekghassemi's avatar
      Use Python namespace packages · d4b4009c
      Masood Malekghassemi authored
      Before, namespace packages would break in auditwheel due to a
      superfluous check (fixed in the commit referenced in the Dockerfiles).
      Now, the auditwheel used in the manylinux1-support Docker images can
      handle namespace packages, and we may thus use them. This should
      alleviate future user pain w.r.t. installation of grpcio-tools causing
      loss of grpcio files and vice versa (e.g. requiring a reinstall of
      grpcio following installation of grpcio-tools).
      d4b4009c
  14. May 06, 2016
  15. May 05, 2016
  16. Mar 31, 2016
  17. Mar 18, 2016
  18. Mar 10, 2016
  19. Mar 07, 2016
  20. Feb 23, 2016
  21. Feb 19, 2016
  22. Feb 13, 2016
  23. Feb 12, 2016
  24. Feb 11, 2016
  25. Feb 09, 2016
  26. Feb 08, 2016
  27. Feb 06, 2016
  28. Feb 05, 2016
  29. Feb 04, 2016
Loading