aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/commands.py
Commit message (Collapse)AuthorAge
* 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
* | Add background about the special conditionGravatar Lidi Zheng2018-11-06
|/
* Change flag to `REQUIRE_CUSTOM_LIBRARIES_opt`Gravatar Lidi Zheng2018-10-30
|
* Try cleaner separationGravatar Lidi Zheng2018-10-29
| | | * reduce possible contamination of environment variables
* Remove the environment variable changing lineGravatar Lidi Zheng2018-10-29
| | | | * This commit failed `tools/run_tests/artifacts/build_artifact_csharp.sh` * It doesn't make any sense!
* Add reference to the issueGravatar Lidi Zheng2018-10-29
|
* Ensure libboringssl.a is always built for PythonGravatar Lidi Zheng2018-10-29
|
* Define the allow pthread atfork macro for gRPC Python MacOS buildsGravatar Eric Gribkoff2018-08-22
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix python artifact buildGravatar Ken Payson2017-05-09
|
* Yapf_codeGravatar Ken Payson2017-04-17
|
* Final changesGravatar Ken Payson2017-04-17
|
* FixesGravatar Ken Payson2017-04-14
|
* Windows + mac dbg fixGravatar Ken Payson2017-04-14
|
* Switch to Makefile based build on macGravatar Ken Payson2017-04-13
|
* Fix mac buildGravatar Ken Payson2017-04-10
|
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Run yapf over Python codeGravatar Masood Malekghassemi2017-01-23
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Set Python documentation copyrightGravatar Masood Malekghassemi2016-12-27
|
* Make .pxi imports relativeGravatar Ken Payson2016-09-11
|
* Be more intelligent about Cython in grpcioGravatar Masood Malekghassemi2016-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.
* Add special methods to generated Python docsGravatar Masood Malekghassemi2016-07-12
| | | | | Also removes an old-now-spurious `make` invocation from the docgen.py helper script.
* Added Glossary to docs with metadata definitionGravatar Ken Payson2016-07-12
|
* Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
| | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
* removed spurious .format()Gravatar David Garcia Quintas2016-06-17
|
* added extra path to python protocGravatar David Garcia Quintas2016-06-17
|
* Initial Python3 supportGravatar Ken Payson2016-06-10
| | | | | | | | Notable Changes: -Convert all str types to byte types at cython layer (ascii encoding) -Use six for packages that have different names in Python2/Python3 -By default, unit tests are compiled/run in Python2.7 and Python3.4 -Ensure MACOSX_BUILD_TARGET is at least 10.7
* Changed python proto build to use shared protosGravatar Ken Payson2016-04-26
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge pull request #5679 from makdharma/masterGravatar Jan Tattermusch2016-03-20
|\ | | | | Cleaned up installation/test requirement fetching
* \ Merge pull request #5540 from soltanmm/upmergeGravatar Craig Tiller2016-03-09
|\ \ | | | | | | Merge release-0_13 into master
| | * Cleaned up installation/test requirement fetchingGravatar Makarand Dharmapurikar2016-03-09
| |/ |/|
* | Address comments and add a TODO.Gravatar Jan Tattermusch2016-03-07
| |
* | custom test target for parallel test runningGravatar Jan Tattermusch2016-03-07
| |
| * Update Python docgenGravatar Masood Malekghassemi2016-02-22
|/
* Use precompiled extensions onlyGravatar Masood Malekghassemi2016-02-12
|
* Truncate Python target tripleGravatar Masood Malekghassemi2016-02-11
|
* Paper over custom command limitationsGravatar Masood Malekghassemi2016-02-11
| | | | | | | | | The custom gRPC bdist command depends on numerous undocumented and private behaviors of setuptools, wheel, distutils, etc. One such is the ordering of generated distribution targets. We paper over this under the assumption that the command will only be useful for gRPC devs, and document with a command description a contractual obligation of users of the command.
* Use wheels instead for custom bdistsGravatar Masood Malekghassemi2016-02-11
|
* Merge pull request #5134 from soltanmm/cleanersGravatar Nathaniel Manista2016-02-08
|\ | | | | Clean-up Python linux-binary installation.
| * Fall back to building if GCS cannot be reachedGravatar Masood Malekghassemi2016-02-08
| |
| * Move os.environ to module-levelGravatar Masood Malekghassemi2016-02-08
| |
* | Fix GCS URL for PythonGravatar Masood Malekghassemi2016-02-08
|/
* Change default on Python install optionGravatar Craig Tiller2016-02-05
|
* Use envvar for binary repositoryGravatar Masood Malekghassemi2016-02-04
|
* Merge pull request #4944 from soltanmm/patchGravatar Masood Malekghassemi2016-02-04
|\ | | | | Clean up custom gRPC Python binaries for Linux
* | Pass undiagnosed errors to the user unadulteratedGravatar Masood Malekghassemi2016-01-30
| |