aboutsummaryrefslogtreecommitdiff
path: root/PYTHON-MANIFEST.in
AgeCommit message (Collapse)Author
2018-12-05Add License to Python tarballLidi Zheng
2018-11-07add _parallel_compile_patch.py to python manifestJan Tattermusch
2018-04-09Add address_sorting to PYTHON-MANIFESTMehrdad Afshari
2017-04-13ChangesKen Payson
2017-04-13Switch to Makefile based build on macKen Payson
2016-08-24Merge remote-tracking branch 'upstream/master' into cares_buildinYuchen Zeng
2016-08-15Add Python3.5 artifact targetsKen Payson
2016-08-11Fix python buildYuchen Zeng
2016-07-13Fix missing source fileMasood Malekghassemi
2016-07-08Make Python build standalone on WindowsMasood Malekghassemi
2016-07-01Make running individual Python tests less painfulMasood Malekghassemi
Before this change, running Python tests individually required building a tox environment via the run_tests script and then specifying long environment variables to filter out just the test we wanted to run (and then we wouldn't be able to get the output on interrupt, nor would we have an easy way of determining the PID of the process for debugger attachment). Now invoking the build_python.sh script creates a workable python virtual environment that includes all necessary libraries and tests (s.t. running a single test is now possible by just knowing the module name). This does not change existing supported means of running tests (e.g. through run_tests.py). An additional way of running individual tests has been introduced. Following invocation of `./tools/run_tests/build_python.sh` (or run_tests.py), one may invoke ./$VENV/bin/python -m $TEST_MODULE_NAME and acquire a single running process that *is* the test process (rather than a parent of the process). $VENV is the virtual environment name specified to `build_python.sh` (defaults to `py27`) and $TEST_MODULE_NAME is what it says on the tin.
2016-06-21Add egg-info to python distribution.Ken Payson
Currently, grpcio cannot be used as a dependency for egg packages (https://github.com/grpc/grpc/issues/6939) There is likely a better solution, but this is intended as a patch for the 0.15.0 release.
2016-03-29Add missing dependenciesMasood Malekghassemi
2016-02-18Exclude cygrpc.so from the Python packageMasood Malekghassemi
2016-02-12Use precompiled extensions onlyMasood Malekghassemi
2016-02-09Add grpc_version.py to PYTHON-MANIFEST.inMasood Malekghassemi
2016-01-25Merge pull request #4821 from soltanmm/install-doctorMasood Malekghassemi
Add compiler error diagnostics to Python setup
2016-01-22Integrate zlib into Python distributionMasood Malekghassemi
2016-01-22Add compiler error diagnostics to Python setupMasood Malekghassemi
2016-01-11Use BoringSSL for Python gRPCMasood Malekghassemi
2016-01-11Use default gRPC roots.pem if none providedMasood Malekghassemi
2016-01-07Redirect Python manifest to less ambiguous filenameMasood Malekghassemi