aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/python
Commit message (Collapse)AuthorAge
* 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