aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/python
Commit message (Collapse)AuthorAge
* Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
* Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* yapf grpcio_testsGravatar ncteisen2017-12-11
|
* yapf-ize grpc_testingGravatar ncteisen2017-12-11
|
* yapf-ize grpcio_reflectionGravatar ncteisen2017-12-11
|
* yapf-ize grpcio_health_checkingGravatar ncteisen2017-12-11
|
* Yapf-ize grpcio/grpc_.pyGravatar ncteisen2017-12-11
|
* add missing template for grpcio_testing versiningGravatar Jan Tattermusch2017-09-12
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* Keep _grpcio_metadata.py in GitHub repoGravatar Matt Kwong2017-04-18
|
* Partially implement gRPC Python server reflectionGravatar Masood Malekghassemi2016-10-20
| | | | | | Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).
* Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* Remove Python 'loader' hackGravatar Masood Malekghassemi2016-07-13
|
* Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
| | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
* Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
|\
| * Add compression support to Cython layersGravatar Masood Malekghassemi2016-05-17
| |
* | Change win32 file suffixGravatar Yuchen Zeng2016-04-26
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Extern "C" Python DLL supportGravatar Masood Malekghassemi2016-02-17
|
* build.yaml centric versioningGravatar Craig Tiller2016-02-08
|
* Add shim for Python's gRPC core on WindowsGravatar Masood Malekghassemi2016-02-04
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Include core in Python distributionGravatar Masood Malekghassemi2016-01-07