- May 09, 2017
-
-
Ken Payson authored
-
- May 08, 2017
-
-
Ken Payson authored
-
- Apr 21, 2017
-
-
Yuchen Zeng authored
-
- Apr 17, 2017
-
-
Ken Payson authored
-
- Apr 15, 2017
-
-
Ken Payson authored
-
Ken Payson authored
-
- Apr 14, 2017
-
-
Ken Payson authored
-
Ken Payson authored
-
- Apr 10, 2017
-
-
Ken Payson authored
-
- Apr 08, 2017
-
-
Ken Payson authored
-
- Mar 20, 2017
-
-
Ken Payson authored
-
- Mar 10, 2017
-
-
Ken Payson authored
-
- Mar 07, 2017
-
-
Mehrdad Afshari authored
-
- Jan 24, 2017
-
-
Ken Payson authored
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
- Dec 15, 2016
-
-
Masood Malekghassemi authored
-
- Nov 08, 2016
-
-
Yuchen Zeng authored
-
- Oct 29, 2016
-
-
Masood Malekghassemi authored
Somehow ad hoc descriptions don't work anymore for grpcio (probably because the README.rst isn't at the distribution root for grpcio).
-
- Oct 26, 2016
-
-
Masood Malekghassemi authored
-
- Aug 29, 2016
-
-
aaronjheng authored
-
- Aug 17, 2016
-
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
- Aug 15, 2016
-
-
Ken Payson authored
-
- Aug 12, 2016
-
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
- Aug 03, 2016
-
-
Ken Payson authored
-
- Jul 22, 2016
-
-
Masood Malekghassemi authored
Before, Cython would *need* to be imported immediately if generated files did not already exist. Now, missing generated files will trigger a `setup_requires` inclusion of Cython and defer cythonization until extension build-time. If cythonization was specified via environment variable and setup could not find Cython, the extensions are poisoned instead of blocking non-extension commands from running.
-
- Jul 19, 2016
-
-
Masood Malekghassemi authored
-
- Jul 18, 2016
-
-
Masood Malekghassemi authored
-
- Jul 16, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends.
-
- Jul 14, 2016
-
-
Masood Malekghassemi authored
-
- Jul 13, 2016
-
-
Masood Malekghassemi authored
Removes MinGW flags from various build scripts, since they're now set in our `setup.py`s by default. Also removes the arguments for the extensions in grpcio's setup.py; that function was already accessing globals anyway, might as well go whole-hog.
-
- Jul 12, 2016
-
-
Masood Malekghassemi authored
Before we patched the link command, now we just patch `spawn` as an updatable catch-all solution to ARG_MAX limitations on bash for MSYS and MinGW and friends.
-
- Jul 08, 2016
-
-
Masood Malekghassemi authored
The modified link command was originally taken from a Python 2.x distutils.
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Even if GRPC_PYTHON_BUILD_WITH_CYTHON is not specified, if the files are not present then we will fall back to generating with Cython. This relegates GRPC_PYTHON_BUILD_WITH_CYTHON to providing a regeneration option rather than being a necessary build environment variable.
-
- Jul 01, 2016
-
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
- Jun 29, 2016
-
-
Ken Payson authored
-