1. 33e5c0d Replace is by == for a status comparison by Paul Petit · 6 years ago
  2. 5a664d7 check if channel is closed before starting core ops by Eric Gribkoff · 6 years ago
  3. 4725386 Merge pull request #15993 from ghostwriternr/python_bazel_2 by Nathaniel Manista · 6 years ago
  4. f61e161 Add op index support for custom hooks by Mehrdad Afshari · 6 years ago
  5. 848fd9d Minimal Bazel BUILD files for grpcio Python by Naresh · 6 years ago
  6. c666aa6 Add low-level Cython debug/expansion hooks by Mehrdad Afshari · 6 years ago
  7. 603b82c Add a matching _unwrap_grpc_arg by Mehrdad Afshari · 6 years ago
  8. fbfebd8 Add Cython functionality to directly wrap grpc_arg by Mehrdad Afshari · 6 years ago
  9. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  10. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  11. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  12. a5530e9 Specify thread-safety of grpc-created channels by Nathaniel Manista · 6 years ago
  13. b291f18 Refactor: reorder by Mehrdad Afshari · 6 years ago
  14. 56142a5 Refactor: avoid calling with_call API by Mehrdad Afshari · 6 years ago
  15. a33b807 Re-raise grpc.RpcError instead of eating it by Mehrdad Afshari · 6 years ago
  16. e9cbad5 Refactor: rename _LocalFailure to _FailureOutcome by Mehrdad Afshari · 7 years ago
  17. e2ebd89 Optimize blocking intercepted stream-unary calls by Mehrdad Afshari · 7 years ago
  18. 3291979 Optimize blocking intercepted unary-unary calls by Mehrdad Afshari · 7 years ago
  19. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  20. 759eb90 Merge pull request #15707 from ghostwriternr/fix-cython-file-endings by Nathaniel Manista · 6 years ago
  21. b436d56 Merge pull request #15689 from nathanielmanistaatgoogle/generic-rpc-handler-validation by Nathaniel Manista · 6 years ago
  22. 435c6f8 Update grpc_gevent cython files to include .pxi by Naresh · 6 years ago
  23. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  24. 92a0635 Merge pull request #15682 from mehrdada/bump-pylint by Mehrdad Afshari · 6 years ago
  25. 369d827 Check conformance to grpc.GenericRpcHandler type by Nathaniel Manista · 6 years ago
  26. 8872a31 Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru by Nathaniel Manista · 6 years ago
  27. d6547ea Change exception type to AssertError by Mehrdad Afshari · 6 years ago
  28. f07f6c9 Remove comment that is no longer relevant by Mehrdad Afshari · 6 years ago
  29. ebb1767 Implement abstract methods _LocalFailure inherits by Mehrdad Afshari · 6 years ago
  30. a99945d Fix arguments-differ pylint warning by Mehrdad Afshari · 6 years ago
  31. 4b7223d Remove unnecessary pylint suppressions by Mehrdad Afshari · 6 years ago
  32. 0aaeedc Fix inconsistent-return-statements pylint warnings by Mehrdad Afshari · 6 years ago
  33. c48acb8 Fix code to pass len-as-condition pylint test by Mehrdad Afshari · 6 years ago
  34. 06e1683 Merge pull request #14557 from ghostwriternr/py-custom-logger by Nathaniel Manista · 6 years ago
  35. fd4c5dd TLS session resumption support for Python clients by Santosh Ananthakrishnan · 7 years ago
  36. b441dbb Merge pull request #15666 from nathanielmanistaatgoogle/15662 by Nathaniel Manista · 6 years ago
  37. 9c86b20 Retain references to channel arguments by Nathaniel Manista · 6 years ago
  38. f423280 Merge pull request #15607 from kpayson64/upmerge_changes by kpayson64 · 6 years ago
  39. b26b2af Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes by kpayson64 · 6 years ago
  40. 0647b03 Use gevent greenlets for metadata callbacks by kpayson64 · 6 years ago
  41. 38689e6 Python: wordsmith documentation on Server.stop() by Augie Fackler · 6 years ago
  42. 2e113ca Update logging in Python to use module-level logger by Naresh · 7 years ago
  43. 0b8b9a0 Surfaces debug_error_string to Python API by Noah Eisen · 7 years ago
  44. 4ecc5d8 Regenerate projects by Mehrdad Afshari · 6 years ago
  45. 6d6c780 Merge remote-tracking branch 'upstream/master' into remove_cleanup_thread by kpayson64 · 6 years ago
  46. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  47. e388cdf Regenerate projects by Mehrdad Afshari · 6 years ago
  48. bccd32d Add grpc.Channel.close by Nathaniel Manista · 6 years ago
  49. ca7ba4d Keep Core memory inside cygrpc.Channel objects by Nathaniel Manista · 6 years ago
  50. a0bc0ac Remove CleanupThread by kpayson64 · 6 years ago
  51. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  52. 7d6d2e8 Removing setsockopt completely actually. by Nicolas "Pixel" Noble · 7 years ago
  53. 5426183 Taking care of gevent. by Nicolas "Pixel" Noble · 7 years ago
  54. c394965 Merge pull request #14561 from kpayson64/gevent_2 by kpayson64 · 7 years ago
  55. 1bfff8e Initial gevent support by kpayson64 · 7 years ago
  56. 7b2f5775 Release the GIL when calling grpc_call_start_batch. by Feng Li · 7 years ago
  57. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 7 years ago
  58. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  59. a75712a Remove Python background poller thread by Ken Payson · 7 years ago
  60. db04c18 Clarify add_done_callback works on both success and failure by Mehrdad Afshari · 7 years ago
  61. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 7 years ago
  62. 16316a9 Merge pull request #14107 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  63. c73758a Elide cygrpc.ChannelArg and cygrpc.ChannelArgs by Nathaniel Manista · 7 years ago
  64. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  65. 6615ef5 Relax call details interface from interceptor by Mehrdad Afshari · 7 years ago
  66. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  67. 19b4fea Update surface API in cython pxi by Muxi Yan · 7 years ago
  68. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  69. f2a33b0 Reformat Python docstrings by Mehrdad Afshari · 7 years ago
  70. e1e562e Merge pull request #13965 from evanj/python-abort-fix by kpayson64 · 7 years ago
  71. 145b199 python: Context.abort should fail RPC even for StatusCode.OK by Evan Jones · 7 years ago
  72. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  73. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  74. e1d592a Merge pull request #13891 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  75. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  76. 7b9c023 Reform cygrpc.OperationTag and cygrpc.Event by Nathaniel Manista · 7 years ago
  77. 6c9a0a1 Bump version to 1.8.3 by Mehrdad Afshari · 7 years ago
  78. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  79. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  80. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  81. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  82. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  83. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  84. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  85. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  86. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  87. 108500f Add gRPC Python client-side interceptor machinery by Mehrdad Afshari · 7 years ago
  88. 68e1978 Add gRPC Python service-side interceptor machinery by Mehrdad Afshari · 7 years ago
  89. c870ce5 More message compression level clean-up by Muxi Yan · 7 years ago
  90. c5ba665 Merge remote-tracking branch 'origin/v1.8.x' by Mehrdad Afshari · 7 years ago
  91. 9bc44e3 Introduce ServicerContext.abort to abort an RPC by Mehrdad Afshari · 7 years ago
  92. d14035c Merge pull request #13688 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  93. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  94. c5c1216 Elide cygrpc.Operations by Nathaniel Manista · 7 years ago
  95. 5cff6d3 Merge pull request #13672 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  96. 80516e8 Streamline metadata in gRPC Python by Nathaniel Manista · 7 years ago
  97. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  98. ae74a32 Fix Beta API metadata looseness by Nathaniel Manista · 7 years ago
  99. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  100. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago