aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
Commit message (Collapse)AuthorAge
* Merge pull request #17249 from muxi/16-to-32Gravatar Muxi Yan2019-01-03
|\ | | | | Use 32 bit nanopb fields
* | Allow building only the Python/Cython code in setup.py via new flagGravatar Eric Gribkoff2018-11-30
| |
| * Replace PB_FIELD_16BIT with PB_FIELD_32BITGravatar Muxi Yan2018-11-19
|/
* Merge pull request #17074 from lidizheng/python-doc-genGravatar Lidi Zheng2018-11-07
|\ | | | | The new gRPC Python documentation generator
| * New Python documentation generationGravatar Lidi Zheng2018-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-compatGravatar Lidi Zheng2018-11-06
|\ \ | | | | | | Allow gpr compatibility mode to be disabled in the Python build.
* \ \ Merge pull request #17057 from jtattermusch/faster_python_buildGravatar Jan Tattermusch2018-11-06
|\ \ \ | |_|/ |/| | Add python monkey-patch for parallel build_ext compilation
| | * Allow gpr compatibility mode to be disabled in the Python build.Gravatar Benjamin Peterson2018-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 compilationGravatar Jan Tattermusch2018-10-31
| |
* | Fix typo in setup.pyGravatar Lidi Zheng2018-10-29
|/
* Revert "adding python version environmental markers in the new style"Gravatar Mehrdad Afshari2018-08-08
|
* adding python version environmental markers in the new styleGravatar Jonathan Moss2018-08-03
|
* Revert "Switched to extra_requires for Python 2 specific requirements"Gravatar Mehrdad Afshari2018-07-26
| | | | This reverts commit 2e4ab7a6e26db79a2e65d420543469bd415a99e9.
* Switched to extra_requires for Python 2 specific requirementsGravatar Jonathan Moss2018-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_cleanupGravatar David Garcia Quintas2018-06-04
|\
* | fix python setup.pyGravatar David Garcia Quintas2018-06-04
| |
| * Allow building the python module with system caresGravatar Thomas Bechtold2018-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 zlibGravatar Thomas Bechtold2018-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 opensslGravatar Thomas Bechtold2018-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 packageGravatar Mehrdad Afshari2018-04-11
|
* Merge pull request #14561 from kpayson64/gevent_2Gravatar kpayson642018-03-28
|\ | | | | Initial Gevent Compatibility
| * Initial gevent supportGravatar kpayson642018-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 addGravatar Alex Polcyn2018-03-20
| | | | | | | | test_only to sort function used in test.
* | Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
|/
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
|
* Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
|
* Add NOMINMAX flag for Python WindowsGravatar Matt Kwong2018-01-26
|
* Allow compiling grpc without use of pthread_atforkGravatar Alexander Polcyn2017-11-30
|
* Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
|\
| * Update Python dependency to protobuf v3.5.0.post1Gravatar Mehrdad Afshari2017-11-27
| |
* | Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
|\ \ | |/ |/|
* | Fix FreeBSD Ruby and Python buildGravatar Mehrdad Afshari2017-10-12
| |
* | Add OpenBSD supportGravatar Frank Groeneveld2017-10-12
| |
| * Add thread pool reset on fork with FORKING_SUPPORT_ENABLEDGravatar Ken Payson2017-10-12
|/
* Specify min windows version as Vista for PythonGravatar Ken Payson2017-09-28
|
* Upmerge from v1.6.x branch to masterGravatar David Garcia Quintas2017-09-18
|\
* | disable c-ares in python on windows x64 and x86Gravatar Jan Tattermusch2017-09-09
| |
| * Fix syntax error on classifiersGravatar Ken Payson2017-08-24
|/
* Add classifiers to package detailsGravatar Ken Payson2017-07-25
|
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* Update boringsslGravatar Ken Payson2017-06-15
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge pull request #11048 from kpayson64/fix_py_artifactGravatar kpayson642017-05-10
|\ | | | | Fix python artifact build
| * Fix python artifact buildGravatar Ken Payson2017-05-09
| |
* | Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
|/
* Merge branch 'v1.3.x' into master-upmerge-v1.3.xGravatar David Garcia Quintas2017-04-28
|\
| * Disable c-ares for x64 windows pythonGravatar Yuchen Zeng2017-04-20
| |
* | Final changesGravatar Ken Payson2017-04-17
| |