Skip to content
Snippets Groups Projects
  1. Mar 08, 2017
  2. Aug 03, 2016
  3. Apr 07, 2016
  4. Feb 13, 2016
  5. Feb 11, 2016
  6. Feb 09, 2016
  7. Jan 07, 2016
  8. Dec 04, 2015
    • Masood Malekghassemi's avatar
      Make Python testing predictable again · 7566c9a8
      Masood Malekghassemi authored
      This reorganizes the Python code, scraps the current testing
      infrastructure, and implements a simple test discovery and run script
      based on the standard Python unittest library so we can trust that our
      tests are running.
      7566c9a8
  9. Oct 08, 2015
  10. Sep 11, 2015
  11. Sep 08, 2015
    • Nathaniel Manista's avatar
      Beta maintenance of Python dependencies · 3b0fefb2
      Nathaniel Manista authored
      (1) Move dependency on protobuf from grpcio to grpcio_test. While the
      most-commonly-foreseen use case of grpcio makes use of protobuf,
      technically protobuf is not strictly needed and there's no actual
      in-code relationship between grpcio and protobuf.
      
      (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3.
      
      (3) Update all references to 0.10.0* to 0.11.0.
      
      (4) Alphabetize the grpcio_test dependencies.
      3b0fefb2
  12. Jul 31, 2015
  13. Jul 11, 2015
  14. Jul 01, 2015
    • Masood Malekghassemi's avatar
      Cython refactor of Python C wrapping layer · 743c10cc
      Masood Malekghassemi authored
      Also set up environment-related details needed for a smooth Cython
      experience: have the test script avoid rebuilding all dependencies if the
      virtualenv directory already exists, have the PyPI distribution script
      distribute the Cython generated C code rather than the .pyx files.
      743c10cc
  15. Jun 04, 2015
  16. May 19, 2015
  17. Mar 02, 2015
Loading