1. d953959 Enable split code generation by Masood Malekghassemi · 8 years ago
  2. 81cdf1e Fix Python tests' module loading behavior by Masood Malekghassemi · 8 years ago
  3. a12e6d8 Merge pull request #8367 from soltanmm-google/blurb by Masood Malekghassemi · 8 years ago
  4. 9785c8f Implement the advanced interop tests for Python by Noah Eisen · 8 years ago
  5. aff6936 Partially implement gRPC Python server reflection by Masood Malekghassemi · 8 years ago
  6. 667301a Change channel tests to use public API by Ken Payson · 8 years ago
  7. 58c0f96 Allow pointer channel args python by Ken Payson · 8 years ago
  8. 63d8af2 Add parameter for server options by Ken Payson · 8 years ago
  9. 74c92f6 Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  10. b50eea8 Merge pull request #7831 from thunderboltsid/remove-skipif-pypy by Nicolas Noble · 8 years ago
  11. cdbe6b3 Merge branch 'v1.0.x' into upmerge-from-v1.0.x by Nicolas "Pixel" Noble · 8 years ago
  12. 82c01e5 remove skipIf from TypeSmokeTest (issue 7672) by siddharthshukla · 8 years ago
  13. f24a405 Remove unused imports in grpcio-tests by Masood Malekghassemi · 8 years ago
  14. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  15. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  16. 90e4bd5 Merge pull request #7745 from nicolasnoble/no-more-pre by Nicolas Noble · 8 years ago
  17. 8348973 Use templates for python version dependencies by Ken Payson · 8 years ago
  18. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  19. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  20. 8aff34f Merge pull request #7668 from thunderboltsid/skip-test-for-pypy by kpayson64 · 8 years ago
  21. e3ce8bd Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress-ga-api by kpayson64 · 8 years ago
  22. 7f074e0 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  23. 5450f05 Migrate distrib, interop, and stress to GA API by Nathaniel Manista · 8 years ago
  24. f0f58e6 skip test run if running with pypy by siddharthshukla · 8 years ago
  25. de84d56 Fix the ThreadPoolExecutor: max_workers can't be 0 by siddharthshukla · 8 years ago
  26. e5fd01a Bump python protobuf dependency to 3.0.0 by Ken Payson · 8 years ago
  27. 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
  28. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  29. 8d3e9ec Fix cygrpc test by Ken Payson · 8 years ago
  30. 413d302 Merge pull request #7374 from kpayson64/python_health_check_rename by kpayson64 · 8 years ago
  31. e39edac Fixed name syntax error by Ken Payson · 8 years ago
  32. dd24c1e Polish grpcio_health_checking package by Ken Payson · 8 years ago
  33. 4216437 Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test by kpayson64 · 8 years ago
  34. 8440111 Skip exit_test until flake is fixed by Ken Payson · 8 years ago
  35. 377427a Merge pull request #7357 from grpc/v1.0.x by Jorge Canizales · 8 years ago
  36. cc06b91 Change sequence of client/server events by Ken Payson · 8 years ago
  37. 4d42552 Remove early adopter code by Ken Payson · 8 years ago
  38. 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  39. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  40. 5086f43 Merge pull request #7322 from kpayson64/py_status_code_message by kpayson64 · 8 years ago
  41. 1af18ae Merge pull request #7315 from kpayson64/fix_exit_test by kpayson64 · 8 years ago
  42. b5b6f93 Updated python qps tests to use GA server API by Ken Payson · 8 years ago
  43. 1ab04e6 Add more assertions to _rpc_test by Nathaniel Manista · 8 years ago
  44. 16e7f58 Updated exit_test for new grpc.Server API by Ken Payson · 8 years ago
  45. 9adeaff Implemented python status_code_and_message interop test by Ken Payson · 8 years ago
  46. 340d396 Merge pull request #7160 from nathanielmanistaatgoogle/handlers-optional by kpayson64 · 8 years ago
  47. 8444f2f Merge pull request #7195 from soltanmm/winfix by kpayson64 · 8 years ago
  48. acb0207 Merge pull request #7272 from nathanielmanistaatgoogle/rendezvous-exception by kpayson64 · 8 years ago
  49. 32d3fbe Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials by kpayson64 · 8 years ago
  50. 3a9e6d9 Fix interop tests on Windows by Masood Malekghassemi · 8 years ago
  51. cab9d4f Make Python tests run on Windows by Masood Malekghassemi · 8 years ago
  52. 4e19d66 Merge pull request #7260 from kpayson64/ga_performance_tests by kpayson64 · 8 years ago
  53. af26ce6 Remove unnecessary fcntl module import by Masood Malekghassemi · 8 years ago
  54. ea1b16f Removed cython client-side call tracking by Ken Payson · 8 years ago
  55. 4dd9ca9 Fix _Rendezvous.exception for successful calls by Nathaniel Manista · 8 years ago
  56. 22869a0 Composition of arbitrarily many CallCredentials by Nathaniel Manista · 8 years ago
  57. a6b2a5a Make handlers optional at server construction by Nathaniel Manista · 8 years ago
  58. 45c0f2b Migrated python performance tests to use GA API by Ken Payson · 8 years ago
  59. 4763678 Regenerate project files by Masood Malekghassemi · 8 years ago
  60. 1ff429d Organize Python tests to use grpcio-tools directly by Masood Malekghassemi · 8 years ago