aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
Commit message (Collapse)AuthorAge
* Merge pull request #15113 from mehrdada/pylint-tests-1Gravatar Mehrdad Afshari2018-04-19
|\ | | | | Eliminate some of the more esoteric pylint suppressions for tests
* \ Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2Gravatar Mehrdad Afshari2018-04-19
|\ \ | | | | | | Bump protobuf submodule to 3.5.2
| | * Eliminate broad-except suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate bare-except suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate old-style-class suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate wildcard-import suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate function-redefined suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate unnecessary-lambda suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate undefined-variable suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate non-iterator-returned suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate undefined-loop-variable suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate raising-bad-type suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate unreachable suppressionGravatar Mehrdad Afshari2018-04-19
| | |
| | * Eliminate bad-continuation suppressionGravatar Mehrdad Afshari2018-04-19
| |/ |/|
| * Bump protobuf runtime dependency versionsGravatar Mehrdad Afshari2018-04-19
| |
* | Break out qps services into seperate protosGravatar kpayson642018-04-18
|/
* Fix a use of nonexistent .received_cancelledGravatar Nathaniel Manista2018-04-17
| | | | | | .received_cancelled was changed to .cancelled() in 81edf5ff9af2d90813773acb9c2793e1a4cd1057; this change should have been a part of that change.
* Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|
* Removing setsockopt completely actually.Gravatar Nicolas "Pixel" Noble2018-04-04
|
* Taking care of gevent.Gravatar Nicolas "Pixel" Noble2018-04-04
|
* Fix gevent test flakesGravatar kpayson642018-04-02
|
* Merge pull request #14615 from dgquintas/authority_headerGravatar David G. Quintas2018-03-28
|\ | | | | Secure channels: use the right authority
* \ Merge pull request #14561 from kpayson64/gevent_2Gravatar kpayson642018-03-28
|\ \ | | | | | | Initial Gevent Compatibility
| * | Initial gevent supportGravatar kpayson642018-03-27
| | | | | | | | | | | | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code.
| * | Explicitly stop servers in unit tests.Gravatar kpayson642018-03-27
| | | | | | | | | | | | Relying on garbage collection to stop servers breaks with gevent.
| | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-27
| | |\ | |_|/ |/| |
| | * more commentsGravatar David Garcia Quintas2018-03-27
| | |
| | * rest of pr commentsGravatar David Garcia Quintas2018-03-26
| | |
* | | Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
|\ \ \ | | | | | | | | Add address sorting submodule for use in c-ares wrapper
| | | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-23
| | | |\ | |_|_|/ |/| | |
| | | * Factor out grpc_add_default_authority_if_not_presentGravatar David Garcia Quintas2018-03-23
| | | |
* | | | Release the GIL when calling grpc_call_start_batch.Gravatar Feng Li2018-03-23
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #14765 from grpc/revert-14687-early-okGravatar Noah Eisen2018-03-21
|\ \ \ \ | | | | | | | | | | Revert "Verify early OK behavior"
| | | | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
|\ \ \ \ \ | |_|_|/ / |/| | | | [Fix Forward]: Channel Tracing Implementation; Part 1
| | | | * Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
| |_|/ / |/| | |
| | * | Revert "Verify early OK behavior"Gravatar Noah Eisen2018-03-20
| | | |
* | | | regenerate projectsGravatar Ruslan Nigmatullin2018-03-20
| | | |
* | | | [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
| |/ / |/| |
| * | Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
|/ / | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
* | Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
|\ \
| | * moved filter to extGravatar David Garcia Quintas2018-03-15
| | |
| * | Merge pull request #14657 from ghostwriternr/reflection-readmeGravatar kpayson642018-03-15
| |\ \ | | | | | | | | Create README for gRPC Python reflection package
| * | | Remove _face_interface_testGravatar Nathaniel Manista2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Beta API has an execution date and RPC Framework is but a distant memory. This test is flaky with Python 3.5 on Windows! Some mysteries will just have to remain unsolved...
| * | | Merge pull request #14687 from nathanielmanistaatgoogle/early-okGravatar Nathaniel Manista2018-03-13
| |\ \ \ | | | | | | | | | | Verify early OK behavior.
| | * | | Verify early OK behaviorGravatar Nathaniel Manista2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like early OK support was implemented in https://github.com/grpc/grpc/pull/14080 but https://github.com/grpc/grpc/issues/7032 was not marked fixed at the time. Good thing it was just an idea on our Google Summer of Code ideas page...
| | | * | Create README for gRPC Python reflection packageGravatar Naresh2018-03-13
| | |/ / | | | | | | | | | | | | | | | | | | | | Currently, `warning: sdist: standard file not found` warning is always printed when creating source distribution for gRPC python reflection package. This should stop that.