nanahpang
e4ead4bec0
Update docgen.py
...
Fix a RexAnalyzer error during the import, and update in github as well.
Parentheses around a single item in Python has no effect: (foo) is exactly equivalent to foo. In many cases this is harmless, but it can suggest a subtle bug when used in string formatting. A '%'-formatted string with a single format specifier can be formatted using a single value or a one element tuple: 'hello %s' % name or 'hello %s' % (name,). Consequently, a line like error_msg = 'Cannot process %s' % (data) may leave code reviewers and future readers unsure if there is a subtle bug if data is a tuple.
Since the args.repo_owner here is a single string, drop the parentheses is better.
5 years ago
Jan Tattermusch
63d8c89bba
regenerate projects
5 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
5 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
5 years ago
Jan Tattermusch
6f0a17d41d
regenerate projects
5 years ago
Jan Tattermusch
80daba44d9
regenerate projects
5 years ago
Jan Tattermusch
f39f341ee1
regenerate projects
5 years ago
Stanley Cheung
4f9d3d2e0f
Bump version to 1.30.2
5 years ago
Alexander Polcyn
a1d1a8e543
Bump 1.30.x branch to 1.30.1
5 years ago
Srini Polavarapu
d1c4118798
Regenerate projects
5 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Srini Polavarapu
090b05d387
Regenerate projects
5 years ago
Srini Polavarapu
057091fe1f
Regenerate projects
5 years ago
Lidi Zheng
677e657e5b
Improve readability & prevent deadlock
5 years ago
Lidi Zheng
99eefe48b2
Add grpc-prefixed package generation script
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Nicolas "Pixel" Noble
d9906e4162
Flipping version.
5 years ago
Nicolas "Pixel" Noble
791729d09f
Bumping version.
5 years ago
Jan Tattermusch
93e227c2f4
run tools/distrib/python/make_grpcio_tools.py
5 years ago
Richard Belleville
5ef379870d
Regenerate projects
5 years ago
Jan Tattermusch
21512217f2
get rid of the https://grpc.io/release plague
5 years ago
Alexander Polcyn
1197454f5a
Regenerate projects
5 years ago
Jan Tattermusch
d684931595
run make_grpcio_tools.py
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Lidi Zheng
016d03fbad
Update the docgen.py
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Richard Belleville
a0ee7f6ff1
Bump version to 1.26.0
5 years ago
Richard Belleville
3d63f59016
Regenerate projects
5 years ago
Richard Belleville
6feae07504
Regenerate projects
5 years ago
Jan Tattermusch
41622c19c6
fix submodule at head script
5 years ago
Yash Tibrewal
06a6175846
Regenerate projects
6 years ago
Yash Tibrewal
07ef24344c
Regenerate projects
6 years ago
Yash Tibrewal
c097eca1e3
Regenerate projects
6 years ago
Esun Kim
be7bea3895
Regenerate projects
6 years ago
Esun Kim
938d1bed77
Regenerate projects
6 years ago
Esun Kim
91f31ad47d
Update comment
6 years ago
Esun Kim
4fd4e5c721
Reformat code
6 years ago
Esun Kim
b912fc7d8d
Added libatomic to gRPC python
6 years ago
Esun Kim
4bc9820241
Update comment
6 years ago
Esun Kim
d55154f7b8
Reformat code
6 years ago
Esun Kim
55ae0f6f8d
Added libatomic to gRPC python
6 years ago
Esun Kim
5cbf8ead38
Regenerate projects
6 years ago
Esun Kim
033b0fe721
Regenerate projects
6 years ago
Muxi Yan
6a085457fd
Bump version up to 1.24.0-pre2
6 years ago