Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 01, 2016
  3. Jun 18, 2016
  4. 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
  5. Apr 26, 2016
  6. Mar 31, 2016
  7. Mar 09, 2016
  8. Mar 08, 2016
  9. Mar 07, 2016
  10. Feb 23, 2016
  11. Feb 13, 2016
  12. Feb 12, 2016
  13. Feb 11, 2016
  14. Feb 08, 2016
  15. Feb 05, 2016
  16. Feb 04, 2016
  17. Feb 02, 2016
  18. Jan 30, 2016
  19. Jan 28, 2016
  20. Jan 27, 2016
  21. Jan 26, 2016
  22. Jan 23, 2016
  23. Jan 22, 2016
  24. Jan 14, 2016
  25. Jan 12, 2016
  26. Jan 11, 2016
  27. Jan 07, 2016
  28. 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
  29. Sep 10, 2015
    • Masood Malekghassemi's avatar
      Fix Python docgen · 38fc0bb3
      Masood Malekghassemi authored
      The old package directory handling was stale in grpcio's setup.py
      command support module and docgen had a typo.
      38fc0bb3
  30. Aug 06, 2015
  31. Jul 31, 2015
  32. Jul 29, 2015
Loading