Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Ken Payson
b91c5fb8ba
Fix python artifact build
8 years ago
Ken Payson
0eac8aa220
Yapf_code
8 years ago
Ken Payson
63b0d11ca8
Final changes
8 years ago
Ken Payson
ae5ca1b447
Fixes
8 years ago
Ken Payson
5b034e6a4f
Windows + mac dbg fix
8 years ago
Ken Payson
571c75aa33
Switch to Makefile based build on mac
8 years ago
Ken Payson
3b90055f2c
Fix mac build
8 years ago
Ken Payson
0f5e3a87c2
Ran Yapf code, pinned version
8 years ago
Ken Payson
2fa5f2f978
Re-run yapf code, and pin version
8 years ago
Masood Malekghassemi
6b890d1dd3
Run yapf over Python code
8 years ago
Masood Malekghassemi
cc793703bf
Run Python formatting
8 years ago
Masood Malekghassemi
25186ae0f1
Set Python documentation copyright
8 years ago
Ken Payson
7722245ce8
Make .pxi imports relative
9 years ago
Masood Malekghassemi
fd9cc106f3
Be more intelligent about Cython in grpcio
...
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.
9 years ago
Masood Malekghassemi
48d07c6489
Add special methods to generated Python docs
...
Also removes an old-now-spurious `make` invocation from the docgen.py
helper script.
9 years ago
Ken Payson
f7f47a6d26
Added Glossary to docs with metadata definition
9 years ago
Masood Malekghassemi
1ff429da2a
Organize Python tests to use grpcio-tools directly
...
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
9 years ago
David Garcia Quintas
5ad70a6953
removed spurious .format()
9 years ago
David Garcia Quintas
377bfdef92
added extra path to python protoc
9 years ago
Ken Payson
1efb6017ec
Initial Python3 support
...
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
9 years ago
Ken Payson
707c9e29e0
Changed python proto build to use shared protos
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Makarand Dharmapurikar
aa212374ee
Cleaned up installation/test requirement fetching
9 years ago
Jan Tattermusch
17908c168d
Address comments and add a TODO.
9 years ago
Jan Tattermusch
e6cc9c7a25
custom test target for parallel test running
9 years ago
Masood Malekghassemi
3ee1f9b778
Update Python docgen
9 years ago
Vijay Pai
b48f4c830a
Merge remote-tracking branch 'upstream/master' into alarm_openloop
9 years ago
Masood Malekghassemi
f747409f6f
Use precompiled extensions only
9 years ago
Masood Malekghassemi
dd6ee7af7e
Truncate Python target triple
9 years ago
Masood Malekghassemi
b6d3a8238d
Paper over custom command limitations
...
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.
9 years ago
Masood Malekghassemi
334e9e6fa2
Use wheels instead for custom bdists
9 years ago
Masood Malekghassemi
35afe4afaf
Fall back to building if GCS cannot be reached
9 years ago
Masood Malekghassemi
6598ce16db
Move os.environ to module-level
9 years ago
Masood Malekghassemi
064d37d380
Fix GCS URL for Python
9 years ago
Craig Tiller
5c04760d46
Change default on Python install option
9 years ago
Masood Malekghassemi
f751b0b549
Use envvar for binary repository
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Masood Malekghassemi
5080909b4c
Pass undiagnosed errors to the user unadulterated
9 years ago
Masood Malekghassemi
62cc911188
Fix Python diagnostics dying on bad diagnosis
9 years ago
Masood Malekghassemi
ece40b263d
Clean up custom gRPC Python binaries for Linux
...
Adds doc-string to EggNameMixin, renames the custom install flag to make
it a bit clearer that the mechanism isn't necessarily limited to linux
(though certainly we'd like it to be; but that's a decision to be made
at the level of the build system and what is made available on GCS, not
here).
9 years ago
Masood Malekghassemi
154b0eeaa9
Enable binary linux distributions for Python
9 years ago
Masood Malekghassemi
5fec8b333a
Add missing import
...
I have no idea how this mistake got through.
9 years ago
Masood Malekghassemi
58a1dc2bb3
Add compiler error diagnostics to Python setup
9 years ago
Masood Malekghassemi
14a0a93c79
Fix broken Python package builds
...
I'd been incorrectly using indirection against Cython's build_ext
module.
9 years ago
Masood Malekghassemi
1d17781795
Check compiler versions at Python setup time
9 years ago
Masood Malekghassemi
59994bcc3e
Warn on Python proto module build failure
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Masood Malekghassemi
6d2ef17f30
Use default gRPC roots.pem if none provided
9 years ago
Masood Malekghassemi
0467295ee6
Fail test build if protoc can't be found
9 years ago