aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_status
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
|
* Fix Complain of Higher Version PylintGravatar Lidi Zheng2018-12-20
|
* Assign noop to build_package_protos for backward compatibilityGravatar Lidi Zheng2018-12-14
|
* Update docstring to make it more clearGravatar Lidi Zheng2018-12-14
| | | | | | * Mark API as experimental * Rephrase the raise condition * Add more detail to the returned object
* Include LICENSE in artifactGravatar Lidi Zheng2018-12-13
|
* 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