aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
Commit message (Collapse)AuthorAge
* 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
| |
* | FixesGravatar Ken Payson2017-04-14
| |
* | Windows + mac dbg fixGravatar Ken Payson2017-04-14
| |
* | linux fixGravatar Ken Payson2017-04-13
| |
* | Switch to Makefile based build on macGravatar Ken Payson2017-04-13
| |
* | Get tests to pass for c++Gravatar Ken Payson2017-04-10
| |
* | C++ build for pythonGravatar Ken Payson2017-04-07
|/
* Merge pull request #7771 from y-zeng/cares_buildinGravatar Yuchen Zeng2017-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.0Gravatar Nicolas "Pixel" Noble2017-03-24
|\ \
| | * Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
| | |\ | |_|/ |/| |