Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow building only the Python/Cython code in setup.py via new flag | Eric Gribkoff | 2018-11-30 |
| | |||
* | Merge pull request #17074 from lidizheng/python-doc-gen | Lidi Zheng | 2018-11-07 |
|\ | | | | | The new gRPC Python documentation generator | ||
| * | New Python documentation generation | Lidi Zheng | 2018-11-06 |
| | | | | | | | | | | | | | | | | | | * Use templates instead of generating them every time * Theme changed * Add grpc_* modules * APIs grouped * No documentation for class members without docstring * Add docstring for status code | ||
* | | Merge pull request #16916 from benjaminp/disable-compat | Lidi Zheng | 2018-11-06 |
|\ \ | | | | | | | Allow gpr compatibility mode to be disabled in the Python build. | ||
* \ \ | Merge pull request #17057 from jtattermusch/faster_python_build | Jan Tattermusch | 2018-11-06 |
|\ \ \ | |_|/ |/| | | Add python monkey-patch for parallel build_ext compilation | ||
| | * | Allow gpr compatibility mode to be disabled in the Python build. | Benjamin Peterson | 2018-11-05 |
| |/ |/| | | | | | | | | | Add an environmental variable GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY that unsets the GPR_BACKWARDS_COMPATIBILITY_MODE macro during the C++ build. The reason I'm interested in this to allow gpr_now to use the vdso rather than a syscall to read the time. | ||
| * | add python monkey-patch for parallel build_ext compilation | Jan Tattermusch | 2018-10-31 |
| | | |||
* | | Fix typo in setup.py | Lidi Zheng | 2018-10-29 |
|/ | |||
* | Revert "adding python version environmental markers in the new style" | Mehrdad Afshari | 2018-08-08 |
| | |||
* | adding python version environmental markers in the new style | Jonathan Moss | 2018-08-03 |
| | |||
* | Revert "Switched to extra_requires for Python 2 specific requirements" | Mehrdad Afshari | 2018-07-26 |
| | | | | This reverts commit 2e4ab7a6e26db79a2e65d420543469bd415a99e9. | ||
* | Switched to extra_requires for Python 2 specific requirements | Jonathan Moss | 2018-07-25 |
| | | | | | | Modern Python dependancy tooling as defined in PEP-508 should use environment markers for Python version specific requirements. This allows the `grpcio` package to work with dependancy resolvers like poetry | ||
* | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup | David Garcia Quintas | 2018-06-04 |
|\ | |||
* | | fix python setup.py | David Garcia Quintas | 2018-06-04 |
| | | |||
| * | Allow building the python module with system cares | Thomas Bechtold | 2018-05-25 |
| | | | | | | | | | | | | | | | | | | When building the python module and using the new GRPC_PYTHON_BUILD_SYSTEM_CARES env variable, the third party cares code is not compiled. Instead, the cares shared library installed on the system is used during runtime. This is useful for distributions who don't want to include code copies but use shared libraries instead. | ||
| * | Allow building the python module with system zlib | Thomas Bechtold | 2018-05-25 |
| | | | | | | | | | | | | | | | | | | When building the python module and using the new GRPC_PYTHON_BUILD_SYSTEM_ZLIB env variable, the third party zlib code is not compiled. Instead, the zlib shared library installed on the system is used during runtime. This is useful for distributions who don't want to include code copies but use shared libraries instead. | ||
| * | Allow building the python module with system openssl | Thomas Bechtold | 2018-05-24 |
|/ | | | | | | | | | When building the python module and using the new GRPC_PYTHON_BUILD_SYSTEM_OPENSSL env variable, the third party boringssl code is not compiled. Instead, the openssl shared library installed on the system is used during runtime. This is useful for distributions who don't want to include code copies but use shared libraries instead. | ||
* | Remove superfluous dependency on the protobuf package | Mehrdad Afshari | 2018-04-11 |
| | |||
* | Merge pull request #14561 from kpayson64/gevent_2 | kpayson64 | 2018-03-28 |
|\ | | | | | Initial Gevent Compatibility | ||
| * | Initial gevent support | kpayson64 | 2018-03-27 |
| | | | | | | | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code. | ||
* | | Put address_sorting's public header under its own directory. Also add | Alex Polcyn | 2018-03-20 |
| | | | | | | | | test_only to sort function used in test. | ||
* | | Add address sorting submodule for use in c-ares wrapper | Alexander Polcyn | 2018-03-20 |
|/ | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| | |||
* | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | |||
* | Add NOMINMAX flag for Python Windows | Matt Kwong | 2018-01-26 |
| | |||
* | Allow compiling grpc without use of pthread_atfork | Alexander Polcyn | 2017-11-30 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
|\ | |||
| * | Update Python dependency to protobuf v3.5.0.post1 | Mehrdad Afshari | 2017-11-27 |
| | | |||
* | | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 |
|\ \ | |/ |/| | |||
* | | Fix FreeBSD Ruby and Python build | Mehrdad Afshari | 2017-10-12 |
| | | |||
* | | Add OpenBSD support | Frank Groeneveld | 2017-10-12 |
| | | |||
| * | Add thread pool reset on fork with FORKING_SUPPORT_ENABLED | Ken Payson | 2017-10-12 |
|/ | |||
* | Specify min windows version as Vista for Python | Ken Payson | 2017-09-28 |
| | |||
* | Upmerge from v1.6.x branch to master | David Garcia Quintas | 2017-09-18 |
|\ | |||
* | | disable c-ares in python on windows x64 and x86 | Jan Tattermusch | 2017-09-09 |
| | | |||
| * | Fix syntax error on classifiers | Ken Payson | 2017-08-24 |
|/ | |||
* | Add classifiers to package details | Ken Payson | 2017-07-25 |
| | |||
* | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Update boringssl | Ken Payson | 2017-06-15 |
| | |||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Merge pull request #11048 from kpayson64/fix_py_artifact | kpayson64 | 2017-05-10 |
|\ | | | | | Fix python artifact build | ||
| * | Fix python artifact build | Ken Payson | 2017-05-09 |
| | | |||
* | | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 |
|/ | |||
* | Merge branch 'v1.3.x' into master-upmerge-v1.3.x | David Garcia Quintas | 2017-04-28 |
|\ | |||
| * | Disable c-ares for x64 windows python | Yuchen Zeng | 2017-04-20 |
| | | |||
* | | Final changes | Ken Payson | 2017-04-17 |
| | | |||
* | | Fixes | Ken Payson | 2017-04-14 |
| | | |||
* | | Windows + mac dbg fix | Ken Payson | 2017-04-14 |
| | |