Skip to content
Snippets Groups Projects
  1. Aug 31, 2016
  2. Aug 29, 2016
  3. Aug 23, 2016
  4. Aug 22, 2016
  5. Aug 20, 2016
  6. Aug 18, 2016
  7. Aug 16, 2016
  8. Aug 15, 2016
  9. Aug 11, 2016
  10. Aug 09, 2016
  11. Aug 05, 2016
  12. Aug 03, 2016
  13. Jul 29, 2016
  14. Jul 25, 2016
  15. Jul 22, 2016
    • Masood Malekghassemi's avatar
      Be more intelligent about Cython in grpcio · fd9cc106
      Masood Malekghassemi authored
      Before, Cython would *need* to be imported immediately if generated
      files did not already exist. Now, missing generated files will trigger a
      `setup_requires` inclusion of Cython and defer cythonization until
      extension build-time. If cythonization was specified via environment
      variable and setup could not find Cython, the extensions are poisoned
      instead of blocking non-extension commands from running.
      fd9cc106
  16. Jul 21, 2016
  17. Jul 19, 2016
  18. Jul 18, 2016
    • Ken Payson's avatar
      Polish grpcio_health_checking package · dd24c1ec
      Ken Payson authored
      -Rename namespace to grpc_health->grpc to match spec
      -Proper use of NOT_FOUND status code
      -Improve testing
      -Add source distribution to artifact build
      dd24c1ec
  19. Jul 16, 2016
  20. Jul 14, 2016
  21. Jul 13, 2016
  22. Jul 12, 2016
Loading