1. 2010985 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  2. 69b7231 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  3. 8fd84cf Update python reflection tests to cover the higher level API by Mehrdad Afshari · 7 years ago
  4. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  5. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  6. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  7. 8f7bc54 Reconnect disconnected channels automatically by Ken Payson · 7 years ago
  8. 6b7f893 Merge pull request #11087 from kpayson64/update_python_auth by kpayson64 · 7 years ago
  9. 937d96d Update Python interop tests to use google-auth package by Ken Payson · 7 years ago
  10. 3ca8134 Expose Auth Context in Python by Ken Payson · 7 years ago
  11. 03876f6 Fix http2_interop test for c++ and python by yang-g · 8 years ago
  12. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 8 years ago
  13. 0273594 Add pylint comment to justify unused import by Mehrdad Afshari · 8 years ago
  14. 626efa6 Temporarily disable testFileContainingExtension by Mehrdad Afshari · 8 years ago
  15. 03d9500 Test all_extension_numbers_of_type by Mehrdad Afshari · 8 years ago
  16. a0cbe8c Fix and un-skip testFileContainingExtension by Mehrdad Afshari · 8 years ago
  17. 4967344 Merge pull request #10212 from nathanielmanistaatgoogle/update-tests by Nathaniel Manista · 8 years ago
  18. bb7484c Update tests to current gRPC code elements by Nathaniel Manista · 8 years ago
  19. 39a5932 Add max_requests argument to server by Ken Payson · 8 years ago
  20. 488d419 Update health to current gRPC code elements by Nathaniel Manista · 8 years ago
  21. fe6bc69 Skip split_definitions_test if PyPy by Siddharth Shukla · 8 years ago
  22. 0093d66 Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dream by Noah Eisen · 8 years ago
  23. 07ad1b9 Merge pull request #9938 from kpayson64/increase_epsilon by kpayson64 · 8 years ago
  24. 47d7a08 Increase epsilon in thread cleanup test by kpayson64 · 8 years ago
  25. da22274 Add sleep(1) to Python negative http2 client by Noah Eisen · 8 years ago
  26. fc39593 Add missing unittest.main call by Nathaniel Manista · 8 years ago
  27. 63852c9 Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x by Michael Lumish · 8 years ago
  28. 69c0437 Merge pull request #9634 from pmarks-net/master by Paul Marks · 8 years ago
  29. dfa88e9 Merge pull request #9672 from kpayson64/v1_1_x_cherrypick by kpayson64 · 8 years ago
  30. 6193f23 Use unique namespace for each python protoc test by Ken Payson · 8 years ago
  31. dbf571e Use unique namespace for each python protoc test by Ken Payson · 8 years ago
  32. 3a5bba0 Connect to "localhost" from interop clients. by Paul Marks · 8 years ago
  33. 9e61e08 User-Agent "Python-gRPC-" → "grpc-python/" by Nathaniel Manista · 8 years ago
  34. 0f5e3a8 Ran Yapf code, pinned version by Ken Payson · 8 years ago
  35. 2fa5f2f Re-run yapf code, and pin version by Ken Payson · 8 years ago
  36. ba7c059 Run yapf_code on v1.1.x by murgatroid99 · 8 years ago
  37. 4a1fa69 ran yapf by David Garcia Quintas · 8 years ago
  38. c9cf96d Merge pull request #9127 from soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right by Masood Malekghassemi · 8 years ago
  39. 6b890d1 Run yapf over Python code by Masood Malekghassemi · 8 years ago
  40. f621a0f Merge pull request #9422 from soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries by Masood Malekghassemi · 8 years ago
  41. c84725f Merge pull request #9420 from nathanielmanistaatgoogle/time_remaining by Nathaniel Manista · 8 years ago
  42. a66dad5 Add __richcmp__ to cygrpc.Timespec by Masood Malekghassemi · 8 years ago
  43. 7d561a6 Fix grpc._server._Context.time_remaining by Nathaniel Manista · 8 years ago
  44. af2c01e Expect INTERNAL in Python negative interop client by ncteisen · 8 years ago
  45. 5aa2bcf Pass an iterator rather than an iterable by Nathaniel Manista · 8 years ago
  46. cc79370 Run Python formatting by Masood Malekghassemi · 8 years ago
  47. d70c8bb Implement wait-for-ready behavior in Python stress and qps client by ncteisen · 8 years ago
  48. c6a0606 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  49. 2fab0e7 Rename interop-as-a-unit-test "intraop" by Nathaniel Manista · 8 years ago
  50. 48226a2 Add _invocation_defects_test.InvocationDefectsTest by siddharthshukla · 8 years ago
  51. dd52a31 Replace Python unit test iterables by iterators by siddharthshukla · 8 years ago
  52. ab8fb5b Merge pull request #9156 from nathanielmanistaatgoogle/Exception.message by Nathaniel Manista · 8 years ago
  53. f29de26 Merge pull request #9145 from nathanielmanistaatgoogle/v1.0.x-upmerge by Nicolas Noble · 8 years ago
  54. 02a7d42 Add python client to test negative http2 conditions by ncteisen · 8 years ago
  55. c336268 Fix invalid tests.json by siddharthshukla · 8 years ago
  56. 6aedd44 Drop use of Exception.message in metadata test by Nathaniel Manista · 8 years ago
  57. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  58. 3fa20cf Merge pull request #8995 from ncteisen/python_call_batch by Noah Eisen · 8 years ago
  59. 61b8c89 Add check on return value from start_client_batch by ncteisen · 8 years ago
  60. 665ec81 Merge pull request #9006 from kpayson64/revert_bizarre_api by kpayson64 · 8 years ago
  61. d0e336a Merge pull request #9045 from nathanielmanistaatgoogle/interop-fixes-v1.0.x by Nathaniel Manista · 8 years ago
  62. d0966d0 Merge pull request #9080 from nathanielmanistaatgoogle/channel_ready_future_tests-v1.0.x by Nathaniel Manista · 8 years ago
  63. 1de3914 Style fix: pass keyword arguments by keyword by Nathaniel Manista · 8 years ago
  64. 9176492 Use LONG_TIMEOUT for calls that do not time out by Nathaniel Manista · 8 years ago
  65. 7ba3527 Un-namespace Python packages by Masood Malekghassemi · 8 years ago
  66. fb261bf Un-namespace Python packages by Masood Malekghassemi · 8 years ago
  67. e1fd78f Drop unnecessary sleep in interop test by Nathaniel Manista · 8 years ago
  68. 8b223e2 Correct Python cancel_after_begin interop test by Nathaniel Manista · 8 years ago
  69. 65feb6a Add ServiceRpcHandler to exported names by Ken Payson · 8 years ago
  70. 83decd6 Revert "Add configurable exit grace periods and shutdown handlers" by Ken Payson · 8 years ago
  71. 53360f2 Backport Python features to 1.0.x by Masood Malekghassemi · 8 years ago
  72. 4d7b0e1 Merge pull request #8920 from soltanmm-google/fracking-is-not-inherently-horrible-it-just-does-not-have-enough-oversight by Masood Malekghassemi · 8 years ago
  73. 561dce4 Switch to command-arg for Python split-codegen by Masood Malekghassemi · 8 years ago
  74. 3045a37 Add configurable exit grace periods and shutdown handlers by Ken Payson · 8 years ago
  75. 24804d2 Add new flags to Python stress client by Noah Eisen · 8 years ago
  76. 91f24b9 Add default arguments to python interop client by Noah Eisen · 8 years ago
  77. d6ddb0e Explicitly stop the server on tear-down by Masood Malekghassemi · 8 years ago
  78. d953959 Enable split code generation by Masood Malekghassemi · 8 years ago
  79. 81cdf1e Fix Python tests' module loading behavior by Masood Malekghassemi · 8 years ago
  80. a12e6d8 Merge pull request #8367 from soltanmm-google/blurb by Masood Malekghassemi · 8 years ago
  81. 9785c8f Implement the advanced interop tests for Python by Noah Eisen · 8 years ago
  82. aff6936 Partially implement gRPC Python server reflection by Masood Malekghassemi · 8 years ago
  83. 667301a Change channel tests to use public API by Ken Payson · 8 years ago
  84. 58c0f96 Allow pointer channel args python by Ken Payson · 8 years ago
  85. 63d8af2 Add parameter for server options by Ken Payson · 8 years ago
  86. b50eea8 Merge pull request #7831 from thunderboltsid/remove-skipif-pypy by Nicolas Noble · 8 years ago
  87. 82c01e5 remove skipIf from TypeSmokeTest (issue 7672) by siddharthshukla · 8 years ago
  88. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  89. 8aff34f Merge pull request #7668 from thunderboltsid/skip-test-for-pypy by kpayson64 · 8 years ago
  90. 5450f05 Migrate distrib, interop, and stress to GA API by Nathaniel Manista · 8 years ago
  91. f0f58e6 skip test run if running with pypy by siddharthshukla · 8 years ago
  92. de84d56 Fix the ThreadPoolExecutor: max_workers can't be 0 by siddharthshukla · 8 years ago
  93. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  94. 8d3e9ec Fix cygrpc test by Ken Payson · 8 years ago
  95. 413d302 Merge pull request #7374 from kpayson64/python_health_check_rename by kpayson64 · 8 years ago
  96. e39edac Fixed name syntax error by Ken Payson · 8 years ago
  97. dd24c1e Polish grpcio_health_checking package by Ken Payson · 8 years ago
  98. 4216437 Merge pull request #7225 from nathanielmanistaatgoogle/_rpc_test by kpayson64 · 8 years ago
  99. 8440111 Skip exit_test until flake is fixed by Ken Payson · 8 years ago
  100. 377427a Merge pull request #7357 from grpc/v1.0.x by Jorge Canizales · 8 years ago