Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 13, 2016
  3. Jul 12, 2016
  4. Jul 01, 2016
  5. Jun 18, 2016
  6. 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
  7. Apr 26, 2016
  8. Mar 31, 2016
  9. Mar 09, 2016
  10. Mar 08, 2016
  11. Mar 07, 2016
  12. Feb 23, 2016
  13. Feb 13, 2016
  14. Feb 12, 2016
  15. Feb 11, 2016
  16. Feb 08, 2016
  17. Feb 05, 2016
  18. Feb 04, 2016
  19. Feb 02, 2016
  20. Jan 30, 2016
  21. Jan 28, 2016
  22. Jan 27, 2016
  23. Jan 26, 2016
  24. Jan 23, 2016
  25. Jan 22, 2016
  26. Jan 14, 2016
  27. Jan 12, 2016
  28. Jan 11, 2016
  29. Jan 07, 2016
  30. 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
  31. 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
  32. Aug 06, 2015
Loading