Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Final changes | Ken Payson | 2017-04-17 |
| | |||
* | Fixes | Ken Payson | 2017-04-14 |
| | |||
* | Windows + mac dbg fix | Ken Payson | 2017-04-14 |
| | |||
* | linux fix | Ken Payson | 2017-04-13 |
| | |||
* | Switch to Makefile based build on mac | Ken Payson | 2017-04-13 |
| | |||
* | Get tests to pass for c++ | Ken Payson | 2017-04-10 |
| | |||
* | C++ build for python | Ken Payson | 2017-04-07 |
| | |||
* | Merge pull request #7771 from y-zeng/cares_buildin | Yuchen Zeng | 2017-03-24 |
|\ | | | | | Async DNS resolver with pre-configured c-ares | ||
* \ | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|\ \ | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_rebase | Yuchen Zeng | 2017-03-22 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #10227 from kpayson64/optional_enum34 | kpayson64 | 2017-03-21 |
|\ \ \ | | | | | | | | | Make enum34 only required for Python 2.7 | ||
| * | | | Make enum34 only required for Python 2.7 | Ken Payson | 2017-03-20 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | |\ | |_|_|/ |/| | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into cares_bazel_rule | Yuchen Zeng | 2017-03-17 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Add package details to gRPC Packages | Ken Payson | 2017-03-10 |
| |/ / |/| | | |||
* | | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
|/ / | |||
* | | Special case Python build for inet_ntop | Ken Payson | 2017-01-24 |
| | | |||
| * | Fix python build | Yuchen Zeng | 2017-01-23 |
| | | |||
| * | Migrate to the new c-ares dir | Yuchen Zeng | 2017-01-23 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2017-01-18 |
| |\ | |/ |/| | |||
* | | Fix Python setup-time diagnostic | Masood Malekghassemi | 2016-12-14 |
| | | |||
| * | Fix python build | Yuchen Zeng | 2016-11-07 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-11-02 |
| |\ | |/ |/| | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-10-28 |
| |\ | |||
* | | | Set the long_description setup.py field | Masood Malekghassemi | 2016-10-28 |
| |/ |/| | | | | | | | Somehow ad hoc descriptions don't work anymore for grpcio (probably because the README.rst isn't at the distribution root for grpcio). | ||
* | | Don't set up Python doc packages every time | Masood Malekghassemi | 2016-10-25 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-10-03 |
| |\ | |/ |/| | |||
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
|\ \ | |||
| * | | remove futures from py3 | aaronjheng | 2016-08-29 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares_buildin | Yuchen Zeng | 2016-08-24 |
| | |\ | |_|/ |/| | | |||
* | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|\| | | |||
| | * | Trying to fix python on windows | Yuchen Zeng | 2016-08-16 |
| | | | |||
| | * | Fix python build on windows | Yuchen Zeng | 2016-08-16 |
| | | | |||
| | * | Merge remote-tracking branch 'upstream/master' into cares | Yuchen Zeng | 2016-08-16 |
| | |\ | |_|/ |/| | | |||
| * | | Add Python3.5 artifact targets | Ken Payson | 2016-08-15 |
| | | | |||
| | * | Build c-ares without running ./configure | Yuchen Zeng | 2016-08-11 |
| | | | |||
| | * | Fix python build | Yuchen Zeng | 2016-08-11 |
| | | | |||
* | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\| | | |/ |/| | |||
| * | Bump python protobuf dependency to 3.0.0 | Ken Payson | 2016-08-03 |
| | | |||
* | | Merge pull request #7497 from soltanmm/be-nicer | kpayson64 | 2016-07-25 |
|\ \ | | | | | | | Be more intelligent about Cython in grpcio | ||
| * | | Be more intelligent about Cython in grpcio | Masood Malekghassemi | 2016-07-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
|\ \ \ | |/ / |/| / | |/ | |||
| * | Force the Python host version on Mac OS X | Masood Malekghassemi | 2016-07-18 |
| | | |||
| * | Clean imports in grpcio's `setup.py` | Masood Malekghassemi | 2016-07-18 |
| | | |||
| * | Use normalized path separators in `setup.py`s | Masood Malekghassemi | 2016-07-16 |
| | | |||
| * | Patch `spawn` for Python 'unix' compilers instead | Masood Malekghassemi | 2016-07-16 |
| | | | | | | | | | | | | 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. | ||
* | | Merge pull request #7314 from soltanmm/spinning-flags | kpayson64 | 2016-07-14 |
|\ \ | | | | | | | Set more build-flags in `setup.py`s | ||
| | * | Remove Python 'loader' hack | Masood Malekghassemi | 2016-07-13 |
| | | | |||
| * | | Set more build-flags in `setup.py`s | Masood Malekghassemi | 2016-07-13 |
| |/ | | | | | | | | | | | | | 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. | ||
* | | Merge pull request #7317 from soltanmm/tadpoles | kpayson64 | 2016-07-12 |
|\ \ | | | | | | | Patch spawn for Python 'unix' compilers instead of link |