Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 |
| | |||
* | Remove non-manylinux linux .whl artifacts | Ken Payson | 2016-07-21 |
| | |||
* | Polish grpcio_health_checking package | Ken Payson | 2016-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 | ||
* | Fix command ordering for building Python artifacts | Masood Malekghassemi | 2016-06-07 |
| | | | | | | Source packages were not getting the necessary C files due to `make_grpcio_tools.py` not being invoked before `sdist` through `setup.py`. | ||
* | Build grpcio-tools sdist | Masood Malekghassemi | 2016-05-05 |
| | |||
* | Copy all generated Python distribs | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Use manylinux | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Integrate Python protoc Linux artifact builders | Masood Malekghassemi | 2016-05-04 |
| | |||
* | Use a not-broken setuptools | Masood Malekghassemi | 2016-03-21 |
| | |||
* | Exclude cygrpc.so from the Python package | Masood Malekghassemi | 2016-02-18 |
| | |||
* | Use precompiled extensions only | Masood Malekghassemi | 2016-02-12 |
| | |||
* | Reorder Python artifact commands | Masood Malekghassemi | 2016-02-11 |
| | |||
* | Paper over custom command limitations | Masood Malekghassemi | 2016-02-11 |
| | | | | | | | | | The custom gRPC bdist command depends on numerous undocumented and private behaviors of setuptools, wheel, distutils, etc. One such is the ordering of generated distribution targets. We paper over this under the assumption that the command will only be useful for gRPC devs, and document with a command description a contractual obligation of users of the command. | ||
* | Use wheels instead for custom bdists | Masood Malekghassemi | 2016-02-11 |
| | |||
* | Change default on Python install option | Craig Tiller | 2016-02-05 |
| | |||
* | we actually need the wheel | Jan Tattermusch | 2016-02-03 |
| | |||
* | add python mac target | Jan Tattermusch | 2016-02-03 |
| | |||
* | for 32bit uname when building artifacts | Jan Tattermusch | 2016-02-03 |
| | |||
* | add artifact builder for python | Jan Tattermusch | 2016-02-01 |